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

Add support for podcasters.spotify.com #9844

Open
10 of 11 tasks
FrenchGithubUser opened this issue May 3, 2024 · 1 comment
Open
10 of 11 tasks

Add support for podcasters.spotify.com #9844

FrenchGithubUser opened this issue May 3, 2024 · 1 comment
Labels
site-request Request to support a new website triage Untriaged issue

Comments

@FrenchGithubUser
Copy link

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

France

Example URLs

Provide a description that is worded well enough to be understood

Adding support to download single episodes and whole podcast series

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 -vU https://podcasters.spotify.com/pod/show/thelolpodcast/episodes/Meet-My-Secret-Girlfriend-e2iukcg
[debug] Command-line config: ['-vU', 'https://podcasters.spotify.com/pod/show/thelolpodcast/episodes/Meet-My-Secret-Girlfriend-e2iukcg']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2024.04.09 from yt-dlp/yt-dlp [ff0779267]
[debug] Python 3.11.8 (CPython x86_64 64bit) - Linux-6.8.7-arch1-1-x86_64-with-glibc2.39 (OpenSSL 3.2.1 30 Jan 2024, glibc 2.39)
[debug] exe versions: ffmpeg 6.1.1 (setts), ffprobe 6.1.1, rtmpdump 2.4
[debug] Optional libraries: Cryptodome-3.20.0, certifi-2024.02.02, mutagen-1.47.0, requests-2.31.0, secretstorage-3.3.3, sqlite3-3.45.3, urllib3-1.26.18
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests
[debug] Loaded 1810 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: stable@2024.04.09 from yt-dlp/yt-dlp
yt-dlp is up to date (stable@2024.04.09 from yt-dlp/yt-dlp)
[generic] Extracting URL: https://podcasters.spotify.com/pod/show/thelolpodcast/episodes/Meet-My-Secret-Girlfriend-e2iukcg
[generic] Meet-My-Secret-Girlfriend-e2iukcg: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] Meet-My-Secret-Girlfriend-e2iukcg: Extracting information
[debug] Looking for embeds
ERROR: Unsupported URL: https://podcasters.spotify.com/pod/show/thelolpodcast/episodes/Meet-My-Secret-Girlfriend-e2iukcg
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/yt_dlp/YoutubeDL.py", line 1606, in wrapper
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/yt_dlp/YoutubeDL.py", line 1741, in __extract_info
    ie_result = ie.extract(url)
                ^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/yt_dlp/extractor/common.py", line 734, in extract
    ie_result = self._real_extract(url)
                ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/yt_dlp/extractor/generic.py", line 2514, in _real_extract
    raise UnsupportedError(url)
yt_dlp.utils.UnsupportedError: Unsupported URL: https://podcasters.spotify.com/pod/show/thelolpodcast/episodes/Meet-My-Secret-Girlfriend-e2iukcg
@FrenchGithubUser FrenchGithubUser added site-request Request to support a new website triage Untriaged issue labels May 3, 2024
@FrenchGithubUser
Copy link
Author

The files are in m4a format and accessible publicly without any authentication required, nor token. Hosted on cloudfront

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 triage Untriaged issue
Projects
None yet
Development

No branches or pull requests

1 participant