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-dlc/yt_dlp
pukkandan e625be0d10
Improve output template internal formatting
* Allow slicing lists/strings using `field.start🔚step`
* A field can also be used as offset like `field1+num+field2`
* A default value can be given using `field|default`
* Capture all format strings and set it to `None` if invalid. This prevents invalid fields from causing errors
4 years ago
..
downloader [downloader] Fix `quiet` and `to_stderr` 4 years ago
extractor [plutotv] Fix format extraction for some urls 4 years ago
postprocessor Improve output template internal formatting 4 years ago
YoutubeDL.py Improve output template internal formatting 4 years ago
__init__.py Move option warnings to `YoutubeDL` 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 [downloader/hls] Assemble single-file WebVTT subtitles from HLS segments 4 years ago
jsinterp.py Completely change project name to yt-dlp (#85) 4 years ago
options.py Do not strip out whitespaces in `-o` and `-P` 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 [cleanup] Fix linter and some typos 4 years ago
utils.py Improve output template internal formatting 4 years ago
version.py [version] update :ci skip all 4 years ago
webvtt.py [downloader/hls] Remove duplicate cues using a sliding window of candidates 4 years ago