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

Unsupported URL error in single article page in 3sat mediathek #27930

Closed
5 of 6 tasks
mendberg opened this issue Jan 23, 2021 · 2 comments
Closed
5 of 6 tasks

Unsupported URL error in single article page in 3sat mediathek #27930

mendberg opened this issue Jan 23, 2021 · 2 comments

Comments

@mendberg
Copy link

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2021.01.16
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

$ youtube-dl -r 5M "https://www.3sat.de/wissen/nano/210120-radschnellwege-nano-104.html" -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-r', '5M', 'https://www.3sat.de/wissen/nano/210120-radschnellwege-nano-104.html', '-v']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2021.01.16
[debug] Python version 3.9.1 (CPython) - Linux-5.9.16-1-MANJARO-x86_64-with-glibc2.32
[debug] exe versions: ffmpeg 4.3.1, ffprobe 4.3.1, rtmpdump 2.4
[debug] Proxy map: {}
[generic] 210120-radschnellwege-nano-104: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 210120-radschnellwege-nano-104: Downloading webpage
[generic] 210120-radschnellwege-nano-104: Extracting information
WARNING: [generic] 210120-radschnellwege-nano-104: Failed to parse JSON Expecting ',' delimiter: line 23 column 26 (char 580)
WARNING: [generic] 210120-radschnellwege-nano-104: Failed to parse JSON Expecting property name enclosed in double quotes: line 11 column 9 (char 284)
ERROR: Unsupported URL: https://www.3sat.de/wissen/nano/210120-radschnellwege-nano-104.html
Traceback (most recent call last):
  File "/NUeB/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 805, in wrapper
    return func(self, *args, **kwargs)
  File "/NUeB/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 826, in __extract_info
    ie_result = ie.extract(url)
  File "/NUeB/bin/youtube-dl/youtube_dl/extractor/common.py", line 532, in extract
    ie_result = self._real_extract(url)
  File "/NUeB/bin/youtube-dl/youtube_dl/extractor/generic.py", line 3467, in _real_extract
    raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.3sat.de/wissen/nano/210120-radschnellwege-nano-104.html

$ youtube-dl -U
youtube-dl is up-to-date (2021.01.16)

Description

When trying do download the video from the single article page https://www.3sat.de/wissen/nano/210120-radschnellwege-nano-104.html I get that "Unsupported URL" error as shown in the command line log above.

@october262
Copy link

play the video and press F12 to bring up the debug menu,
go to network - media, the first file that shows, copy the link,
and feed it into youtube-dl to download the video. please note that the video
will be in webm format so you may want to use ffmpeg to convert the video from
webm to mp4.

@mendberg
Copy link
Author

play the video and press F12 to bring up the debug menu,
go to network - media, the first file that shows, copy the link,
and feed it into youtube-dl to download the video.

Thanks, that works for me.

@dstftw dstftw closed this as completed in c297f76 Mar 1, 2021
dstftw added a commit that referenced this issue Mar 1, 2021
…loses #21185, closes #26711, closes #27068, closes #27930, closes #28198, closes #28199, closes #28274)

* Generalize unique video ids for zdf based extractors
* Improve extraction
* Fix 3sat and phoenix
github-actions bot added a commit to hellopony/youtube-dl that referenced this issue Mar 2, 2021
* https://github.com/ytdl-org/youtube-dl:
  [9c9media] fix extraction for videos with multiple ContentPackages(closes ytdl-org#28309)
  [bbc] correct catched exception type
  [bbc] add support for BBC Reel videos(closes ytdl-org#21870, closes ytdl-org#23660, closes ytdl-org#28268)
  release 2021.03.02
  [ChangeLog] Actualize [ci skip]
  [zdf] Rework extractors (closes ytdl-org#11606, closes ytdl-org#13473, closes ytdl-org#17354, closes ytdl-org#21185, closes ytdl-org#26711, closes ytdl-org#27068, closes ytdl-org#27930, closes ytdl-org#28198, closes ytdl-org#28199, closes ytdl-org#28274)
leshasmlesha pushed a commit to leshasmlesha/youtube-dl that referenced this issue Mar 7, 2021
…closes ytdl-org#17354, closes ytdl-org#21185, closes ytdl-org#26711, closes ytdl-org#27068, closes ytdl-org#27930, closes ytdl-org#28198, closes ytdl-org#28199, closes ytdl-org#28274)

* Generalize unique video ids for zdf based extractors
* Improve extraction
* Fix 3sat and phoenix
leshasmlesha pushed a commit to leshasmlesha/youtube-dl that referenced this issue Mar 7, 2021
…closes ytdl-org#17354, closes ytdl-org#21185, closes ytdl-org#26711, closes ytdl-org#27068, closes ytdl-org#27930, closes ytdl-org#28198, closes ytdl-org#28199, closes ytdl-org#28274)

* Generalize unique video ids for zdf based extractors
* Improve extraction
* Fix 3sat and phoenix
leshasmlesha pushed a commit to leshasmlesha/youtube-dl that referenced this issue Apr 3, 2021
…closes ytdl-org#17354, closes ytdl-org#21185, closes ytdl-org#26711, closes ytdl-org#27068, closes ytdl-org#27930, closes ytdl-org#28198, closes ytdl-org#28199, closes ytdl-org#28274)

* Generalize unique video ids for zdf based extractors
* Improve extraction
* Fix 3sat and phoenix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants