James Taylor

Results 63 comments of James Taylor

Alright, I opened a bug report at https://bugzilla.mozilla.org/show_bug.cgi?id=1439163 I tried my best as I'm not familiar with extension internals

Can't reproduce. For instance, this link https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw is working fine for me. Example link? > Message ID: ***@***.***> > > [ > { > ***@***.***": "http://schema.org", > ***@***.***": "EmailMessage", >...

At line 244, in the function `def get_channel_page_general_url(base_url, tab, request, channel_id=None):` in ./youtube/channel.py, insert the code: ``` print(yt_app.url_map) print('base_url', base_url) print('tab', tab) ``` and post what it prints when you...

I'm 95% sure the problem is that Werkzeug (the library for matching paths) is falsely matching that url to the `//` rule instead of to the `/channel//` rule as it...

That's a lot of stuff. Which features in particular do you have in mind? youtube-local already has channel tagging which are basically the same as groups. The next feature planned...

Noted. I'll be thinking about the best way to solve this taking into account your suggestions. Before I delve into the NewPipe code, do you happen to know what strategy...

YouTube only provides integrated sources for 360p and 720p. What is the nature of the lag?

YouTube only provides integrated sources for 360p and 720p. What is the nature of the lag? > Message ID: ***@***.***> > > [ > { > ***@***.***": "http://schema.org", > ***@***.***":...

Do you have Tor routing enabled?

I've noticed in the past even before using youtube-local that YouTube will make recommendations based on IP address, and even seems to cross-correlate different IPs/browsers if it thinks it's the...