mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 03:10:38 +00:00
call increment_downloads in blip.tv extractor
This commit is contained in:
parent
8b95c38707
commit
a1cab7cead
@ -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…
Reference in New Issue
Block a user