projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea5db84
)
[dctptv] Skip rtmp download
author
Sergey M․
<dstftw@gmail.com>
Wed, 11 Feb 2015 16:10:33 +0000
(22:10 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 11 Feb 2015 16:10:33 +0000
(22:10 +0600)
youtube_dl/extractor/dctp.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/dctp.py
b/youtube_dl/extractor/dctp.py
index 6ed3543790c6f76877b5e11bac7e6c7ffaf5c028..aa2c09eb686f9da5a7bedfdfe57566e9d29a0700 100644
(file)
--- a/
youtube_dl/extractor/dctp.py
+++ b/
youtube_dl/extractor/dctp.py
@@
-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,
}
}