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

Support request for theguardian.com/news/audio/ podcasts #8520

Closed
11 tasks done
Rava77 opened this issue Nov 4, 2023 · 2 comments · Fixed by #8535
Closed
11 tasks done

Support request for theguardian.com/news/audio/ podcasts #8520

Rava77 opened this issue Nov 4, 2023 · 2 comments · Fixed by #8535
Labels
site-request Request to support a new website

Comments

@Rava77
Copy link

Rava77 commented Nov 4, 2023

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

Region

Germany

Example URLs

https://www.theguardian.com/news/audio/2023/oct/30/the-trials-of-robert-habeck-is-the-worlds-most-powerful-green-politician-doomed-to-fail-podcast

Provide a description that is worded well enough to be understood

First tried it with yt-dlp version 2023.10.13 , then updated to nightly@2023.10.28.155411
Both times I got the same error:

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

$ yt-dlp -vUF https://www.theguardian.com/news/audio/2023/oct/30/the-trials-of-robert-habeck-is-the-worlds-most-powerful-green-politician-doomed-to-fail-podcast
[debug] Command-line config: ['-vUF', 'https://www.theguardian.com/news/audio/2023/oct/30/the-trials-of-robert-habeck-is-the-worlds-most-powerful-green-politician-doomed-to-fail-podcast']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version nightly@2023.10.28.155411 [4a601c9ef] (zip)
[debug] Python 3.9.18 (CPython x86_64 64bit) - Linux-5.4.30-porteus-x86_64-Intel-R-_Core-TM-_i7_CPU_______Q_720__@_1.60GHz-with-glibc2.35 (OpenSSL 1.1.1w  11 Sep 2023, glibc 2.35)
[debug] exe versions: ffmpeg 4.4.2 (setts), ffprobe 4.4.2, rtmpdump 2.4
[debug] Optional libraries: brotli-1.0.9, sqlite3-3.37.2, urllib3-1.26.8
[debug] Proxy map: {}
[debug] Request Handlers: urllib
[debug] Loaded 1890 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp-nightly-builds/releases/latest
Available version: nightly@2023.10.28.155411, Current version: nightly@2023.10.28.155411
Current Build Hash: 571d1fa9feeab2d00113dd890b62b8e06e25ba9ed5b968d22f300b7b5eb0b96a
yt-dlp is up to date (nightly@2023.10.28.155411)
[generic] Extracting URL: https://www.theguardian.com/news/audio/2023/oct/30/the-trials-of-robert-habeck-is-the-worlds-most-powerful-green-politician-doomed-to-fail-podcast
[generic] the-trials-of-robert-habeck-is-the-worlds-most-powerful-green-politician-doomed-to-fail-podcast: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] the-trials-of-robert-habeck-is-the-worlds-most-powerful-green-politician-doomed-to-fail-podcast: Extracting information
[debug] Looking for embeds
ERROR: Unsupported URL: https://www.theguardian.com/news/audio/2023/oct/30/the-trials-of-robert-habeck-is-the-worlds-most-powerful-green-politician-doomed-to-fail-podcast
Traceback (most recent call last):
  File "/usr/bin/yt-dlp/yt_dlp/YoutubeDL.py", line 1567, in wrapper
    return func(self, *args, **kwargs)
  File "/usr/bin/yt-dlp/yt_dlp/YoutubeDL.py", line 1702, in __extract_info
    ie_result = ie.extract(url)
  File "/usr/bin/yt-dlp/yt_dlp/extractor/common.py", line 715, in extract
    ie_result = self._real_extract(url)
  File "/usr/bin/yt-dlp/yt_dlp/extractor/generic.py", line 2577, in _real_extract
    raise UnsupportedError(url)
yt_dlp.utils.UnsupportedError: Unsupported URL: https://www.theguardian.com/news/audio/2023/oct/30/the-trials-of-robert-habeck-is-the-worlds-most-powerful-green-politician-doomed-to-fail-podcast
@Rava77 Rava77 added site-request Request to support a new website triage Untriaged issue labels Nov 4, 2023
@SirElderling
Copy link
Contributor

SirElderling commented Nov 4, 2023

This one appears to be straight forward. Everything is in plain sight in the html code.
I can take a look into coding this once I find the time.

@Rava77
Copy link
Author

Rava77 commented Nov 4, 2023

^
Good to know. After looking into Page Info / Tab: Media the link to the podcast is a standard URL and not a blob resource:
https://audio.guim.co.uk/2023/10/24-52737-gdn.alr.301023.NA_PHILIP_OLTERMANN.mp3

Hopefully that small info helps you in coding support for theguardian.com/news/audio/ .

@bashonly bashonly removed the triage Untriaged issue label Nov 18, 2023
bashonly pushed a commit that referenced this issue Nov 18, 2023
Closes #8520
Authored by: SirElderling
aalsuwaidi pushed a commit to aalsuwaidi/yt-dlp that referenced this issue Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-request Request to support a new website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants