projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b95c38
)
call increment_downloads in blip.tv extractor
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 7 Jul 2011 12:10:25 +0000
(14:10 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 7 Jul 2011 12:10:25 +0000
(14:10 +0200)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index bb0f90a9cdce91e2818f4df126396633e9bd5a97..466802434db6025606ac144afb931c10a1bb9944 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-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,