Replies: 3 comments
|
`freezeSync` is used whenever video category can't be pulled, this is
needed to sync as the `videos watched now` tab separates videos into
categories, this data used to be available just from youtube responses, but
now yt2009 requires data api to get it
… Message ID: ***@***.***>
|
0 replies
Answer selected by
sh20000sh
|
I remember those kinds of video are categorized as People & Blogs by default, so is that case for older version? |
0 replies
|
they will show up as People & Blogs on watchpages by default but won't be
added to the watched now tab, this had been the case for quite some time by
now. old versions without this behavior won't load videos anymore by now
because of youtube-side changes
… Message ID: ***@***.***
com>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I modified some of code on my instance. Purpose of most of them are getting some of flags being activated by default on fresh browser that has no cookie. One of them was
homepage_contribute. And I'd like to ask question about that certain line.if(flags.includes("homepage_contribute") && uploadJS.getFullYear() <= 2010 && !data.freezeSync)What actually is
freezeSyncfrom it? I couldn't figure out from looking at code.All reactions