-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Description
Checklist
- I'm reporting a broken site support
- I've verified that I'm running youtube-dl version 2020.12.31
- 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 issues including closed ones
Verbose log
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://www.stitcher.com/show/threedom/episode/circles-on-a-stick-200212584', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2020.12.31
[debug] Python version 3.9.1 (CPython) - macOS-11.1-x86_64-i386-64bit
[debug] exe versions: ffmpeg 4.3.1, ffprobe 4.3.1, rtmpdump 2.4
[debug] Proxy map: {}
[generic] circles-on-a-stick-200212584: Requesting header
WARNING: Falling back on generic information extractor.
[generic] circles-on-a-stick-200212584: Downloading webpage
[generic] circles-on-a-stick-200212584: Extracting information
[generic] 200212584: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 200212584: Downloading webpage
[generic] 200212584: Extracting information
ERROR: Unsupported URL: https://www.stitcher.com/embed/1001422/200212584
Traceback (most recent call last):
File "/usr/local/Cellar/youtube-dl/2020.12.31/libexec/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper
return func(self, *args, **kwargs)
File "/usr/local/Cellar/youtube-dl/2020.12.31/libexec/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info
ie_result = ie.extract(url)
File "/usr/local/Cellar/youtube-dl/2020.12.31/libexec/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 532, in extract
ie_result = self._real_extract(url)
File "/usr/local/Cellar/youtube-dl/2020.12.31/libexec/lib/python3.9/site-packages/youtube_dl/extractor/generic.py", line 3448, in _real_extract
raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.stitcher.com/embed/1001422/200212584
Description
Stitcher recently updated their website and web player and the existing Stitcher extractor no longer works.
Metadata
Metadata
Assignees
Labels
No labels