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
[beeg] Skip empty URLs (
Closes
#7392
)
totalwebcasting
Sergey M․
9 years ago
parent
ee223abb88
commit
5d0f84d32c
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
youtube_dl/extractor/beeg.py
+ 2
- 0
youtube_dl/extractor/beeg.py
View File
@ -33,6 +33,8 @@ class BeegIE(InfoExtractor):
formats
=
[
]
for
format_id
,
video_url
in
video
.
items
(
)
:
if
not
video_url
:
continue
height
=
self
.
_search_regex
(
r
'
^(
\
d+)[pP]$
'
,
format_id
,
'
height
'
,
default
=
None
)
if
not
height
:
Write
Preview
Loading…
Cancel
Save