NiconicoPlaylist broken by -s option #3272

Closed
opened 2026-02-21 01:13:31 -05:00 by deekerman · 1 comment
Owner

Originally created by @ponyo on GitHub (Oct 30, 2014).

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-s', 'http://www.nicovideo.jp/mylist/22984760', '-v']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2014.10.30
[debug] Python version 2.7.8 - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[NiconicoPlaylist] 22984760: Downloading webpage
[download] Downloading playlist: ???????????????
[NiconicoPlaylist] playlist ???????????????: Collected 100 video ids (downloading 100 of them)
[download] Downloading video #1 of 100
[niconico] 1294237093: Downloading webpage
[niconico] 1294237093: Downloading video info page
[niconico] 1294237093: Downloading webpage
[niconico] 1294237093: Downloading flv info
Traceback (most recent call last):
File "main.py", line 18, in
File "youtube_dl__init__.pyo", line 349, in main
File "youtube_dl__init__.pyo", line 339, in _real_main
File "youtube_dl\YoutubeDL.pyo", line 1082, in download
File "youtube_dl\YoutubeDL.pyo", line 544, in extract_info
File "youtube_dl\YoutubeDL.pyo", line 672, in process_ie_result
File "youtube_dl\YoutubeDL.pyo", line 597, in process_ie_result
File "youtube_dl\YoutubeDL.pyo", line 533, in extract_info
File "youtube_dl\extractor\common.pyo", line 198, in extract
File "youtube_dl\extractor\niconico.pyo", line 114, in _real_extract
AttributeError: 'NoneType' object has no attribute 'text'

Originally created by @ponyo on GitHub (Oct 30, 2014). [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['-s', 'http://www.nicovideo.jp/mylist/22984760', '-v'] [debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252 [debug] youtube-dl version 2014.10.30 [debug] Python version 2.7.8 - Windows-7-6.1.7601-SP1 [debug] exe versions: none [debug] Proxy map: {} [NiconicoPlaylist] 22984760: Downloading webpage [download] Downloading playlist: ??????????????? [NiconicoPlaylist] playlist ???????????????: Collected 100 video ids (downloading 100 of them) [download] Downloading video #1 of 100 [niconico] 1294237093: Downloading webpage [niconico] 1294237093: Downloading video info page [niconico] 1294237093: Downloading webpage [niconico] 1294237093: Downloading flv info Traceback (most recent call last): File "**main**.py", line 18, in <module> File "youtube_dl__init__.pyo", line 349, in main File "youtube_dl__init__.pyo", line 339, in _real_main File "youtube_dl\YoutubeDL.pyo", line 1082, in download File "youtube_dl\YoutubeDL.pyo", line 544, in extract_info File "youtube_dl\YoutubeDL.pyo", line 672, in process_ie_result File "youtube_dl\YoutubeDL.pyo", line 597, in process_ie_result File "youtube_dl\YoutubeDL.pyo", line 533, in extract_info File "youtube_dl\extractor\common.pyo", line 198, in extract File "youtube_dl\extractor\niconico.pyo", line 114, in _real_extract AttributeError: 'NoneType' object has no attribute 'text'
Author
Owner

@jaimeMF commented on GitHub (Nov 5, 2014):

The problem is that the playlist contains deleted videos. By defaul youtube-dl exits when if finds an error, but you can add the --ignore-errors option to continue to the next videos.

Thanks for the report.

@jaimeMF commented on GitHub (Nov 5, 2014): The problem is that the playlist contains deleted videos. By defaul youtube-dl exits when if finds an error, but you can add the `--ignore-errors` option to continue to the next videos. Thanks for the report.
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#3272
No description provided.