]> jfr.im git - yt-dlp.git/history - yt_dlp/YoutubeDL.py
[outtmpl] Add operator `&` for replacement text (#2012)
[yt-dlp.git] / yt_dlp / YoutubeDL.py
2021-12-17  PilzAdam[outtmpl] Add operator `&` for replacement text (#2012)
2021-12-15  pukkandan[extractor] Standardize `_live_title`
2021-12-14  pukkandanAdd field `webpage_url_domain`
2021-12-14  pukkandanFix PostProcessor hooks not registered for some PPs
2021-12-08  pukkandan[compat] Suppress errors in enabling VT mode
2021-12-06  pukkandanPre-process when using `--flat-playlist`
2021-12-06  pukkandanUse `parse_duration` for `--wait-for-video`
2021-12-01  pukkandanFix control characters being printed to `--console...
2021-12-01  pukkandanRelease 2021.12.01 2021.12.01
2021-11-29  pukkandanFix `--trim-filename` when filename has `.`
2021-11-29  pukkandan[cleanup] Add deprecation warnings
2021-11-29  pukkandan[cleanup] Misc cleanup
2021-11-29  pukkandan[build] Save Git HEAD at release alongside version...
2021-11-29  pukkandanOption `--wait-for-video` to wait for scheduled streams
2021-11-29  pukkandanOption `--break-per-input` to apply --break-on... to...
2021-11-29  pukkandanFix --break-on-archive when pre-checking
2021-11-29  pukkandan[downloader] Add colors to download progress
2021-11-27  pukkandanEnsure directory exists when checking formats
2021-11-27  pukkandan[FixupM3u8] Fixup MPEG-TS in MP4 container
2021-11-23  pukkandanClarify video/audio-only formats in -F
2021-11-22  ZirroEnsure path for link files exists (#1755)
2021-11-20  pukkandan[utils] Fix error when copying `LazyList`
2021-11-20  pukkandan[utils] Fix `PagedList`
2021-11-20  pukkandan[utils] Allow alignment in `render_table`
2021-11-19  pukkandan[tests] Fix tests
2021-11-19  pukkandan[cleanup] Minor cleanup
2021-11-14  pukkandanFix 'postprocessor_hooks`
2021-11-14  pukkandanAdd option `--embed-info-json` to embed info-json in mkv
2021-11-13  pukkandanFix `--load-info-json` of playlists with failed entries
2021-11-11  pukkandanbugfix for e08a85d86595705126d1304eafd3829e6f3811d0
2021-11-11  pukkandanFix writing playlist infojson with `--no-clean-infojson`
2021-11-11  pukkandanAllow using a custom format selector through API
2021-11-09  pukkandan[cleanup] minor fixes
2021-11-09  pukkandan[docs] Minor documentation improvements
2021-11-09  pukkandan[outtmpl] Add alternate forms for `q` and `j`
2021-11-09  pukkandan[cleanup] Minor improvements to error and debug messages
2021-11-07  pukkandanFix bug in `--load-infojson` of playlists
2021-11-06  pukkandan[utils] Add `join_nonempty`
2021-11-03  pukkandan[cleanup] Minor cleanup
2021-11-03  pukkandan[ffmpeg] Detect libavformat version for `aac_adtstoasc`
2021-10-31  pukkandan[docs,cleanup] Improve docs and minor cleanup
2021-10-26  pukkandan[utils] Create `DownloadCancelled` exception
2021-10-26  pukkandan[outtmpl] Add type `link` for internet shortcut files
2021-10-24  pukkandanApproximate filesize from bitrate
2021-10-24  pukkandanSeparate `--check-all-formats` from `--check-formats`
2021-10-23  pukkandan[cleanup] Add keyword automatically to SearchIE descrip...
2021-10-22  pukkandan[minicurses] Add more colors
2021-10-22  pukkandan[cleanup] misc
2021-10-21  pukkandan[build] Enable lazy-extractors in releases
2021-10-20  pukkandanDon't create console for subprocesses on Windows (...
2021-10-18  pukkandanAdd HDR information to formats
2021-10-18  pukkandanReduce default `--socket-timeout`
2021-10-18  pukkandanDo not verify thumbnail URLs by default
2021-10-17  pukkandanMake `duration_string` and `resolution` available in...
2021-10-16  pukkandanFix --restrict-filename when used with default template
2021-10-16  pukkandan[downloader] Fix slow progress hooks
2021-10-16  pukkandanFix conflict b/w id and ext in format selection
2021-10-14  pukkandan[YoutubeDL] Write verbose header to logger
2021-10-12  pukkandanFix bug in c111cefa5de2337fc677367ee2d727b8a56e3fd0
2021-10-12  pukkandan[outtmpl] Fix bug in expanding environment variables
2021-10-12  pukkandan[downloader/ffmpeg] Improve simultaneous download and...
2021-10-12  pukkandanCalculate more fields for merged formats
2021-10-11  pukkandanFix bug in storyboards
2021-10-11  pukkandanLoad archive only after printing verbose head
2021-10-11  pukkandanFix `check_formats` output being written to stdout...
2021-10-10  pukkandan[minicurses] Fix when printing to file
2021-10-09  pukkandan[cleanup] Misc cleanup
2021-10-09  pukkandanMerge webm formats into mkv if thumbnails are to be...
2021-10-08  pukkandanImproved progress reporting (See desc) (#1125)
2021-10-06  pukkandan[FixupM3u8] Do not run if merge is needed
2021-10-06  pukkandanbugfix for 80c03fa98fdd54410bd36684ef453f6976a9c0bf
2021-10-03  pukkandanFix `-f mp4` behaving differently from youtube-dl
2021-10-02  Felix S[extractor] Extract storyboards from SMIL manifests...
2021-09-29  pukkandan[docs,cleanup] Some minor refactoring and improve docs
2021-09-29  pukkandan[postprocessor] Add plugin support
2021-09-29  pukkandanAllow empty output template to skip a type of file
2021-09-27  pukkandanFix `--flat-playlist` when neither IE nor id is known
2021-09-27  pukkandan[outtmpl] Alternate form of format type `l` for `\n...
2021-09-25  pukkandan[outtmpl] Format type `U` for unicode normalization
2021-09-24  pukkandanAllow `0` in `--playlist-items`
2021-09-24  pukkandan[build] Improve release process (#880)
2021-09-24  pukkandanSeparate the options `--ignore-errors` and `--no-abort...
2021-09-23  pukkandanDownload subtitles in order of `--sub-langs`
2021-09-23  Ashish Gupta[Hotstar] Add referer for subs (#1062)
2021-09-22  pukkandan[ffmpeg] Add `aac_adtstoasc` when merging if needed
2021-09-18  pukkandanAllow alternate fields in outtmpl
2021-09-17  pukkandan[hls,aes] Fallback to native implementation for AES-CBC
2021-09-17  pukkandanAdd format type `B` for outtmpl to treat the value...
2021-09-12  pukkandanFix `--compat-option no-direct-merge`
2021-09-03  pukkandanAllow `--force-write-archive` to work with `--flat...
2021-09-03  pukkandanHandle more playlist errors with `-i`
2021-09-03  pukkandanFix `extra_info` being reused across runs
2021-09-03  pukkandanFix `--compat-option playlist-index`
2021-08-25  pukkandanfix bug in 88acdbc2698169e22cdbf358e44765150434c69e
2021-08-23  pukkandanFix `add_info_extractor` when used via API
2021-08-22  pukkandan[lazy_extractor] Create instance only after pre-checkin...
2021-08-22  pukkandan[extractor] Show video id in error messages if possible
2021-08-22  pukkandan[extractor] Better error message for DRM (#729)
2021-08-22  pukkandanDon't try to merge with final extension
2021-08-18  pukkandanFix `extra_info` being reused across runs
next