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

[tvland] AttributeError: 'NoneType' object has no attribute 'split' #11752

Closed
StevenDTX opened this issue Jan 17, 2017 · 2 comments
Closed

[tvland] AttributeError: 'NoneType' object has no attribute 'split' #11752

StevenDTX opened this issue Jan 17, 2017 · 2 comments

Comments

@StevenDTX
Copy link

@StevenDTX StevenDTX commented Jan 17, 2017

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

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

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


E:\>youtube-dl.exe --restrict-filenames --continue --no-check-certificate --verbose -o Younger.S03E06-%(playlist_index)s.mp4 "http://www.tvland.com/full-episodes/a97wwe/younger-me-myself-and-o-season-3-ep-306"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--restrict-filenames', '--continue', '--no-check-certificate', '--verbose', '-o', 'Younger.S03E06-%(playlist_index)s.mp4', 'http://www.tvland.com/full-episodes/a97wwe/younger-me-myself-and-o-season-3-ep-306']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2017.01.16
[debug] Python version 3.4.4 - Windows-10-10.0.10586
[debug] exe versions: ffmpeg N-82966-g6993bb4, ffprobe N-72383-g7206b94, rtmpdump 2.4
[debug] Proxy map: {}
[tvland.com] younger-me-myself-and-o-season-3-ep-306: 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\tmpuqqhlvi_\build\youtube_dl\__init__.py", line 444, in main
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpuqqhlvi_\build\youtube_dl\__init__.py", line 434, in _real_main
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpuqqhlvi_\build\youtube_dl\YoutubeDL.py", line 1791, in download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpuqqhlvi_\build\youtube_dl\YoutubeDL.py", line 694, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpuqqhlvi_\build\youtube_dl\extractor\common.py", line 359, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpuqqhlvi_\build\youtube_dl\extractor\mtv.py", line 264, in _real_extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpuqqhlvi_\build\youtube_dl\extractor\mtv.py", line 195, in _get_videos_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpuqqhlvi_\build\youtube_dl\extractor\mtv.py", line 38, in _id_from_uri
AttributeError: 'NoneType' object has no attribute 'split'


If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):


Description of your issue, suggested solution and other information

TVLAND was working just fine until recently. I'm guessing that it may have something to do with the recent MTV extractor changes.

Thanks.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 17, 2017

This video is only available with TV provider.

@dstftw dstftw closed this Jan 17, 2017
@StevenDTX
Copy link
Author

@StevenDTX StevenDTX commented Jan 17, 2017

Sorry about that. Here is a free episode that gets the same error.

http://www.tvland.com/full-episodes/rj3wir/lopez-slave-for-a-day-season-1-ep-101

E:\>youtube-dl http://www.tvland.com/full-episodes/rj3wir/lopez-slave-for-a-day-season-1-ep-101 --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['http://www.tvland.com/full-episodes/rj3wir/lopez-slave-for-a-day-season-1-ep-101', '--verbose']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2017.01.16
[debug] Python version 3.4.4 - Windows-10-10.0.10586
[debug] exe versions: ffmpeg N-82966-g6993bb4, ffprobe N-72383-g7206b94, rtmpdump 2.4
[debug] Proxy map: {}
[tvland.com] lopez-slave-for-a-day-season-1-ep-101: 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\tmpuqqhlvi_\build\youtube_dl\__init__.py", line 444, in main
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpuqqhlvi_\build\youtube_dl\__init__.py", line 434, in _real_main
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpuqqhlvi_\build\youtube_dl\YoutubeDL.py", line 1791, in download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpuqqhlvi_\build\youtube_dl\YoutubeDL.py", line 694, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpuqqhlvi_\build\youtube_dl\extractor\common.py", line 359, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpuqqhlvi_\build\youtube_dl\extractor\mtv.py", line 264, in _real_extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpuqqhlvi_\build\youtube_dl\extractor\mtv.py", line 195, in _get_videos_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpuqqhlvi_\build\youtube_dl\extractor\mtv.py", line 38, in _id_from_uri
AttributeError: 'NoneType' object has no attribute 'split'
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.