Bitchute downloads not working #23204

Open
opened 2026-02-21 12:40:51 -05:00 by deekerman · 2 comments
Owner

Originally created by @ghost on GitHub (Mar 16, 2021).

Checklist

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

**1**) for video https://www.bitchute.com/video/T0dUeOSq0H5y/

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.bitchute.com/video/.../']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2021.03.14
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[debug] exe versions: ffmpeg 4.1, ffprobe 4.1
[debug] Proxy map: {}
[BitChute] T0dUeOSq0H5y: Downloading webpage
[BitChute] T0dUeOSq0H5y: Checking video URL
[BitChute] T0dUeOSq0H5y: video URL is invalid, skipping: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)>
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 "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\YoutubeDL.py", line 806, in wrapper
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\YoutubeDL.py", line 827, in __extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\extractor\common.py", line 534, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\extractor\bitchute.py", line 66, in _real_extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\extractor\common.py", line 1369, in _sort_formats
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.

**2**) for video https://www.bitchute.com/video/.../

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.bitchute.com/video/.../']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2021.03.14
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[debug] exe versions: ffmpeg 4.1, ffprobe 4.1
[debug] Proxy map: {}
[BitChute] BCiuXSSSGjBX: Downloading webpage
Traceback (most recent call last):
  File "__main__.py", line 19, in <module>
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\__init__.py", line 475, in main
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\__init__.py", line 465, in _real_main
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\YoutubeDL.py", line 2060, in download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\YoutubeDL.py", line 799, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\YoutubeDL.py", line 806, in wrapper
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\YoutubeDL.py", line 827, in __extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\extractor\common.py", line 534, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\extractor\bitchute.py", line 63, in _real_extract
IndexError: list index out of range

**3)** for video https://www.bitchute.com/video/.../ 

[BitChute] SUilY6fjBa9L: Downloading webpage
[BitChute] SUilY6fjBa9L: Checking video URL
[BitChute] SUilY6fjBa9L: video URL is invalid, skipping: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)>
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.

Description

I tried around 20 Bitchute videos to download without success. The above mentioned error messages are returned.

Originally created by @ghost on GitHub (Mar 16, 2021). <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl: - First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2021.03.14. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED. - Make sure that all provided video/audio/playlist URLs (if any) are alive and playable in a browser. - Make sure that all URLs and arguments with special characters are properly quoted or escaped as explained in http://yt-dl.org/escape. - Search the bugtracker for similar issues: http://yt-dl.org/search-issues. DO NOT post duplicates. - Read bugs section in FAQ: http://yt-dl.org/reporting - Finally, put x into all relevant boxes (like this [x]) --> - [ ] I'm reporting a broken site support issue - [x] I've verified that I'm running youtube-dl version **2021.03.14** - [x] I've checked that all provided URLs are alive and playable in a browser - [x] I've checked that all URLs and arguments with special characters are properly quoted or escaped - [x] I've searched the bugtracker for similar bug reports including closed ones - [x] I've read bugs section in FAQ ## Verbose log <!-- Provide the complete verbose output of youtube-dl that clearly demonstrates the problem. Add the `-v` flag to your command line you run youtube-dl with (`youtube-dl -v <your command line>`), copy the WHOLE output and insert it below. It should look similar to this: [debug] System config: [] [debug] User config: [] [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj'] [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251 [debug] youtube-dl version 2021.03.14 [debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2 [debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4 [debug] Proxy map: {} <more lines> --> ``` **1**) for video https://www.bitchute.com/video/T0dUeOSq0H5y/ [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-v', 'https://www.bitchute.com/video/.../'] [debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252 [debug] youtube-dl version 2021.03.14 [debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041 [debug] exe versions: ffmpeg 4.1, ffprobe 4.1 [debug] Proxy map: {} [BitChute] T0dUeOSq0H5y: Downloading webpage [BitChute] T0dUeOSq0H5y: Checking video URL [BitChute] T0dUeOSq0H5y: video URL is invalid, skipping: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)> 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 "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\YoutubeDL.py", line 806, in wrapper File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\YoutubeDL.py", line 827, in __extract_info File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\extractor\common.py", line 534, in extract File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\extractor\bitchute.py", line 66, in _real_extract File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\extractor\common.py", line 1369, in _sort_formats 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. **2**) for video https://www.bitchute.com/video/.../ [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-v', 'https://www.bitchute.com/video/.../'] [debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252 [debug] youtube-dl version 2021.03.14 [debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041 [debug] exe versions: ffmpeg 4.1, ffprobe 4.1 [debug] Proxy map: {} [BitChute] BCiuXSSSGjBX: Downloading webpage Traceback (most recent call last): File "__main__.py", line 19, in <module> File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\__init__.py", line 475, in main File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\__init__.py", line 465, in _real_main File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\YoutubeDL.py", line 2060, in download File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\YoutubeDL.py", line 799, in extract_info File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\YoutubeDL.py", line 806, in wrapper File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\YoutubeDL.py", line 827, in __extract_info File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\extractor\common.py", line 534, in extract File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\extractor\bitchute.py", line 63, in _real_extract IndexError: list index out of range **3)** for video https://www.bitchute.com/video/.../ [BitChute] SUilY6fjBa9L: Downloading webpage [BitChute] SUilY6fjBa9L: Checking video URL [BitChute] SUilY6fjBa9L: video URL is invalid, skipping: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)> 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. ``` ## Description <!-- Provide an explanation of your issue in an arbitrary form. Please make sure the description is worded well enough to be understood, see https://github.com/ytdl-org/youtube-dl#is-the-description-of-the-issue-itself-sufficient. Provide any additional information, suggested solution and as much context and examples as possible. If work on your issue requires account credentials please provide them or explain how one can obtain them. --> I tried around 20 Bitchute videos to download without success. The above mentioned error messages are returned.
Author
Owner

