mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 06:35:42 +07:00
[whowatch] Add extractor #292
closes #223
Authored by: nao20010128nao
Modified from: 9e4a0e061a/youtube_dl/extractor/whowatch.py
This commit is contained in:
committed by
GitHub
parent
eb55bad5a0
commit
0fa9a1e236
@@ -338,7 +338,7 @@ def _make_cmd(self, tmpfilename, info_dict):
|
||||
|
||||
|
||||
class FFmpegFD(ExternalFD):
|
||||
SUPPORTED_PROTOCOLS = ('http', 'https', 'ftp', 'ftps', 'm3u8', 'm3u8_native', 'rtsp', 'rtmp', 'mms')
|
||||
SUPPORTED_PROTOCOLS = ('http', 'https', 'ftp', 'ftps', 'm3u8', 'm3u8_native', 'rtsp', 'rtmp', 'rtmp_ffmpeg', 'mms')
|
||||
|
||||
@classmethod
|
||||
def available(cls, path=None):
|
||||
|
||||
Reference in New Issue
Block a user