Add support for faz.net/podcasts #20609

Open
opened 2026-02-21 09:50:24 -05:00 by deekerman · 1 comment
Owner

Originally created by @tom-9 on GitHub (May 31, 2020).

Checklist

  • I'm reporting a site feature request
  • I've verified that I'm running youtube-dl version 2020.05.29
  • I've searched the bugtracker for similar site feature requests including closed ones

Verbose log

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.faz.net/podcasts/f-a-z-digitec-podcast/elon-musk-und-die-nasa-zum-mond-und-noch-viel-weiter-16792188.html']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.05.29
[debug] Python version 3.7.7 (CPython) - Linux-5.4.28-gentoo-x86_64-x86_64-Intel-R-_Core-TM-_i7-4790S_CPU_@_3.20GHz-with-gentoo-2.6
[debug] exe versions: ffmpeg 4.2.3, ffprobe 4.2.3
[debug] Proxy map: {}
[faz.net] 16792188: Downloading webpage
ERROR: Unable to extract media; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "/usr/lib/python3.7/site-packages/youtube_dl/extractor/faz.py", line 51, in _real_extract
    webpage, 'media')
  File "/usr/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 1014, in _html_search_regex
    res = self._search_regex(pattern, string, name, default, fatal, flags, group)
  File "/usr/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 1005, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract media; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Description

#1582 adds support for URLs like https://www.faz.net/multimedia/videos/...

Please add support for URLs like https://www.faz.net/podcasts ...
for example https://www.faz.net/podcasts/f-a-z-digitec-podcast/elon-musk-und-die-nasa-zum-mond-und-noch-viel-weiter-16792188.html

Thanks!

Originally created by @tom-9 on GitHub (May 31, 2020). <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ### Checklist <!-- Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl: - First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2020.05.29. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED. - Search the bugtracker for similar site feature requests: http://yt-dl.org/search-issues. DO NOT post duplicates. - Finally, put x into all relevant boxes (like this [x]) --> - [X] I'm reporting a site feature request - [X] I've verified that I'm running youtube-dl version **2020.05.29** - [X] I've searched the bugtracker for similar site feature requests including closed ones ### Verbose log ``` [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-v', 'https://www.faz.net/podcasts/f-a-z-digitec-podcast/elon-musk-und-die-nasa-zum-mond-und-noch-viel-weiter-16792188.html'] [debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8 [debug] youtube-dl version 2020.05.29 [debug] Python version 3.7.7 (CPython) - Linux-5.4.28-gentoo-x86_64-x86_64-Intel-R-_Core-TM-_i7-4790S_CPU_@_3.20GHz-with-gentoo-2.6 [debug] exe versions: ffmpeg 4.2.3, ffprobe 4.2.3 [debug] Proxy map: {} [faz.net] 16792188: Downloading webpage ERROR: Unable to extract media; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info ie_result = ie.extract(url) File "/usr/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 530, in extract ie_result = self._real_extract(url) File "/usr/lib/python3.7/site-packages/youtube_dl/extractor/faz.py", line 51, in _real_extract webpage, 'media') File "/usr/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 1014, in _html_search_regex res = self._search_regex(pattern, string, name, default, fatal, flags, group) File "/usr/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 1005, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) youtube_dl.utils.RegexNotFoundError: Unable to extract media; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. ``` ### Description <!-- Provide an explanation of your site feature request in an arbitrary form. Please make sure the description is worded well enough to be understood, see https://github.com/ytdl-org/youtube-dl#is-the-description-of-the-issue-itself-sufficient. Provide any additional information, suggested solution and as much context and examples as possible. --> #1582 adds support for URLs like [https://www.faz.net/multimedia/videos/](https://www.faz.net/multimedia/videos/)... Please add support for URLs like [https://www.faz.net/podcasts](https://www.faz.net/podcasts) ... for example [https://www.faz.net/podcasts/f-a-z-digitec-podcast/elon-musk-und-die-nasa-zum-mond-und-noch-viel-weiter-16792188.html](https://www.faz.net/podcasts/f-a-z-digitec-podcast/elon-musk-und-die-nasa-zum-mond-und-noch-viel-weiter-16792188.html) Thanks!
Author
Owner

@tom-9 commented on GitHub (Jul 4, 2020):

The URL can be extracted by saving the page completely and then dig into the file player.htm:

sed 's/http/\nhttp/g' <player.htm | egrep '\.(mp|ogg)' | sed 's/\?.*//' | head -n1

@tom-9 commented on GitHub (Jul 4, 2020): The URL can be extracted by saving the page completely and then dig into the file player.htm: `sed 's/http/\nhttp/g' <player.htm | egrep '\.(mp|ogg)' | sed 's/\?.*//' | head -n1`
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#20609
No description provided.