Replies: 21 comments
-
I'm having this problem too. |
Beta Was this translation helpful? Give feedback.
-
Same here |
Beta Was this translation helpful? Give feedback.
-
Same for me, looks like Hetzer Cloud + Server IPs got blocked by YT (at least for me). |
Beta Was this translation helpful? Give feedback.
-
I also have the same problem. I'm trying to disable requests for some time to youtube. I will try again in 3 days. |
Beta Was this translation helpful? Give feedback.
-
@steav Which plan do I need to choose?
It doesn't seem to work after all :( |
Beta Was this translation helpful? Give feedback.
-
Podsync uses yt-dlp to download from youtube. Last time, Youtube changes their policy, and now yt-dlp have problems with downloading. More about that yt-dlp/yt-dlp#10128 |
Beta Was this translation helpful? Give feedback.
-
I used Oauth2 to log in with a new youtube account. I had to use cookies too. And to specify the cache-dir for yt-dlp too. |
Beta Was this translation helpful? Give feedback.
-
I moved podsync to my home PC, since I keep it on 24/7. You could also setup a VPN host at home and make your podsync server use it. It'd just keep retrying when it's off, but pull things when the vpn is available. |
Beta Was this translation helpful? Give feedback.
-
@d4os try use yt-dlp nightly and set PO token yt-dlp/yt-dlp#10128 (comment) For each feed in file config, You must add following parameters to "youtube_dl_args" |
Beta Was this translation helpful? Give feedback.
-
@Harnas do you need info if that worked? My clunky solution works, so I prefer it to something that
So many websites outright block my Hetzner server that I accepted I need to move some things home. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. I dont think it has to do with a blocklisted IP, because everyday I get a new IP. |
Beta Was this translation helpful? Give feedback.
-
I dont understand how to get the PO token and the cookies. I followed this guide but to no avail. My requests dont seem to have them. Did anybody get it working correctly and reliably? |
Beta Was this translation helpful? Give feedback.
-
Same problem here, but successfully tackled by adding this line for each feed. |
Beta Was this translation helpful? Give feedback.
-
Can you show me a sample of your config.toml file? I'm not sure exactly where to add this |
Beta Was this translation helpful? Give feedback.
-
Do you have to manually update the cookies.txt every day? |
Beta Was this translation helpful? Give feedback.
-
I have no idea, it's not working for me yet |
Beta Was this translation helpful? Give feedback.
-
Tried racknerd and lisahost, the same problem. |
Beta Was this translation helpful? Give feedback.
-
this stilll didn't work for me, is there something else I can do? |
Beta Was this translation helpful? Give feedback.
-
I am using |
Beta Was this translation helpful? Give feedback.
-
I guess it is the proxy that make it work... |
Beta Was this translation helpful? Give feedback.
-
The docker is using some old yt-dlp version [downloader]
# Optional, auto update youtube-dl every 24 hours
self_update = true
# Download timeout in minutes.
timeout = 15 [rodhfr@fedora ~]$ docker exec -it podsync /usr/bin/youtube-dl -U
Current version: stable@2024.03.10 from yt-dlp/yt-dlp
Latest version: stable@2025.03.31 from yt-dlp/yt-dlp
Current Build Hash: 5576348930e44102add235c0a032e766f416a507db1dd2c75da833ff21e9fb6c
Updating to stable@2025.03.31 from yt-dlp/yt-dlp ...
Updated yt-dlp to stable@2025.03.31 from yt-dlp/yt-dlp |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
podsync suddenly stopped working since last week, I checked the log file and found the error message "Sign in to confirm you’re not a bot, etc. etc.".
The reason is likely to be that YouTube recently blocked yt-dlp, and a possible solution, according to this issue, is not passing the cookies. Could you please help update podsync accordingly? Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions