]> jfr.im git - yt-dlp.git/history - yt_dlp/YoutubeDL.py
[cleanup] Fix typos
[yt-dlp.git] / yt_dlp / YoutubeDL.py
2021-05-11  pukkandan[cleanup] Fix typos
2021-05-11  pukkandanAdd compat-option `no-attach-infojson`
2021-05-11  pukkandanOption `--compat-options` to revert some of yt-dlp...
2021-05-08  pukkandanDeprecate support for python versions < 3.6
2021-05-06  pukkandanUpdate to ytdl-commit-a726009
2021-05-06  pukkandanFix `playlist_index` and add `playlist_autonumber`...
2021-05-06  pukkandanAdd experimental option `--check-formats` to test the...
2021-05-06  pukkandanImprove output template internal formatting
2021-05-04  pukkandan[downloader] Fix `quiet` and `to_stderr`
2021-05-04  pukkandan[utils] Add `network_exceptions`
2021-05-03  pukkandanFix number of digits in `%(playlist_index)s`
2021-05-03  pukkandanMove option warnings to `YoutubeDL`
2021-05-03  pukkandanFix `preload_download_archive` writing verbose message...
2021-04-28  pukkandanRevert "[core] be able to hand over id and title using...
2021-04-26  pukkandanFix case sensitivity of format selector
2021-04-21  pukkandanImprove output template (see desc)
2021-04-21  pukkandanAdd option `--skip-playlist-after-errors`
2021-04-19  pukkandanImprove --sub-langs (see desc)
2021-04-17  pukkandanAdd option `--ignore-no-formats-error`
2021-04-13  pukkandanEnsure `mergeall` selects best format when multistreams...
2021-04-11  pukkandanAllow running some `postprocessors` before actual download
2021-04-10  pukkandanFix `mergeall` when requested formats are unavailable
2021-04-10  pukkandanOption to choose different downloader for different...
2021-04-10  pukkandanFormat selector `mergeall` to download and merge all...
2021-04-02  pukkandanAbility to select nth best format
2021-04-01  pukkandanFix some typos and linter
2021-03-24  pukkandanParse metadata from multiple fields
2021-03-23  pukkandanAbility to load playlist infojson
2021-03-23  pukkandanWrite current epoch to infojson when using `--no-clean...
2021-03-20  pukkandanMerge webm formats into mkv if thumbnails are to be...
2021-03-20  Damiano AmatrudaParse resolution in info dictionary (#173)
2021-03-20  Damiano AmatrudaUse headers and cookies when downloading subtitles...
2021-03-20  pukkandanMake sure `post_hook` gets the final filename
2021-03-18  pukkandanfix some typos and linter
2021-03-18  pukkandanOption to keep private keys in the infojson
2021-03-18  pukkandanRecursively remove private keys from infojson
2021-03-18  pukkandan[movefiles] Fix bugs and make more robust
2021-03-14  pukkandanUpdate to ytdl-commit-3be0980
2021-03-14  pukkandanRefactor (See desc)
2021-03-11  pukkandanMore improvements to HLS/DASH external downloader code
2021-03-10  shirt-devImprove HLS/DASH external downloader code (#162)
2021-03-01  pukkandanRelease 2021.03.01 2021.03.01
2021-02-28  pukkandanAdd option `--extractor-retries` to retry on known...
2021-02-28  pukkandanExtract comments only when needed #95 (Closes #94)
2021-02-27  pukkandanAdd option `--sleep-requests` to sleep b/w requests...
2021-02-24  Pccode66Completely change project name to yt-dlp (#85)