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

Ruutu.fi plugin is broken again #7037

Closed
LoneFox78 opened this issue Oct 1, 2015 · 0 comments
Closed

Ruutu.fi plugin is broken again #7037

LoneFox78 opened this issue Oct 1, 2015 · 0 comments

Comments

@LoneFox78
Copy link

@LoneFox78 LoneFox78 commented Oct 1, 2015

tmp (lonefox): youtube-dl http://www.ruutu.fi/video/2220601
[Ruutu] 2220601: Downloading XML
[Ruutu] 2220601: Downloading f4m manifest
[Ruutu] 2220601: Downloading m3u8 information
Traceback (most recent call last):
  File "/usr/bin/youtube-dl", line 9, in <module>
    load_entry_point('youtube-dl==2015.9.28', 'console_scripts', 'youtube-dl')()
  File "/usr/lib/python3.4/site-packages/youtube_dl/__init__.py", line 410, in main
    _real_main(argv)
  File "/usr/lib/python3.4/site-packages/youtube_dl/__init__.py", line 400, in _real_main
    retcode = ydl.download(all_urls)
  File "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 1658, in download
    url, force_generic_extractor=self.params.get('force_generic_extractor', False))
  File "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 660, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 288, in extract
    return self._real_extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/ruutu.py", line 87, in _real_extract
    extract_formats(video_xml.find('./Clip'))
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/ruutu.py", line 57, in extract_formats
    extract_formats(child)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/ruutu.py", line 77, in extract_formats
    width, height = [int_or_none(x) for x in child.get('resolution', '').split('x')]
ValueError: need more than 1 value to unpack
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.