WDR / Rockpalast #3524

Closed
opened 2026-02-21 01:24:47 -05:00 by deekerman · 5 comments
Owner

Originally created by @johnjohndoe on GitHub (Dec 2, 2014).

How about these URL?

http://www.wdr.de/tv/rockpalast/extra/videos/2014/1125/beatsteaks.jsp

Originally created by @johnjohndoe on GitHub (Dec 2, 2014). How about these URL? > http://www.wdr.de/tv/rockpalast/extra/videos/2014/1125/beatsteaks.jsp
Author
Owner

@DrMcCoy commented on GitHub (Dec 16, 2014):

Yeah, seems to be broken:

$ youtube-dl --verbose http://www1.wdr.de/fernsehen/kultur/rockpalast/videos/av/videocrossroadsrosekemp100-videoplayer.html
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www1.wdr.de/fernsehen/kultur/rockpalast/videos/av/videocrossroadsrosekemp100-videoplayer.html']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.12.16.2
[debug] Python version 2.7.9rc1 - Linux-3.17.4-x86_64-with-debian-8.0
[debug] exe versions: avconv 11-6, avprobe 11-6, ffmpeg SVN-r25783, ffprobe SVN-r25783, rtmpdump 2.4
[debug] Proxy map: {}
[WDR] fernsehen/kultur/rockpalast/videos/av/videocrossroadsrosekemp100: Downloading webpage
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/home/drmccoy/bin/youtube-dl/__main__.py", line 19, in <module>
  File "/home/drmccoy/bin/youtube-dl/youtube_dl/__init__.py", line 361, in main
  File "/home/drmccoy/bin/youtube-dl/youtube_dl/__init__.py", line 351, in _real_main
  File "/home/drmccoy/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1166, in download
  File "/home/drmccoy/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 592, in extract_info
  File "/home/drmccoy/bin/youtube-dl/youtube_dl/extractor/common.py", line 243, in extract
  File "/home/drmccoy/bin/youtube-dl/youtube_dl/extractor/wdr.py", line 90, in _real_extract
KeyError: u'dslSrc'
@DrMcCoy commented on GitHub (Dec 16, 2014): Yeah, seems to be broken: ``` $ youtube-dl --verbose http://www1.wdr.de/fernsehen/kultur/rockpalast/videos/av/videocrossroadsrosekemp100-videoplayer.html [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['--verbose', 'http://www1.wdr.de/fernsehen/kultur/rockpalast/videos/av/videocrossroadsrosekemp100-videoplayer.html'] [debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8 [debug] youtube-dl version 2014.12.16.2 [debug] Python version 2.7.9rc1 - Linux-3.17.4-x86_64-with-debian-8.0 [debug] exe versions: avconv 11-6, avprobe 11-6, ffmpeg SVN-r25783, ffprobe SVN-r25783, rtmpdump 2.4 [debug] Proxy map: {} [WDR] fernsehen/kultur/rockpalast/videos/av/videocrossroadsrosekemp100: Downloading webpage Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/home/drmccoy/bin/youtube-dl/__main__.py", line 19, in <module> File "/home/drmccoy/bin/youtube-dl/youtube_dl/__init__.py", line 361, in main File "/home/drmccoy/bin/youtube-dl/youtube_dl/__init__.py", line 351, in _real_main File "/home/drmccoy/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1166, in download File "/home/drmccoy/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 592, in extract_info File "/home/drmccoy/bin/youtube-dl/youtube_dl/extractor/common.py", line 243, in extract File "/home/drmccoy/bin/youtube-dl/youtube_dl/extractor/wdr.py", line 90, in _real_extract KeyError: u'dslSrc' ```
Author
Owner

@phihag commented on GitHub (Dec 16, 2014):

@johnjohndoe The URL http://www.wdr.de/tv/rockpalast/extra/videos/2014/1125/beatsteaks.jsp works fine for me. Please post the entire output you get when running youtube-dl with -v. See our contribution guidelines for more tips on effective bug reporting.

@phihag commented on GitHub (Dec 16, 2014): @johnjohndoe The URL http://www.wdr.de/tv/rockpalast/extra/videos/2014/1125/beatsteaks.jsp works fine for me. Please post the entire output you get when running youtube-dl with `-v`. See [our contribution guidelines](https://github.com/rg3/youtube-dl/blob/master/CONTRIBUTING.md) for more tips on effective bug reporting.
Author
Owner

@phihag commented on GitHub (Dec 16, 2014):

@DrMcCoy It looks like that specific video is indeed missing a source attribute. However, it doesn't play in the website either. If it does play in a web browser for you, please open a new issue and mention where you got it to play in the first place. Please don't hijack potentially unrelated issues!

@phihag commented on GitHub (Dec 16, 2014): @DrMcCoy It looks like [that specific video](http://www1.wdr.de/fernsehen/kultur/rockpalast/videos/av/videocrossroadsrosekemp100-videoplayer.html) is indeed missing a source attribute. However, it doesn't play in the website either. If it does play in a web browser for you, please [open a new issue](https://github.com/rg3/youtube-dl/issues/new) and mention where you got it to play in the first place. Please don't hijack potentially unrelated issues!
Author
Owner

@DrMcCoy commented on GitHub (Dec 16, 2014):

Sorry, I thought it would be related because it's both about the WDR scraper. I even explictly chose to post here instead of opening a new issue because of that. :/

You're right though, it doesn't play in my browser either. So I'm just going to shut up now. Sorry again. :)

@DrMcCoy commented on GitHub (Dec 16, 2014): Sorry, I thought it would be related because it's both about the WDR scraper. I even explictly chose to post here instead of opening a new issue because of that. :/ You're right though, it doesn't play in my browser either. So I'm just going to shut up now. Sorry again. :)
Author
Owner

@yan12125 commented on GitHub (Jun 9, 2016):

All links mentioned in this ticket is dead, and the following Rockpalast video works fine with the latest git master: http://www1.wdr.de/mediathek/video/sendungen/rockpalast/video-rockpalast-blind-guardian---rock-hard-festival--100.html. Closing.

@yan12125 commented on GitHub (Jun 9, 2016): All links mentioned in this ticket is dead, and the following Rockpalast video works fine with the latest git master: http://www1.wdr.de/mediathek/video/sendungen/rockpalast/video-rockpalast-blind-guardian---rock-hard-festival--100.html. Closing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#3524
No description provided.