Athlon1600 / youtube-downloader

:tv: PHP based alternative to youtube-dl and yt-dlp. Active and frequently updated! :star:
https://unblockvideos.com/
MIT License
805 stars 316 forks source link

503 Errors #162

Open ndsda opened 2 years ago

ndsda commented 2 years ago

I'm getting lots of 503 errors returned when CURLing googlevideo.com video URLs.

Body is empty. Header gives a Last-Modified date in 2007.

Here's the full header:

"HTTP/1.1 503 Service Unavailable Last-Modified: Wed, 02 May 2007 10:26:10 GMT Content-Type: text/plain Content-Length: 0 Connection: close Vary: Origin Cross-Origin-Resource-Policy: cross-origin X-Content-Type-Options: nosniff Date: Sun, 07 Aug 2022 21:50:17 GMT Server: gvs 1.0 "

The video I'm downloading has a huge file size at 1920px width, so I am instead trying to save the lower resolution 1280px width video stream since there's no noticeable quality difference between the two.

Downloading the 1920 version works fine. The 503 error is returned when I try to download the 1280 version. I've had this issue with many videos.

Is this a known issue? Is anyone else getting these 503 errors?