]> jfr.im git - yt-dlp.git/history - yt_dlp/YoutubeDL.py
[cleanup] Minor cleanup
[yt-dlp.git] / yt_dlp / YoutubeDL.py
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
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
next