lads, i woke up today and watching videos on youtube with mpv/yt-dlp is not werking. still works on other sites tho, eg twitch vods
when attempting mpv <youtube url>:
[ffmpeg] https: HTTP error 403 Forbidden
Failed to open
https://rr5---sn-uxaxoxu-cg0r.googlevideo.com/videoplayback?expire=1752159505&ei=[[A VERY LONG URL]]
EDL: Could not open source file '
https://rr5---sn-uxaxoxu-cg0r.googlevideo.com/videoplayback?expire=1752159505&ei=[[A VERY LONG URL]]
No video or audio streams selected.
Exiting... (Errors when loading file)
when attempting yt-dlp <youtube url>:
[ERROR] CUID#7 - Download aborted. URI=
https://rr5---sn-uxaxoxu-cg0r.googlevideo.com/videoplayback?expire=[[A VERY LONG URL]]
Exception: [AbstractCommand.cc:351] errorCode=22 URI=
https://rr5---sn-uxaxoxu-cg0r.googlevideo.com/videoplayback?expire=[[A VERY LONG URL]]
-> [HttpSkipResponseCommand.cc:239] errorCode=22 The response status is not successful. status=403
[#43221f 0B/0B CN:0 DL:0B]
aria2 will resume download if the transfer is restarted.
If there are any errors, then see the log file. See '-l' option in help/man page for details.
ERROR: aria2c exited with code 22
[download] D:\YTDL Downloads\Videos\tmp\youtube.com\[[CHANNEL\VIDEO_TITLE]].webm has already been downloaded
[download] 100% of 41.19MiB
as you can see, when trying to just download the video, im again getting a 403 error, but the audio track is downloaded
im on shinchiro builds weekly, and yes, i updated, and the issues persists. also tried to switch to daily, issue persists. also tried switching from my usual -f which is
-f "(bv*[vcodec~='^((he|a)vc|h26[45])'][width<=3840][width>=2560]+ba) / (bv*[width<=3840][width>=2560][fps<=30]+ba) / bv*[width<3840][width>1920]+ba / (bv*[vcodec~='^((he|a)vc|h26[45])'][width=1920]+ba) / (bv*+ba/b)"
to plain old 1080p only -f
-f "(bv*[vcodec~='^((he|a)vc|h26[45])'][width<=1920][width>=1080]+ba) / (bv*+ba/b)"
and the issue persists