Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[bitchute] not able to download some videos #22791
Comments
|
Just so this info is easily viewable, some videos on bitchute are actually embeds from "rumble.com". The one in this case is "https://rumble.com/embed/ufe9n.v5pv5f/?rel=0" It looks like instead of having:
These embedded videos have:
So finding the source of the videos is easy, but the generic extractor can't grab the video on its own. Thus, in addition to adding rumble detection to the bitchute extractor, someone will likely need to make an extractor for rumble. |
Checklist
Verbose log
bash-3.2$ ./youtube-dl -v https://www.bitchute.com/video/0qMc7O3mValu/
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://www.bitchute.com/video/0qMc7O3mValu/']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.10.16
[debug] Python version 2.7.10 (CPython) - Darwin-18.7.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 4.1.4
[debug] Proxy map: {}
[BitChute] 0qMc7O3mValu: Downloading webpage
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "./youtube-dl/main.py", line 19, in
File "./youtube-dl/youtube_dl/init.py", line 474, in main
File "./youtube-dl/youtube_dl/init.py", line 464, in _real_main
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 2018, in download
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
File "./youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
File "./youtube-dl/youtube_dl/extractor/bitchute.py", line 61, in _real_extract
IndexError: list index out of range
Description
Not able to download some videos from Bitchute.