This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[vbox7] Improve geo restriction detection and use geo bypass mechanism
master-ytdl-org
Sergey M․
8 years ago
committed by
Sergey M
parent
04d906eae3
commit
89cc7fe770
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/vbox7.py
+ 1
- 1
youtube_dl/extractor/vbox7.py
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
'
)
Write
Preview
Loading…
Cancel
Save