aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/postprocessor/common.py
AgeCommit message (Expand)Author
2022-10-18[SponsorBlock] Obey `--retry-sleep extractor`pukkandan
2022-08-30[utils] Add `deprecation_warning`pukkandan
2022-08-02Standardize retry mechanism (#1649)pukkandan
2022-06-11[cleanup] Misc fixespukkandan
2022-06-06[ExtractAudio, cleanup] Refactorpukkandan
2022-05-27[cleanup] Misc fixes and cleanuppukkandan
2022-05-09[cleanup] Minor fixes (See desc)pukkandan
2022-05-01[EmbedThumbnail] Do not obey `-k`pukkandan
2022-04-18[cleanup] Misc cleanup and refactor (#2173)pukkandan
2022-04-18[docs] Improve embedding docs and other minor fixespukkandan
2022-04-12[cleanup] Sort importspukkandan
2022-04-12[cleanup] Upgrade syntaxpukkandan
2022-03-25[postprocessor,cleanup] Create `_download_json`pukkandan
2022-02-18[FFmpegConcat] Abort on `--simulate`pukkandan
2021-12-20[dash,youtube] Download live from start to end (#888)The Hatsune Daishi
2021-11-29[cleanup] Add deprecation warningspukkandan
2021-10-16[downloader] Fix slow progress hookspukkandan
2021-10-10[downloader/ffmpeg] Fix bug in initializing `FFmpegPostProcessor`pukkandan
2021-10-09Improved progress reporting (See desc) (#1125)pukkandan
2021-09-24Separate the options `--ignore-errors` and `--no-abort-on-error`pukkandan
2021-08-24[downloader/ffmpeg] Allow passing custom arguments before -ipukkandan
2021-06-14[postprocessor] Fix `_restrict_to` when a codec is not setpukkandan
2021-06-13Fix bug in 8326b00aabc332cad3edec246fe5353bea069cb0pukkandan
2021-06-13Allow `images` formatspukkandan
2021-05-29[embedthumbnail] Embed if any thumbnail was downloaded, not just the bestpukkandan
2021-05-14Standardize `write_debug`pukkandan
2021-03-14Refactor (See desc)pukkandan
2021-02-25Completely change project name to yt-dlp (#85)Pccode66