You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/youtube_dl
Yen Chi Hsuan 7b2fcbfd4e
[common] Skip TYPE=CLOSED-CAPTIONS lines in m3u8 manifests
According to [1], valid values for TYPE are AUDIO, VIDEO, SUBTITLES
and CLOSED-CAPTIONS. Such a value is found in Anvato master playlists,
though I don't use _extract_m3u8_formats() in the end.

Part of #9522.

[1] https://tools.ietf.org/html/draft-pantos-http-live-streaming-19#section-4.3.4.1
9 years ago
..
downloader [downloader/f4m] Tolerate truncate segments when testing 9 years ago
extractor [common] Skip TYPE=CLOSED-CAPTIONS lines in m3u8 manifests 9 years ago
postprocessor [compat] Rename shlex_quote and remove unused subprocess_check_output 9 years ago
YoutubeDL.py Don't hardcode errno constant 9 years ago
__init__.py [__init__] Simplify colon presence check 9 years ago
__main__.py [refactor] Single quotes consistency 9 years ago
aes.py [aes] Switch to new-style classes 9 years ago
cache.py
compat.py [compat] Rename shlex_quote and remove unused subprocess_check_output 9 years ago
jsinterp.py
options.py [options] Update --proxy description for SOCKS proxies 9 years ago
socks.py [socks] Remove a superfluous clause 9 years ago
swfinterp.py [compat] Rename struct_(un)pack to compat_struct_(un)pack 9 years ago
update.py [refactor] Single quotes consistency 9 years ago
utils.py [utils] Allow None in remove_{start,end} 9 years ago
version.py release 2016.05.16 9 years ago