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/yt_dlp
Felix S a0c3b2d5cf [extractor/common] Extract HLS subtitle tracks
_extract_m3u8_formats is renamed to _extract_m3u8_formats_and_subtitles
and extended to handle subtitle tracks instead of skipping them;
a wrapper with the old name is provided for compatibility.

_parse_m3u8_formats is likewise renamed and extended, but without adding
the compatibility wrapper; the test suite is adjusted to test the enhanced
method instead.
4 years ago
..
downloader [downloader/ism] Prevent writing the header again when resuming an interrupted download 4 years ago
extractor [extractor/common] Extract HLS subtitle tracks 4 years ago
postprocessor [MetadataFromField] Improve regex and add tests 4 years ago
YoutubeDL.py Fix case sensitivity of format selector 4 years ago
__init__.py Add option `--skip-playlist-after-errors` 4 years ago
__main__.py Completely change project name to yt-dlp (#85) 4 years ago
aes.py Completely change project name to yt-dlp (#85) 4 years ago
cache.py Completely change project name to yt-dlp (#85) 4 years ago
compat.py Update to ytdl-commit-4fb25ff 4 years ago
jsinterp.py Completely change project name to yt-dlp (#85) 4 years ago
options.py [documentation] Fix typos 4 years ago
socks.py Completely change project name to yt-dlp (#85) 4 years ago
swfinterp.py Completely change project name to yt-dlp (#85) 4 years ago
update.py [update] Fix updater removing the executable bit on some UNIX distros 4 years ago
utils.py [utils] Improve bug_report_message 4 years ago
version.py [version] update :ci skip all 4 years ago