Browse Source

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

master
Sergey M․ 7 years ago
committed by Sergey M
parent
commit
89cc7fe770
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/vbox7.py

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

Loading…
Cancel
Save