Browse Source

call increment_downloads in blip.tv extractor

rtmp_test
Philipp Hagemeister 13 years ago
parent
commit
a1cab7cead
1 changed files with 2 additions and 0 deletions
  1. +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,


Loading…
Cancel
Save