|
|
@ -166,7 +166,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') and not info_dict.get('requested_formats') |
|
|
|
return info_dict['protocol'] in ('http', 'https', 'ftp', 'ftps', 'm3u8', 'rtsp', 'rtmp', 'mms') |
|
|
|
|
|
|
|
@classmethod |
|
|
|
def available(cls): |
|
|
|