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

[AdultSwim] AttributeError: 'NoneType' object has no attribute 'get' #10492

Closed
fulanodetalo opened this issue Aug 29, 2016 · 0 comments
Closed

[AdultSwim] AttributeError: 'NoneType' object has no attribute 'get' #10492

fulanodetalo opened this issue Aug 29, 2016 · 0 comments

Comments

@fulanodetalo
Copy link

@fulanodetalo fulanodetalo commented Aug 29, 2016

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

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

If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add -v flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

$ youtube-dl -v http://www.adultswim.com/videos/12-oz-mouse/enter-the-sandmouse/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.adultswim.com/videos/12-oz-mouse/enter-the-sandmouse/']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2016.08.28
[debug] Python version 3.4.4 - Windows-10-10.0.10586
[debug] exe versions: ffmpeg N-79690-g78baa45, ffprobe N-79690-g78baa45
[debug] Proxy map: {}
[AdultSwim] enter-the-sandmouse: Downloading webpage
Traceback (most recent call last):
  File "__main__.py", line 19, in <module>
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpp03txo2p\build\youtube_dl\__init__.py", line 433, in main
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpp03txo2p\build\youtube_dl\__init__.py", line 423, in _real_main
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpp03txo2p\build\youtube_dl\YoutubeDL.py", line 1788, in download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpp03txo2p\build\youtube_dl\YoutubeDL.py", line 691, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpp03txo2p\build\youtube_dl\extractor\common.py", line 347, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpp03txo2p\build\youtube_dl\extractor\adultswim.py", line 151, in _real_extract
AttributeError: 'NoneType' object has no attribute 'get'
...
<end of log>

Description of your issue, suggested solution and other information

Hi, I was testing youtube-dl with the website AdultSwim works fine but one video can't be downloaded, but I can watch it on my browser without problem.

This is the link: http://www.adultswim.com/videos/12-oz-mouse/enter-the-sandmouse/

@dstftw dstftw closed this in 3fb2a23 Aug 29, 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
1 participant
You can’t perform that action at this time.