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

trouble with YT video #2067

Closed
Endoro opened this issue Dec 31, 2013 · 4 comments
Closed

trouble with YT video #2067

Endoro opened this issue Dec 31, 2013 · 4 comments

Comments

@Endoro
Copy link

@Endoro Endoro commented Dec 31, 2013

Hey,

I'm having issues with this video: http://www.youtube.com/watch?v=vnENF9hSSF4 Why does youtube-dl not work with it?
Regards, Endoro.

@ghost
Copy link

@ghost ghost commented Dec 31, 2013

youtube-dl.exe -v http://www.youtube.com/watch?v=vnENF9hSSF4
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.youtube.com/watch?v=vnENF9hSSF4']
[debug] Encodings: locale 'cp1250', fs 'mbcs', out 'cp852', pref:'cp1250'
[debug] youtube-dl version 2013.12.26
[debug] Python version 2.7.5 - Windows-7-6.1.7601-SP1
[debug] Proxy map: {}
[youtube] Setting language
[youtube] vnENF9hSSF4: Downloading webpage
[youtube] vnENF9hSSF4: Downloading video info webpage
[youtube] vnENF9hSSF4: Extracting video information
[youtube] RTMP download detected
Traceback (most recent call last):
  File "__main__.py", line 18, in <module>
  File "youtube_dl\__init__.pyo", line 741, in main
  File "youtube_dl\__init__.pyo", line 731, in _real_main
  File "youtube_dl\YoutubeDL.pyo", line 912, in download
  File "youtube_dl\YoutubeDL.pyo", line 484, in extract_info
  File "youtube_dl\extractor\common.pyo", line 149, in extract
  File "youtube_dl\extractor\youtube.pyo", line 1335, in _real_extract
KeyError: None
@ghost
Copy link

@ghost ghost commented Dec 31, 2013

I added print to youtube.py to see what video_url_list contains

[(None, 'rtmpe://v8.nonxt4.c.youtube.com/videoplayback')]

#343

@Endoro
Copy link
Author

@Endoro Endoro commented Dec 31, 2013

Sorry, more information:

c:\Users\User\youtube-dl>youtube-dl -v  "http://www.youtube.com/watch?v=vnENF9hSSF4"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.youtube.com/watch?v=vnENF9hSSF4']
[debug] Encodings: locale 'cp1252', fs 'mbcs', out 'cp850', pref: 'cp1252'
[debug] youtube-dl version 2013.12.26
[debug] Python version 2.7.5 - Windows-8-6.2.9200
[debug] Proxy map: {}
[youtube] Setting language
[youtube] vnENF9hSSF4: Downloading webpage
[youtube] vnENF9hSSF4: Downloading video info webpage
[youtube] vnENF9hSSF4: Extracting video information
[youtube] RTMP download detected
Traceback (most recent call last):
  File "__main__.py", line 18, in <module>
  File "youtube_dl\__init__.pyo", line 741, in main
  File "youtube_dl\__init__.pyo", line 731, in _real_main
  File "youtube_dl\YoutubeDL.pyo", line 912, in download
  File "youtube_dl\YoutubeDL.pyo", line 484, in extract_info
  File "youtube_dl\extractor\common.pyo", line 149, in extract
  File "youtube_dl\extractor\youtube.pyo", line 1335, in _real_extract
KeyError: None

c:\Users\User\youtube-dl>youtube-dl -g  "http://www.youtube.com/watch?v=vnENF9hSSF4"
Traceback (most recent call last):
  File "__main__.py", line 18, in <module>
  File "youtube_dl\__init__.pyo", line 741, in main
  File "youtube_dl\__init__.pyo", line 731, in _real_main
  File "youtube_dl\YoutubeDL.pyo", line 912, in download
  File "youtube_dl\YoutubeDL.pyo", line 484, in extract_info
  File "youtube_dl\extractor\common.pyo", line 149, in extract
  File "youtube_dl\extractor\youtube.pyo", line 1335, in _real_extract
  KeyError: None

But there is no URL.
Thank you for helping me.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 12, 2016

Duplicate of #343.

@dstftw dstftw closed this Jun 12, 2016
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.