1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-06-29 16:37:02 +02:00

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

This commit is contained in:
Sergey M․ 2017-02-04 18:52:33 +07:00 committed by Sergey M
parent 8ab8066cf0
commit 04d906eae3

View File

@ -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 = {}