@ghost commented on GitHub (Jun 20, 2021):

Seems to be working now with version 2021.06.06. If you still get <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)>, that might be of your python or OS problem.

$ youtube-dl -o "%(id)s.%(ext)s" https://www.bitchute.com/video/T0dUeOSq0H5y/
[BitChute] T0dUeOSq0H5y: Downloading webpage
[BitChute] T0dUeOSq0H5y: Checking video URL
[download] Destination: T0dUeOSq0H5y.mp4
[download]   6.8% of 59.01MiB at  2.06MiB/s ETA 00:26^C
ERROR: Interrupted by user
$ youtube-dl -o "%(id)s.%(ext)s" https://www.bitchute.com/video/BCiuXSSSGjBX/
[BitChute] BCiuXSSSGjBX: Downloading webpage
[BitChute] BCiuXSSSGjBX: Checking video URL
[download] Destination: BCiuXSSSGjBX.mp4
[download]   6.6% of 60.91MiB at  2.25MiB/s ETA 00:25^C
ERROR: Interrupted by user
$ youtube-dl -o "%(id)s.%(ext)s" https://www.bitchute.com/video/SUilY6fjBa9L/
[BitChute] SUilY6fjBa9L: Downloading webpage
[BitChute] SUilY6fjBa9L: Checking video URL
[download] Destination: SUilY6fjBa9L.mp4
[download]   1.3% of 33.15MiB at 199.13KiB/s ETA 02:48^C
ERROR: Interrupted by user
@ghost commented on GitHub (Jun 20, 2021): Seems to be working now with version 2021.06.06. If you still get `<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)>`, that might be of your python or OS problem. ``` $ youtube-dl -o "%(id)s.%(ext)s" https://www.bitchute.com/video/T0dUeOSq0H5y/ [BitChute] T0dUeOSq0H5y: Downloading webpage [BitChute] T0dUeOSq0H5y: Checking video URL [download] Destination: T0dUeOSq0H5y.mp4 [download] 6.8% of 59.01MiB at 2.06MiB/s ETA 00:26^C ERROR: Interrupted by user ``` ``` $ youtube-dl -o "%(id)s.%(ext)s" https://www.bitchute.com/video/BCiuXSSSGjBX/ [BitChute] BCiuXSSSGjBX: Downloading webpage [BitChute] BCiuXSSSGjBX: Checking video URL [download] Destination: BCiuXSSSGjBX.mp4 [download] 6.6% of 60.91MiB at 2.25MiB/s ETA 00:25^C ERROR: Interrupted by user ``` ``` $ youtube-dl -o "%(id)s.%(ext)s" https://www.bitchute.com/video/SUilY6fjBa9L/ [BitChute] SUilY6fjBa9L: Downloading webpage [BitChute] SUilY6fjBa9L: Checking video URL [download] Destination: SUilY6fjBa9L.mp4 [download] 1.3% of 33.15MiB at 199.13KiB/s ETA 02:48^C ERROR: Interrupted by user ```
Author
Owner

@bubul01 commented on GitHub (Jun 29, 2021):

I've the same error with youtubedl on windows 10 , in fact i've tried since month to download video from bichute and it never work for me, always an error , but other websites like youtube, odysee, or peertube websites work and i have last version (youtube-dl is up-to-date (2021.06.06)):

[BitChute] Yv4pgeXCFpM: Downloading webpage
[BitChute] Yv4pgeXCFpM: Checking video URL
[BitChute] Yv4pgeXCFpM: video URL is invalid, skipping: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)>

@bubul01 commented on GitHub (Jun 29, 2021): I've the same error with youtubedl on windows 10 , in fact i've tried since month to download video from bichute and it never work for me, always an error , but other websites like youtube, odysee, or peertube websites work and i have last version (youtube-dl is up-to-date (2021.06.06)): [BitChute] Yv4pgeXCFpM: Downloading webpage [BitChute] Yv4pgeXCFpM: Checking video URL [BitChute] Yv4pgeXCFpM: video URL is invalid, skipping: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#23204
No description provided.