You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to a change on YouTube's side, I had this issue that yt-dlp could not download any videos when cookies are enabled. The error was: "The page needs to be reloaded."
I seem to always need cookies with yt-dlp, even if I only download videos from public channels. I guess this is due to the fact that my pigeonPod instance runs from a datacenter that is filtered by YouTube?
Anyway, I found that issue on yt-dlp's github yesterday: yt-dlp/yt-dlp#16212 and the issue was fixed this morning.
➡️ If you have the same problem, you can update yt-dlp from the settings page of the web gui (the fix is in the latest nightly, and also released in stable), or with pip if you use the system yt-dlp, at least on docker: pip install -U "yt-dlp[default]"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Due to a change on YouTube's side, I had this issue that yt-dlp could not download any videos when cookies are enabled. The error was: "The page needs to be reloaded."
I seem to always need cookies with yt-dlp, even if I only download videos from public channels. I guess this is due to the fact that my pigeonPod instance runs from a datacenter that is filtered by YouTube?
Anyway, I found that issue on yt-dlp's github yesterday: yt-dlp/yt-dlp#16212 and the issue was fixed this morning.
➡️ If you have the same problem, you can update yt-dlp from the settings page of the web gui (the fix is in the latest nightly, and also released in stable), or with pip if you use the system yt-dlp, at least on docker:
pip install -U "yt-dlp[default]"All reactions