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

BitChute: weird error with geoblocked video #26564

Open
csehszlovakze opened this issue Sep 11, 2020 · 0 comments · May be fixed by #26569
Open

BitChute: weird error with geoblocked video #26564

csehszlovakze opened this issue Sep 11, 2020 · 0 comments · May be fixed by #26569

Comments

@csehszlovakze
Copy link

@csehszlovakze csehszlovakze commented Sep 11, 2020

Checklist

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

$ youtube-dl -vs https://www.bitchute.com/video/bYnCyiBcPRSR/
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-vs', u'https://www.bitchute.com/video/bYnCyiBcPRSR/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8                                                                  
[debug] youtube-dl version 2020.09.06                                                                                             
[debug] Python version 2.7.17 (CPython) - Linux-4.15.0-112-generic-x86_64-with-Ubuntu-18.04-bionic                                
[debug] exe versions: ffmpeg 3.4.8, ffprobe 3.4.8, phantomjs 2.1.1, rtmpdump 2.4                                                  
[debug] Proxy map: {}                                                                                                             
[BitChute] bYnCyiBcPRSR: Downloading webpage                                                                                      
Traceback (most recent call last):                                                                                                
  File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main                                                            
    "__main__", fname, loader, pkg_name)                                                                                          
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code                                                                       
    exec code in run_globals                                                                                                      
  File "/home/csehszlovakze/bin/youtube-dl/__main__.py", line 19, in <module>
  File "/home/csehszlovakze/bin/youtube-dl/youtube_dl/__init__.py", line 474, in main
  File "/home/csehszlovakze/bin/youtube-dl/youtube_dl/__init__.py", line 464, in _real_main
  File "/home/csehszlovakze/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2019, in download
  File "/home/csehszlovakze/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 797, in extract_info
  File "/home/csehszlovakze/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
  File "/home/csehszlovakze/bin/youtube-dl/youtube_dl/extractor/bitchute.py", line 63, in _real_extract
IndexError: list index out of range

Description

The following error appears when I open the video from Hungary:

VIDEO UNAVAILABLE
This video is unavailable as the contents have been deemed illegal by the authorities within your country.

The expected output would be to see the same error message in youtube-dl and/or suggest to use a proxy.

Additional info

If I use a USA proxy, the download succeeds.

$ youtube-dl -v --proxy socks5://35.188.76.46:1080 https://www.bitchute.com/video/bYnCyiBcPRSR/
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'--proxy', u'socks5://35.188.76.46:1080', u'https://www.bitchute.com/video/bYnCyiBcPRSR/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.09.06
[debug] Python version 2.7.17 (CPython) - Linux-4.15.0-112-generic-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: ffmpeg 3.4.8, ffprobe 3.4.8, phantomjs 2.1.1, rtmpdump 2.4
[debug] Proxy map: {u'http': u'socks5://35.188.76.46:1080', u'https': u'socks5://35.188.76.46:1080'}
[BitChute] bYnCyiBcPRSR: Downloading webpage
[BitChute] bYnCyiBcPRSR: Checking video URL
[debug] Default format spec: bestvideo+bestaudio/best
[debug] Invoking downloader on u'https://seed132.bitchute.com/FcXBauA5GM4a/bYnCyiBcPRSR.mp4'
[download] Destination: Yuri Bezmenov Full Interview & Lecture (1983)-bYnCyiBcPRSR.mp4
[download] 100% of 281.70MiB in 01:39
@adrianheine adrianheine linked a pull request that will close this issue Sep 11, 2020
5 of 9 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

2 participants
You can’t perform that action at this time.