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.
YouTube said: Unable to extract video data #23017
Comments
|
I'm facing the same issue
EDIT: I just tried to download the same video using the Windows version and it went fine! I wonder if the issue is from the Ubuntu system where something is missing.
|
Checklist
Verbose log
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'--get-duration', u'--get-url', u'--get-title', u'--no-progress', u'--no-warnings', u'--source-address', u'XXXXXXXXXXXX', u'-f', u'22/17/18', u'https://www.youtube.com/watch?v=A28w_SCvExc']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.11.05
[debug] Python version 2.7.9 (CPython) - Linux-4.9.181-xxxx-std-ipv6-64-x86_64-with-Debian-8
[debug] exe versions: avconv 11.12-6, avprobe 11.12-6, ffmpeg 2.6.9, ffprobe 2.6.9
[debug] Proxy map: {}
ERROR: A28w_SCvExc: YouTube said: Unable to extract video data
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1836, in _real_extract
'YouTube said: %s' % unavailable_message, expected=True, video_id=video_id)
ExtractorError: A28w_SCvExc: YouTube said: Unable to extract video data
Description
Hi. I'am using YouTube-dl since years. Never had a problem. I have over 20 server running YouTube-dl but since 3 days i get an error "YouTube said: Unable to extract video data" but ONLY when I use "--source-address"
youtube-dl -v --get-duration --get-url --get-title --no-progress --no-warnings --source-address XXX.XXX.XXX.XXX -f 22/17/18 "https://www.youtube.com/watch?v=XXXXX" 2>&1
When I use --proxy it works, when I use without --source-address it works. I didn't changed anything on the server and on the script. I have thousands of proxy (which I use with --proxy) and over 10 Server IP's each server. The server ip's are not blocked I checked it - it works well without --source-address. I have an autoupdate script which checks every 10 minutes for new updated YouTube-dl so that's also not the problem.
I just replaced my IP with XXXXXXXXX
Thanks for help!