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

unable to DL from Bitchute.com #32198

Open
5 tasks
jd1008 opened this issue May 16, 2023 · 3 comments · May be fixed by #31019
Open
5 tasks

unable to DL from Bitchute.com #32198

jd1008 opened this issue May 16, 2023 · 3 comments · May be fixed by #31019
Labels
broken-IE problem with existing site extraction

Comments

@jd1008
Copy link

jd1008 commented May 16, 2023

$ youtube-dl -v -F https://www.bitchute.com/video/cTaQFilUsGW6/
[debug] System config: ['--prefer-free-formats']
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-F', 'https://www.bitchute.com/video/cTaQFilUsGW6/']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2021.12.17
[debug] Python version 3.10.8 (CPython) - Linux-6.0.8-100.fc35.x86_64-x86_64-with-glibc2.34
[debug] exe versions: ffmpeg 4.4.3, ffprobe N-51556-ge278500
[debug] Proxy map: {}
[BitChute] cTaQFilUsGW6: Downloading webpage
[BitChute] cTaQFilUsGW6: Checking video URL
[BitChute] cTaQFilUsGW6: video URL is invalid, skipping: HTTP Error 404: Not Found
ERROR: No video formats found; 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 "/sdb3/home/jd/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 815, in wrapper
return func(self, *args, **kwargs)
File "/sdb3/home/jd/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 836, in __extract_info
ie_result = ie.extract(url)
File "/sdb3/home/jd/bin/youtube-dl/youtube_dl/extractor/common.py", line 534, in extract
ie_result = self._real_extract(url)
File "/sdb3/home/jd/bin/youtube-dl/youtube_dl/extractor/bitchute.py", line 66, in _real_extract
self._sort_formats(formats)
File "/sdb3/home/jd/bin/youtube-dl/youtube_dl/extractor/common.py", line 1374, in _sort_formats
raise ExtractorError('No video formats found')
youtube_dl.utils.ExtractorError: No video formats found; 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.

Checklist

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

PASTE VERBOSE LOG HERE

Description

WRITE DESCRIPTION HERE

@dirkf
Copy link
Contributor

dirkf commented May 16, 2023

Test PR #31019 (comment there), or, for now, use --force-generic.

@girante
Copy link

girante commented Jan 11, 2025

this issue is still not solved on the current HEAD version (or we are seeing a regression). Using "--force-generic" is also not working.

@dirkf
Copy link
Contributor

dirkf commented Jan 12, 2025

Change www.bitchute.com to old.bitchute.com. Also, test the PR (but it should probably be replacedwhich has been updated with a new back-port from yt-dlp).

@dirkf dirkf linked a pull request Jan 13, 2025 that will close this issue
11 tasks
@dirkf dirkf added the broken-IE problem with existing site extraction label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broken-IE problem with existing site extraction
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants