youtube-dl

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

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

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

Diffstat:
Myoutube_dl/extractor/svt.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/svt.py b/youtube_dl/extractor/svt.py @@ -38,7 +38,8 @@ class SVTBaseIE(InfoExtractor): 'url': vurl, }) if not formats and video_info.get('rights', {}).get('geoBlockedSweden'): - self.raise_geo_restricted('This video is only available in Sweden') + self.raise_geo_restricted( + 'This video is only available in Sweden', countries=['SE']) self._sort_formats(formats) subtitles = {}