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 Video not found BUG #11435

Closed
Mondanzo opened this issue Dec 13, 2016 · 2 comments
Closed

Youtube Video not found BUG #11435

Mondanzo opened this issue Dec 13, 2016 · 2 comments
Labels

Comments

@Mondanzo
Copy link

@Mondanzo Mondanzo commented Dec 13, 2016

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.12.12. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2016.12.12

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add -v flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

[debug] Encodings: locale cp1252, fs mbcs, out UTF-8, pref cp1252
[debug] youtube-dl version 2016.12.12
[debug] Python version 3.5.1 - Windows-10-10.0.14393-SP0
[debug] exe versions: ffmpeg N-80052-g64fe1ee, ffprobe N-80052-g64fe1ee
[debug] Proxy map: {}
[youtube] haeqvlazgky: Downloading webpage
[youtube] haeqvlazgky: Downloading video info webpage
ERROR: haeqvlazgky: YouTube said: This video does not exist.
Traceback (most recent call last):
  File "C:\Dev Kram\Python35-32\lib\site-packages\youtube_dl\YoutubeDL.py", line 694, in extract_info
    ie_result = ie.extract(url)
  File "C:\Dev Kram\Python35-32\lib\site-packages\youtube_dl\extractor\common.py", line 357, in extract
    return self._real_extract(url)
  File "C:\Dev Kram\Python35-32\lib\site-packages\youtube_dl\extractor\youtube.py", line 1327, in _real_extract
    expected=True, video_id=video_id)
youtube_dl.utils.ExtractorError: haeqvlazgky: YouTube said: This video does not exist.
<end of log>

Description of your issue, suggested solution and other information

Randomly the Youtube Downloader couldn't download any songs from Youtube anymore,
Other Sites like Soundcloud are working but no video from Youtube.
The Videos are existing!
It could be an error because i tried to download from germany (Frankfurt).

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Dec 13, 2016

Video haeqvlazgky does not exist that is clearly stated in the error message and when trying to play it in browser.

@dstftw dstftw closed this Dec 13, 2016
@dstftw dstftw added the invalid label Dec 13, 2016
@skarbs001
Copy link

@skarbs001 skarbs001 commented Apr 4, 2017

I have same problem. Is there any solution of this problem or What should I do for skipping this youtube url?
For example, https://www.youtube.com/watch?v=50NJtOZ5qO4

youtube-dl -v -g -i 'https://www.youtube.com/watch?v=50NJtOZ5qO4'
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'-g', u'-i', u'https://www.youtube.com/watch?v=50NJtOZ5qO4']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.04.03
[debug] Python version 2.7.5 - Linux-3.10.0-514.10.2.el7.x86_64-x86_64-with-centos-7.3.1611-Core
[debug] exe versions: ffmpeg 2.6.8, ffprobe 2.6.8
[debug] Proxy map: {}
ERROR: 50NJtOZ5qO4: YouTube said: This video is not available.
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 761, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 429, in extract
ie_result = self._real_extract(url)
File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 1403, in _real_extract
expected=True, video_id=video_id)
ExtractorError: 50NJtOZ5qO4: YouTube said: This video is not available.

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
3 participants
You can’t perform that action at this time.