Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
WARNING: Could not send HEAD request to #21533
Comments
|
Same issue |
Checklist
Verbose log
Description
WRITE DESCRIPTION HERE
Everything was working fine up until this morning.
I receive the following error:
"[download] Harry Potter and the Sorcerer's Stone Part 2 Flipendo Challange has already been recorded in archive
[download] Finished downloading playlist: Harry Potter and the Sorcerer's Stone PC Walkthrough
WARNING: The url doesn't specify the protocol, trying with http
[generic] best: Requesting header
WARNING: Could not send HEAD request to http://(bestvideo[width>=1920]/bestvideo)+bestaudio/best: <urlopen error [Errno 11001] getaddrinfo
failed>
[generic] best: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [Errno 11001] getaddrinfo failed> (caused by URLError(gaierror(11001, 'getaddrinfo failed'),))
D:\Y19>PAUSE
Press any key to continue . . ."
My script, which was working fine up until a few hours ago:
youtube-dl -o --format --batch-file "YouTube_Channels.txt" "(bestvideo[width>=1920]/bestvideo)+bestaudio/best" --download-archive YouTube_Channel_Archive.txt --output "%%(uploader)s/%%(upload_date)s_%%(title)s/%%(title)s_%%(resolution)s_%%(id)s.%%(ext)s" --add-metadata --write-info-json --write-all-thumbnails --embed-subs --all-subs --write-description --ignore-errors --write-annotation --merge-output-format mkv
PAUSE
What is the issue, here? Thanks!