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
[blinkx] Fix duration
totalwebcasting
Sergey M․
10 years ago
parent
a954584f63
commit
8d2cc6fbb1
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/blinkx.py
+ 1
- 1
youtube_dl/extractor/blinkx.py
View File
@ -52,7 +52,7 @@ class BlinkxIE(InfoExtractor):
'
height
'
:
int
(
m
[
'
h
'
]
)
,
}
)
elif
m
[
'
type
'
]
==
'
original
'
:
duration
=
m
[
'
d
'
]
duration
=
float
(
m
[
'
d
'
]
)
elif
m
[
'
type
'
]
==
'
youtube
'
:
yt_id
=
m
[
'
link
'
]
self
.
to_screen
(
'
Youtube video detected:
%s
'
%
yt_id
)
Write
Preview
Loading…
Cancel
Save