Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
broken: dr.dk/tv/se/ #4814
broken: dr.dk/tv/se/ #4814
Comments
|
Will be fixed in the next version. Thanks for the report. |
|
Sorry to report that the problem is not solved. It now looks like the issue: My output looks like this: Please note that the test url http://www.dr.dk/tv/se/partiets-mand/partiets-mand-7-8 no longer contains a video and does not show the error. |
|
Could you name geo unrestricted example URL that yields the same error? |
|
Nevermind. Will be fixed in the next version. |
|
Thanks for your fast response, looking forward to testing the next version! Although a bit late, I suggest this url assuming it is unrestricted (restriction is hard to test when living in Denmark, but DR's own productions should be unrestricted): Actually, now I tested above danish production, and it downloads without any problem! |
|
No, it was not related to geo restriction.
|
|
I believe this issue to be fixed in youtube-dl 2015.02.02.2. See our FAQ if you need help updating. |
|
Yes, upgraded to youtube_dl-2015.02.02.5, and now the download works. |
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://www.dr.dk/tv/se/bla-oejne', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.01.25
[debug] Python version 3.4.2 - Darwin-13.4.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 2.4.4-tessus, ffprobe 2.4.4-tessus, rtmpdump 2.4
[debug] Proxy map: {}
[generic] bla-oejne: Requesting header
WARNING: Falling back on generic information extractor.
[generic] bla-oejne: Downloading webpage
[generic] bla-oejne: Extracting information
ERROR: Unsupported URL: http://www.dr.dk/tv/se/bla-oejne
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 613, in extract_info
ie_result = ie.extract(url)
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 266, in extract
return self._real_extract(url)
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/youtube_dl/extractor/generic.py", line 1090, in _real_extract
raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: http://www.dr.dk/tv/se/bla-oejne
Support for dr.dk/tv/se/ was introduced in issue:
Request for additional site http://dr.dk/tv #3126
http://www.dr.dk/tv/se/partiets-mand/partiets-mand-7-8
The solution seems to have worked well in 2014, but now in 2015 we are back to
WARNING: Falling back on generic information extractor, as shown above.
I suspect a connection to issue:
Add support for dr.dk #4581
'http://www.dr.dk/bonanza/serie/portraetter/Talkshowet.htm?assetId=65517'
The /bonanza/ solution is working now, but please note that the two archives, dr.dk/bonanza/ and dr.dk/tv/se/ are organized differently and need separate extractors.
I hope the two solutions can be made to work concurrently.