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

problem downloading C-SPAN content #27791

Closed
githubber94 opened this issue Jan 13, 2021 · 0 comments
Closed

problem downloading C-SPAN content #27791

githubber94 opened this issue Jan 13, 2021 · 0 comments

Comments

@githubber94
Copy link

Though I'm able to download some C-SPAN videos, I just ran into a problem with one of them. Following is the verbose output from a debugging run.

% youtube-dl --verbose https://www.c-span.org/video/?c4936925/president-trump-criticizes-efforts-remove-office

ERROR: Missing "title" field in extractor result

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://www.c-span.org/video/?c4936925/president-trump-criticizes-efforts-remove-office']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2021.01.08
[debug] Python version 3.8.5 (CPython) - Linux-5.4.0-56-generic-x86_64-with-glibc2.29
[debug] exe versions: ffmpeg 4.2.4, ffprobe 4.2.4, rtmpdump 2.4
[debug] Proxy map: {}
[CSpan] c4936925: Downloading webpage
[CSpan] c4936925: Downloading m3u8 information
ERROR: Missing "title" field in extractor result; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 803, in wrapper
return func(self, *args, **kwargs)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 835, in __extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 869, in process_ie_result
return self.process_video_result(ie_result, download=download)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1428, in process_video_result
raise ExtractorError('Missing "title" field in extractor result')
youtube_dl.utils.ExtractorError: Missing "title" field in extractor result; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

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

Successfully merging a pull request may close this issue.

1 participant