trouble with YT video #1602

Closed
opened 2026-02-21 00:01:10 -05:00 by deekerman · 4 comments
Owner

Originally created by @Endoro on GitHub (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.

Originally created by @Endoro on GitHub (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.
Author
Owner

@ghost commented on GitHub (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 commented on GitHub (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 ```
Author
Owner

@ghost commented on GitHub (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

@ghost commented on GitHub (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
Author
Owner

@Endoro commented on GitHub (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.

@Endoro commented on GitHub (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.
Author
Owner

@dstftw commented on GitHub (Jun 12, 2016):

Duplicate of #343.

@dstftw commented on GitHub (Jun 12, 2016): Duplicate of #343.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#1602
No description provided.