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

NiconicoPlaylist broken by -s option #4064

Closed
ponyo opened this issue Oct 30, 2014 · 1 comment
Closed

NiconicoPlaylist broken by -s option #4064

ponyo opened this issue Oct 30, 2014 · 1 comment

Comments

@ponyo
Copy link

@ponyo ponyo commented 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'

@jaimeMF jaimeMF closed this in 6110bbb Nov 5, 2014
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented 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 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.