]> jfr.im git - yt-dlp.git/history - yt_dlp/YoutubeDL.py
[cleanup] Fix linter and some typos
[yt-dlp.git] / yt_dlp / YoutubeDL.py
2021-07-03  pukkandan[cleanup] Fix linter and some typos
2021-07-02  pukkandanFixes for `--list` options (See desc)
2021-07-02  pukkandanSome minor fixes and refactoring (see desc)
2021-06-25  pukkandan[youtube] Fix subtitle names for age-gated videos
2021-06-25  pukkandanFix `--throttled-rate` when using `--load-info-json`
2021-06-25  pukkandanAdd `--extractor-args` to pass extractor-specific arguments
2021-06-24  AdrikProcess videos when using `--ignore-no-formats-error...
2021-06-24  pukkandanFix `--flat-playlist` when entry has no `ie_key`
2021-06-22  pukkandanAdd option `--throttled-rate` below which video data...
2021-06-21  pukkandan[websockets] Add `WebSocketFragmentFD` (#399)
2021-06-19  pukkandanSkip fixup of existing files and add `--fixup force...
2021-06-19  pukkandan[cleanup] Refactor fixup
2021-06-16  pukkandanFix id sanitization in filenames
2021-06-16  pukkandan[EmbedThumbnail] Add compat-option `embed-thumbnail...
2021-06-12  pukkandanIgnore `images` formats from merge
2021-06-12  pukkandanAllow `images` formats
2021-06-12  pukkandanExpand `--check-formats` to thumbnails
2021-06-12  pukkandanUse `NamedTemporaryFile` for `--check-formats`
2021-06-11  pukkandan[EmbedThumbnail] Fix for already downloaded thumbnail
2021-06-11  pukkandanBetter error handling of syntax errors in `-f`
2021-06-09  pukkandan[build] Build Windows x86 version with py3.7
2021-06-09  pukkandanImprove offset parsing in outtmpl
2021-06-09  pukkandanFix `%d` and empty default in outtmpl
2021-06-09  pukkandanRevert "[build] Build Windows x86 version with py3.8"
2021-06-08  pukkandan[build] Build Windows x86 version with py3.8
2021-06-08  pukkandanMake outtmpl more robust and catch errors early
2021-06-08  pukkandan[utils] Generalize `traverse_dict` to `traverse_obj`
2021-06-07  pukkandanAdd field `original_url` with the user-inputted URL
2021-06-07  pukkandanMake more fields available for `--print` when used...
2021-06-06  pukkandanFix filename sanitization
2021-06-05  pukkandanFix and refactor `prepare_outtmpl`
2021-06-05  felix[cleanup] Point all shebang to `python3` (#372)
2021-05-28  pukkandan[embedthumbnail] Embed if any thumbnail was downloaded...
2021-05-28  pukkandanRemove `None` values from `info.json`
2021-05-28  pukkandanWrite messages to `stderr` when both `quiet` and `verbose`
2021-05-28  pukkandanPre-check archive and filters during playlist extraction
2021-05-28  pukkandanRefactor `__process_playlist` using `LazyList`
2021-05-28  pukkandan[cleanup] `_match_entry`
2021-05-25  pukkandan[cleanup] Refactor updater
2021-05-23  pukkandanSanitize and sort playlist thumbnails
2021-05-22  pukkandan[ffmpeg] Download and merge in a single step if possible
2021-05-20  pukkandan[cleanup] See desc
2021-05-19  pukkandanField `additional_urls` to download additional videos...
2021-05-19  pukkandanEnsure `post_extract` and `pre_process` only run once
2021-05-19  pukkandan[cleanup] linter, code formatting and readme
2021-05-18  pukkandan[youtube] Always extract `maxresdefault` thumbnail
2021-05-17  pukkandan[extractor] Add `write_debug` and `get_param`
2021-05-17  pukkandanWrite thumbnail of playlist
2021-05-17  pukkandanFix bug in listing subtitles
2021-05-15  pukkandanAdd field `name` for subtitles
2021-05-15  pukkandanFix `--check-formats` when there is network error
2021-05-14  pukkandanAdd option `--print`
2021-05-14  pukkandan[options] Refactor callbacks
2021-05-14  pukkandanStandardize `write_debug`
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)