Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YouTube said: Unable to extract video data #23682

Closed
moiseyo opened this issue Jan 9, 2020 · 2 comments
Closed

YouTube said: Unable to extract video data #23682

moiseyo opened this issue Jan 9, 2020 · 2 comments
Labels

Comments

@moiseyo
Copy link

@moiseyo moiseyo commented Jan 9, 2020

Youtube_dl stop running

sample URLs
:
https://www.youtube.com/watch?v=TqoC-YIXVzU
https://www.youtube.com/watch?v=qMo8krAJd5Q DownloadError('ERROR: qMo8krAJd5Q: YouTube said: Unable to extract video data')

@dstftw dstftw closed this Jan 9, 2020
@dstftw dstftw added the incomplete label Jan 9, 2020
@moiseyo
Copy link
Author

@moiseyo moiseyo commented Jan 9, 2020

I added error track
Error:ERROR: qMo8krAJd5Q: YouTube said: Unable to extract video data
DownloadError('ERROR: qMo8krAJd5Q: YouTube said: Unable to extract video data')
------------------------------------------------------------ c:\temp\short\10
Traceback (most recent call last):
File "C:\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
File "C:\Python36\lib\site-packages\youtube_dl\extractor\common.py", line 530, in extract
ie_result = self._real_extract(url)
File "C:\Python36\lib\site-packages\youtube_dl\extractor\youtube.py", line 1835, in _real_extract
raise ExtractorError(
youtube_dl.utils.ExtractorError: qMo8krAJd5Q: YouTube said: Unable to extract video data

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Mydev\python3\fileSupport\video\VideoSup\get_youtube.py", line 320, in loadUrlsFromSetting
result = downloadYoutube(output_dir, (ln))
File "C:\Mydev\python3\fileSupport\video\VideoSup\get_youtube.py", line 159, in downloadYoutube
result = ydl.extract_info(url, download=False) # We just want to extract the info
File "C:\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 819, in extract_info
self.report_error(compat_str(e), e.format_traceback())
File "C:\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 624, in report_error
self.trouble(error_message, tb)
File "C:\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 594, in trouble
raise DownloadError(message, exc_info)
youtube_dl.utils.DownloadError: ERROR: qMo8krAJd5Q: YouTube said: Unable to extract video data

@moiseyo
Copy link
Author

@moiseyo moiseyo commented Jan 9, 2020

Windows 10 Pro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.