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

[Zattoo] Falling back on generic extractor #23945

Closed
spookyahell opened this issue Feb 2, 2020 · 0 comments
Closed

[Zattoo] Falling back on generic extractor #23945

spookyahell opened this issue Feb 2, 2020 · 0 comments
Labels

Comments

@spookyahell
Copy link

@spookyahell spookyahell commented Feb 2, 2020

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.01.24
  • 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 bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

>youtube-dl -F https://zattoo.com/recording/221177063
[generic] 221177063: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 221177063: Downloading webpage
[generic] 221177063: Extracting information
ERROR: Unsupported URL: https://zattoo.com/recording/221177063

C:\Users\Lucas\Documents>youtube-dl -F https://zattoo.com/recording/221177063 -v
[debug] System config: []
[debug] User config: ['-f', 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best', '--hls-use-mpegts', '--write-sub', '--all-subs', '--sub-format', 'srt/ssa/ass/vtt/dfxp/ttml/best', '--convert-subs', 'srt', '--ap-mso', 'Verizon', '--ap-username', 'PRIVATE', '--ap-password', 'PRIVATE']
[debug] Custom config: []
[debug] Command-line args: ['-F', 'https://zattoo.com/recording/221177063', '-v']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dl version 2020.01.24
[debug] Python version 3.7.4 (CPython) - Windows-10-10.0.18362-SP0
[debug] exe versions: ffmpeg N-94982-gea673a0edb, ffprobe N-94982-gea673a0edb
[debug] Proxy map: {}
[generic] 221177063: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 221177063: Downloading webpage
[generic] 221177063: Extracting information
ERROR: Unsupported URL: https://zattoo.com/recording/221177063
Traceback (most recent call last):
  File "appdata\local\programs\python\python37\lib\site-packages\youtube_dl\YoutubeDL.py", line 796, in extract_info
    ie_result = ie.extract(url)
  File "appdata\local\programs\python\python37\lib\site-packages\youtube_dl\extractor\common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "appdata\local\programs\python\python37\lib\site-packages\youtube_dl\extractor\generic.py", line 3350, in _real_extract
    raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://zattoo.com/recording/221177063

Description

The extractor is broken and it needs fixing to recognize some new urls such as
https://zattoo.com/recording/221177063
and https://zattoo.com/recordings?recording=221177063

@dstftw dstftw closed this Feb 2, 2020
@dstftw dstftw added the duplicate label Feb 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.