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

[CTV] extractor update required #27525

Closed
5 tasks done
ProgrammerAKL opened this issue Dec 24, 2020 · 0 comments
Closed
5 tasks done

[CTV] extractor update required #27525

ProgrammerAKL opened this issue Dec 24, 2020 · 0 comments

Comments

@ProgrammerAKL
Copy link

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.12.22
  • 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

youtube-dl.exe "https://www.ctv.ca/shows/your-morning/wednesday-december-23-2020-s5e88" --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://www.ctv.ca/shows/your-morning/wednesday-december-23-2020-s5e88', '--verbose']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2020.12.22
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: none
[debug] Proxy map: {}
[generic] wednesday-december-23-2020-s5e88: Requesting header
WARNING: Falling back on generic information extractor.
[generic] wednesday-december-23-2020-s5e88: Downloading webpage
[generic] wednesday-december-23-2020-s5e88: Extracting information
ERROR: Unsupported URL: https://www.ctv.ca/shows/your-morning/wednesday-december-23-2020-s5e88
Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmprhhzjl7r\build\youtube_dl\YoutubeDL.py", line 803, in wrapper
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmprhhzjl7r\build\youtube_dl\YoutubeDL.py", line 824, in __extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmprhhzjl7r\build\youtube_dl\extractor\common.py", line 532, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmprhhzjl7r\build\youtube_dl\extractor\generic.py", line 3446, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.ctv.ca/shows/your-morning/wednesday-december-23-2020-s5e88

Description

Example URLs:
https://www.ctv.ca/shows/your-morning/tuesday-december-22-2020-s5e87
https://www.ctv.ca/shows/your-morning/wednesday-december-23-2020-s5e88

The [9c9media] extractor should still work, perhaps with a minor modification, but the [CTV] extractor needs to be adjusted to recognize the webpage.

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

1 participant