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

CBS Broke? #295

Open
jriker1 opened this issue Jan 1, 2021 · 5 comments
Open

CBS Broke? #295

jriker1 opened this issue Jan 1, 2021 · 5 comments

Comments

@jriker1
Copy link

jriker1 commented Jan 1, 2021

On latest version on Windows and started having issues with CBS. Below is the verbose output. Any thoughts? Been like this for a few days:

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--audio-quality', '0', '--add-metadata', '--ap-mso', 'Comcast_SSO', '--ap-username', 'PRIVATE', '--ap-password', 'PRIVATE', 'https://www.cbs.com/shows/the_bold_and_the_beautiful/video/PSReSU5U_0nbb4E2zM6UaeZaJSgO7sQ1/the-bold-and-the-beautiful-12-31-2020/', '--verbose']
[debug] Loading archive file None
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dlc version 2020.11.11-3
[debug] Python version 3.9.0 (CPython) - Windows-10-10.0.19041-SP0
[debug] exe versions: ffmpeg 4.3.1-2020-10-01-full_build-www.gyan.dev, phantomjs 2.1.1
[debug] Proxy map: {}
[CBS] PSReSU5U_0nbb4E2zM6UaeZaJSgO7sQ1: Downloading XML
ERROR: No video formats found; please report this issue on https://github.com/blackjack4494/yt-dlc . Make sure you are using the latest version; see  https://github.com/blackjack4494/yt-dlc  on how to update. Be sure to call youtube-dlc with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "c:\users\appdata\local\programs\python\python39\lib\site-packages\youtube_dlc\YoutubeDL.py", line 830, in extract_info
    ie_result = ie.extract(url)
  File "c:\users\appdata\local\programs\python\python39\lib\site-packages\youtube_dlc\extractor\common.py", line 532, in extract
    ie_result = self._real_extract(url)
  File "c:\users\appdata\local\programs\python\python39\lib\site-packages\youtube_dlc\extractor\cbs.py", line 112, in _real_extract
    return self._extract_video_info(content_id)
  File "c:\users\appdata\local\programs\python\python39\lib\site-packages\youtube_dlc\extractor\cbs.py", line 94, in _extract_video_info
    self._sort_formats(formats)
  File "c:\users\appdata\local\programs\python\python39\lib\site-packages\youtube_dlc\extractor\common.py", line 1359, in _sort_formats
    raise ExtractorError('No video formats found')
youtube_dlc.utils.ExtractorError: No video formats found; please report this issue on https://github.com/blackjack4494/yt-dlc . Make sure you are using the latest version; see  https://github.com/blackjack4494/yt-dlc  on how to update. Be sure to call youtube-dlc with the --verbose flag and include its complete output.
@keith-leitch
Copy link

I tried the B&B URL you attempted above. It failed, but I got exactly the same behavior that I get with the problems reported in #275 (comment) . What are you seeing that is different?

I can't seem to make CBS fail with any other show that isn't noted in #275 (comment) (e.g. NCIS or The Unicorn). Let's see what happens with new episodes, after the holiday hiatus.

@jriker1
Copy link
Author

jriker1 commented Jan 2, 2021

Why do you think they are the same? The other one says

Could not find XML element title

This one says:

No video formats found

@keith-leitch
Copy link

keith-leitch commented Jan 2, 2021 via email

@keith-leitch
Copy link

keith-leitch commented Jan 2, 2021 via email

@jriker1
Copy link
Author

jriker1 commented Jan 2, 2021

Yep, been downloading it for months. As a matter of fact Young and the Restless on the same channel works fine.

siikamiika pushed a commit to siikamiika/yt-dlc that referenced this issue Jun 19, 2021
Deprecates: `--get-description`, `--get-duration`, `--get-filename`, `--get-format`, `--get-id`, `--get-thumbnail`, `--get-title`, `--get-url`
Closes blackjack4494#295
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