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

Skipping unavailable vidoes #12640

Closed
skarbs001 opened this issue Apr 4, 2017 · 2 comments
Closed

Skipping unavailable vidoes #12640

skarbs001 opened this issue Apr 4, 2017 · 2 comments

Comments

@skarbs001
Copy link

@skarbs001 skarbs001 commented Apr 4, 2017

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 2017.04.03. 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 2017.04.03

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


I have a problem to collect explosion videos. 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.
...
<end of log>
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 4, 2017

You already skip it with -i.

@dstftw dstftw closed this Apr 4, 2017
@Hrxn
Copy link

@Hrxn Hrxn commented Apr 4, 2017

True, but not really helpful.

Okay, I think it's because you try to extract the URLs with -g.
I guess that's why DASH fails here somehow, also, might or might not be related: You should update ffmpeg.

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.