1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-14 02:25:36 +08:00

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

This commit is contained in:
Sergey M․ 2017-02-04 18:52:42 +07:00
parent 8da17f79f9
commit df776387e4
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

View File

@ -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')