projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a755f82
)
[downloader/external] skip FFmpegFD when requesting multiple formats
author
remitamine
<remitamine@gmail.com>
Sun, 13 Mar 2016 11:23:10 +0000
(12:23 +0100)
committer
remitamine
<remitamine@gmail.com>
Sun, 13 Mar 2016 11:23:10 +0000
(12:23 +0100)
youtube_dl/downloader/external.py
patch
|
blob
|
history
diff --git
a/youtube_dl/downloader/external.py
b/youtube_dl/downloader/external.py
index fcb956e6caed93058ab7bc005abc8ef02c883dbd..4e299b4ee1ba32fc6b3c65beb8ffbe088001bc44 100644
(file)
--- a/
youtube_dl/downloader/external.py
+++ b/
youtube_dl/downloader/external.py
@@
-162,7
+162,7
@@
class HttpieFD(ExternalFD):
class FFmpegFD(ExternalFD):
@classmethod
def supports(cls, info_dict):
- return info_dict['protocol'] in ('http', 'https', 'ftp', 'ftps', 'm3u8', 'rtsp', 'rtmp', 'mms')
+ return info_dict['protocol'] in ('http', 'https', 'ftp', 'ftps', 'm3u8', 'rtsp', 'rtmp', 'mms')
and not info_dict.get('requested_formats')
@classmethod
def available(cls):