youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 89cc7fe7705b6534f434b514265a0507b70ef40f
parent 04d906eae3071e37049cfcd2a02e9079b72a265c
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat,  4 Feb 2017 18:52:42 +0700

[vbox7] Improve geo restriction detection and use geo bypass mechanism

Diffstat:
Myoutube_dl/extractor/vbox7.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/vbox7.py b/youtube_dl/extractor/vbox7.py @@ -78,7 +78,7 @@ class Vbox7IE(InfoExtractor): video_url = video['src'] if '/na.mp4' in video_url: - self.raise_geo_restricted() + self.raise_geo_restricted(countries=['BG']) uploader = video.get('uploader')