]> jfr.im git - yt-dlp.git/history - yt_dlp/YoutubeDL.py
[cleanup] Add keyword automatically to SearchIE descriptions
[yt-dlp.git] / yt_dlp / YoutubeDL.py
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
2021-08-17  pukkandanFix `playlist_index` not obeying `playlist_start`
2021-08-16  pukkandanLet `--match-filter` reject entries early
2021-08-16  pukkandanFix `-J` when there are failed videos
2021-08-14  pukkandanFix `-F` for extractors that directly return url
2021-08-14  pukkandanFix resuming of single formats when using --no-part
2021-08-09  pukkandanMisc fixes - See desc
2021-08-09  pukkandanShow libraries present in verbose head
2021-08-09  pukkandanAdd option `--replace-in-metadata`
2021-08-07  pukkandan[docs] Fix some mistakes and improve doc
2021-08-07  pukkandan[cleanup] Misc
2021-08-07  pukkandanAllow entire infodict to be printed using `%()s`
2021-08-07  pukkandanAdd option `--no-simulate` to not simulate even when...
2021-08-07  pukkandanFix bugs related to `sanitize_info`
2021-08-05  pukkandanAdd compat-option `no-keep-subs`
2021-08-05  pukkandanFix wrong extension for intermediate files
2021-08-04  pukkandanEnsure sanitization of infodict before printing to...
2021-08-01  pukkandan[cleanup] Fix linter in 96fccc101f8f579ebd67da176e02980...
2021-08-01  pukkandan[downloader] Allow streaming unmerged formats to stdout...
2021-08-01  pukkandan[cleanup] Refactor some code
2021-08-01  pukkandan[FormatSort] Fix bug for audio with unknown codec
2021-08-01  pukkandanAdd compat-option `no-clean-infojson`
2021-07-29  pukkandanAdd format types `j`, `l`, `q` for outtmpl
2021-07-29  pukkandanExpand and escape environment variables correctly in...
2021-07-25  pukkandanRemove `asr` appearing twice in `-F`
2021-07-21  pukkandan[downloader] Pass `info_dict` to `progress_hook`s
2021-07-21  pukkandanRelease 2021.07.21 2021.07.21
2021-07-21  pukkandanFix bug where `original_url` was not propagated when...
2021-07-21  Matt BroadwayAdd option `--cookies-from-browser` to load cookies...
2021-07-21  pukkandanAdd field `live_status`
2021-07-21  pukkandanbugfix for 50fed816dd5ae970d69d8997eb854d475ed91ede
2021-07-21  pukkandanAdd `only_once` param for `write_debug`
2021-07-20  pukkandanAdd `only_once` param for `report_warning`
2021-07-20  pukkandanErrors in playlist extraction should obey `--ignore...
2021-07-20  pukkandanRename `NOTE` in `-F` to `MORE INFO`
2021-07-19  pukkandan[youtube] Extract even more thumbnails and reduce testing
2021-07-19  pukkandan[youtube] Extract more thumbnails
2021-07-15  pukkandanRevert "Merge webm formats into mkv if thumbnails are...
2021-07-07  pukkandanFix selectors `all`, `mergeall` and add tests
2021-07-06  pukkandan[Funimation] Rewrite extractor (See desc) (#444)
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
next