mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-02 12:02:49 -05:00
[vbox7] Improve geo restriction detection and use geo bypass mechanism
This commit is contained in:
@ -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')
|
||||
|
||||
|
Reference in New Issue
Block a user