]> jfr.im git - yt-dlp.git/history - yt_dlp/__init__.py
[cleanup] Misc fixes
[yt-dlp.git] / yt_dlp / __init__.py
2022-04-05  pukkandan[cleanup] Misc fixes
2022-03-24  pukkandanFix bug in 52efa4b31200119adaa8acf33e50b84fcb6948f0
2022-03-13  pukkandanExit after `--dump-user-agent`
2022-03-11  pukkandanRemove incorrect warning for `--dateafter`
2022-03-10  pukkandanFix `--sleep-interval`
2022-03-09  pukkandanFix `--throttled-rate`
2022-03-08  pukkandan[cleanup] Refactor `__init__.py` (#2570)
2022-03-04  pukkandanImplement `--add-header` without modifying `std_headers`
2022-02-22  pukkandanAdd pre-processor stage `after_filter`
2022-02-01  pukkandan[outtmpl] Handle `-o ""` better
2022-01-23  pukkandanAdd option `--print-to-file`
2022-01-21  xtkobaAdd option --legacy-server-connect (#778)
2022-01-13  pukkandanAdd option `--concat-playlist`
2022-01-03  pukkandanAllow `--exec` to be run at any post-processing stage
2022-01-03  pukkandanAdd `--print playlist:` to print fields per playlist
2021-12-27  Matt Broadway[cookies] Support other keyrings (#2032)
2021-12-23  pukkandanFix bug in 1cefca9e440f343281779e47720128e9614cf147
2021-12-23  Emanuel HoogeveenAdd option `--file-access-retries` (#2066)
2021-12-23  pukkandan[cleanup] Misc cleanup
2021-12-21  pukkandanAdd warning when using `-f best`
2021-12-20  The Hatsune Daishi[dash,youtube] Download live from start to end (#888)
2021-12-06  pukkandanUse `parse_duration` for `--wait-for-video`
2021-12-06  pukkandanAllow `--no-write-thumbnail` to override `--write-all...
2021-12-01  pukkandanRelease 2021.12.01 2021.12.01
2021-11-29  pukkandanValidate --get-bypass-country
2021-11-29  pukkandan[cleanup] Add deprecation warnings
2021-11-29  pukkandan[cleanup] Misc cleanup
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-27  shirtFix logic error in report_unplayable_conflict
2021-11-19  pukkandan[cleanup] Minor cleanup
2021-11-14  pukkandanAdd option `--embed-info-json` to embed info-json in mkv
2021-11-09  pukkandan[cleanup] Minor improvements to error and debug messages
2021-11-03  pukkandan[ffmpeg] Framework for feature detection
2021-11-03  pukkandan[ExtractAudio] Rescale --audio-quality correctly
2021-10-31  pukkandan[docs,cleanup] Improve docs and minor cleanup
2021-10-23  pukkandan[cleanup] Add keyword automatically to SearchIE descrip...
2021-10-22  pukkandan[cleanup] misc
2021-10-21  pukkandanRe-implement deprecated option `--id`
2021-10-18  pukkandan[ModifyChapters] Allow removing sections by timestamp
2021-10-09  pukkandan[cleanup] Misc cleanup
2021-10-08  pukkandanImproved progress reporting (See desc) (#1125)
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-24  pukkandanSeparate the options `--ignore-errors` and `--no-abort...
2021-09-15  pukkandanAdd option `--netrc-location`
2021-09-12  pukkandan[cookies] Make browser names case insensitive
2021-09-01  pukkandanShow a more useful error in older python versions
2021-09-01  Nil AdmirariNative SponsorBlock implementation and related improvem...
2021-08-22  pukkandan[lazy_extractor] Create instance only after pre-checkin...
2021-08-14  pukkandan[options] Add `_set_from_options_callback`
2021-08-09  pukkandanMisc fixes - See desc
2021-08-09  pukkandanAdd option `--replace-in-metadata`
2021-08-07  pukkandanAdd option `--no-simulate` to not simulate even when...
2021-08-05  pukkandanAdd compat-option `no-keep-subs`
2021-08-04  pukkandanHandle `BrokenPipeError`
2021-08-04  Stavros NtentosFix `--compat-options filename` (#629)
2021-08-01  pukkandanAdd compat-option `no-clean-infojson`
2021-07-21  Matt BroadwayAdd option `--cookies-from-browser` to load cookies...
2021-07-19  pukkandanAdd option `--exec-before-download`
2021-07-06  pukkandan[Funimation] Rewrite extractor (See desc) (#444)
2021-06-25  pukkandanAdd `--extractor-args` to pass extractor-specific arguments
2021-06-22  pukkandanAdd option `--throttled-rate` below which video data...
2021-06-16  pukkandan[EmbedThumbnail] Add compat-option `embed-thumbnail...
2021-06-08  pukkandanMake outtmpl more robust and catch errors early
2021-06-05  felix[cleanup] Point all shebang to `python3` (#372)
2021-05-25  pukkandan[cleanup] Refactor updater
2021-05-22  pukkandan[ffmpeg] Download and merge in a single step if possible
2021-05-22  pukkandan[cleanup] Refactor ffmpeg convertors
2021-05-21  louie-github[ThumbnailsConvertor] Support conversion to `png` and...
2021-05-14  pukkandan[compat] Fix py2
2021-05-14  pukkandanAdd option `--print`
2021-05-11  pukkandanAdd compat-option `no-attach-infojson`
2021-05-11  pukkandanOption `--compat-options` to revert some of yt-dlp...
2021-05-08  pukkandanRemove `-l`, `-t`, `-A` completely and disable `--auto...
2021-05-06  pukkandanAdd experimental option `--check-formats` to test the...
2021-05-03  pukkandanMove option warnings to `YoutubeDL`
2021-04-21  pukkandanAdd option `--skip-playlist-after-errors`
2021-04-17  pukkandanAdd option `--ignore-no-formats-error`
2021-04-11  pukkandanAdd option `--convert-thumbnails`
2021-04-11  pukkandanAllow running some `postprocessors` before actual download
2021-04-01  pukkandan[sponskrub] Run before embedding thumbnail
2021-03-18  pukkandanOption to keep private keys in the infojson
2021-03-14  pukkandanSplit video by chapters (#158)
2021-03-13  shirtNative concurrent downloading of fragments (#166)
2021-02-28  pukkandanAdd option `--extractor-retries` to retry on known...
2021-02-28  pukkandanCleanup some code (see desc)
2021-02-27  pukkandanAdd option `--sleep-requests` to sleep b/w requests...
2021-02-24  Pccode66Completely change project name to yt-dlp (#85)