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

[Stitcher] Updated Site Broke Support (Version: 2020.12.31) #27606

Closed
5 tasks done
markmals opened this issue Dec 31, 2020 · 2 comments
Closed
5 tasks done

[Stitcher] Updated Site Broke Support (Version: 2020.12.31) #27606

markmals opened this issue Dec 31, 2020 · 2 comments

Comments

@markmals
Copy link

markmals commented Dec 31, 2020

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.

@markmals
Copy link
Author

markmals commented Dec 31, 2020

Don't even need youtube-dl to download that link; that's a direct link to the content. Youtube-dl is meant to extract the content from the canonical link and then download it. That is also the public URL. Youtube-dl should be able to handle downloading content behind the paywall with a --cookies parameter.

ThirumalaiK pushed a commit to ThirumalaiK/youtube-dl that referenced this issue Jan 28, 2021
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