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
call increment_downloads in blip.tv extractor
rtmp_test
Philipp Hagemeister
14 years ago
parent
8b95c38707
commit
a1cab7cead
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
+ 2
- 0
youtube-dl
View File
@ -2646,6 +2646,8 @@ class BlipTVIE(InfoExtractor):
raise ValueError('Can not determine filename extension')
ext = umobj.group(1)
self._downloader.increment_downloads()
info = {
'id': data['item_id'],
'url': video_url,
Write
Preview
Loading…
Cancel
Save