James Taylor

Results 86 comments of James Taylor

It doesn't support GrayJay, that would require some code changes. Reformatting to csv wouldn't work since it needs the channel name and it's not provided in that format.

What about it doesn't work? Screenshot?

OS and Python version? Could you insert this here after line 172 of `youtube/subscriptions.py`: ``` print(db_video)``` ![image](https://github.com/user-attachments/assets/9b3a9277-cf2c-4b47-b7fd-a32de7a9b08d) Then paste the last line of the console output when you get the...

Use spaces, not tabs. You can copy and paste the spaces verbatim: ``` print(db_video)``` I need this output from the console. The print statement is not supposed to solve the...

I can reproduce it when routing through Tor. I haven't encountered this personally when using Mullvad VPN though. Does not appear to happen with the Tor Browser, so this isn't...

Other issues for reference https://github.com/TeamNewPipe/NewPipe/issues/11139 https://github.com/yt-dlp/yt-dlp/issues/10128 They probably don't like your IP address. Might be best to use a VPN

> I've been getting this issue as well when routing through tor over the past weeks, and is becoming annoying as heck. > > I everything works OK when _not_...

Bad news; looks like invidious won't be able to fix it: https://github.com/iv-org/invidious/issues/4734#issuecomment-2365205990

> I get this when I execute it: > > ```shell > 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. > ``` There's a configuration file (I...

Great work on this; still need to finish reviewing. Should have something back to you this weekend