Browse Source

[dctptv] Skip rtmp download

totalwebcasting
Sergey M․ 10 years ago
parent
commit
c56d7d899d
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      youtube_dl/extractor/dctp.py

+ 4
- 0
youtube_dl/extractor/dctp.py View File

@ -14,6 +14,10 @@ class DctpTvIE(InfoExtractor):
'display_id': 'videoinstallation-fuer-eine-kaufhausfassade',
'ext': 'flv',
'title': 'Videoinstallation für eine Kaufhausfassade'
},
'params': {
# rtmp download
'skip_download': True,
}
}


Loading…
Cancel
Save