Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ExtractAudio] Allow conditional conversion | pukkandan | 2022-06-06 | 1 | -3/+6 |
| | | | | Closes #1715 | ||||
* | [ExtractAudio, cleanup] Refactor | pukkandan | 2022-06-06 | 1 | -69/+37 |
| | |||||
* | [ThumbnailsConvertor] Allow conditional conversion | pukkandan | 2022-06-05 | 1 | -21/+30 |
| | | | | Closes #3970 | ||||
* | [cleanup] Misc fixes | pukkandan | 2022-06-03 | 1 | -1/+1 |
| | | | | | | Cherry-picks from: #3498, #3947 Related: #3949, https://github.com/yt-dlp/yt-dlp/issues/1839#issuecomment-1140313836 Authored by: pukkandan, flashdagger, gamer191 | ||||
* | [cleanup] Misc fixes and cleanup | pukkandan | 2022-05-27 | 1 | -9/+9 |
| | | | | Closes #3780, Closes #3853, Closes #3850 | ||||
* | [ModifyChapters] Fix repeated removal of small segments | pukkandan | 2022-05-23 | 1 | -2/+2 |
| | | | | Closes #3846 | ||||
* | [ffmpeg] Check version lazily | pukkandan | 2022-05-22 | 1 | -80/+93 |
| | | | | Closes #3830 | ||||
* | [compat] Implement `compat.imghdr` | pukkandan | 2022-05-17 | 1 | -10/+9 |
| | | | | Python 3.11 deprecates `imghdr` module | ||||
* | [EmbedThumbnail] Do not obey `-k` | pukkandan | 2022-05-01 | 1 | -4/+3 |
| | |||||
* | [ffmpeg] Fix features detection | pukkandan | 2022-04-27 | 1 | -1/+2 |
| | |||||
* | [Metadata] Remove filename from attached info-json | pukkandan | 2022-04-27 | 1 | -2/+5 |
| | |||||
* | bugfix for a44ca5a470e09b5170fc9c3a46733f050fadbfae, ↵ | pukkandan | 2022-04-19 | 1 | -1/+1 |
| | | | | | | 19a0394044bfad36cd665450271b8eb048a41c02, 77f9033095cd8e1092a80db67f2b577cf13f95a8 Closes #3472 | ||||
* | Fix bug in 66cf3e1001b6d9a2829fe834c3f9103b0890918e | pukkandan | 2022-04-12 | 1 | -2/+1 |
| | |||||
* | [EmbedSubtitle] Enable for more video extensions | pukkandan | 2022-04-12 | 1 | -2/+4 |
| | | | | Closes #3382 | ||||
* | [cleanup] Sort imports | pukkandan | 2022-04-12 | 1 | -9/+7 |
| | | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc . | ||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -21/+16 |
| | | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts | ||||
* | [FFmpegMetadataPP] Remove `\0` from metadata | pukkandan | 2022-04-12 | 1 | -0/+1 |
| | |||||
* | [FfmpegMetadata] Write id3v1 tags | pukkandan | 2022-04-07 | 1 | -0/+3 |
| | |||||
* | [cleanup] Misc fixes | pukkandan | 2022-04-05 | 1 | -3/+10 |
| | | | | | | Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117 Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, https://github.com/yt-dlp/yt-dlp/commit/a825ffbffa0bea322e3ccb44c6f8e01d8d9572fb#commitcomment-68538986, https://github.com/yt-dlp/yt-dlp/issues/2360, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393519, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393254 | ||||
* | Fix bug in 8a7f68d0b12d0f4910a15b59a3ec090bbf83b6f2 | pukkandan | 2022-03-30 | 1 | -1/+1 |
| | | | | Closes #3241 | ||||
* | [ffmpeg] Cache version data | pukkandan | 2022-03-29 | 1 | -23/+17 |
| | | | | Related: https://github.com/dasl-/pifi/issues/9 | ||||
* | [VideoConvertor] Ensure all streams are copied | pukkandan | 2022-03-27 | 1 | -2/+2 |
| | | | | Closes #3200 | ||||
* | [Concat] Ensure final directory exists | pukkandan | 2022-03-27 | 1 | -0/+2 |
| | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/3181#issuecomment-1079622589 | ||||
* | [FFmpegVideoConvertor] Add more formats to `--remux-video` | pukkandan | 2022-03-13 | 1 | -1/+1 |
| | |||||
* | [cleanup] Refactor `__init__.py` (#2570) | pukkandan | 2022-03-08 | 1 | -1/+1 |
| | | | | | * Split `__init__` code into multiple functions * Clean up validation code by grouping similar types of options * Expose `parse_options` to third parties | ||||
* | [ThumbnailsConvertor] Support `webp` | pukkandan | 2022-02-23 | 1 | -1/+1 |
| | | | | Closes #2226 | ||||
* | [FFmpegConcat] Abort on `--simulate` | pukkandan | 2022-02-18 | 1 | -4/+3 |
| | |||||
* | [Sponsorblock] minor fixes (#2793) | Nil Admirari | 2022-02-17 | 1 | -6/+4 |
| | | | | | | * preserve mtime - Closes #2769 * keep concat spec on failure Authored by: nihil-admirari | ||||
* | [FFmpegConcat] Abort on --skip-download and download errors | pukkandan | 2022-02-03 | 1 | -9/+8 |
| | | | | Closes #2470 | ||||
* | [cleanup] Minor fixes | pukkandan | 2022-01-21 | 1 | -7/+12 |
| | | | | Closes #2334 | ||||
* | Add option `--concat-playlist` | pukkandan | 2022-01-13 | 1 | -0/+45 |
| | | | | Closes #1855, related: #382 | ||||
* | [ffmpeg] Ignore unknown streams | pukkandan | 2022-01-13 | 1 | -1/+1 |
| | | | | Closes #2307 | ||||
* | [cleanup, docs] Minor fixes | pukkandan | 2022-01-12 | 1 | -2/+2 |
| | | | | Closes #2230 | ||||
* | [ffmpeg] Standardize use of `-map 0` | pukkandan | 2022-01-12 | 1 | -24/+28 |
| | | | | Closes #2182 | ||||
* | Fix bug in 8896899216e90b0ea7ddb1697faf1dc8411b78be | pukkandan | 2022-01-03 | 1 | -1/+1 |
| | | | | Closes #2215 | ||||
* | [FfmpegMetadata] Allow setting metadata of individual streams | pukkandan | 2022-01-02 | 1 | -12/+17 |
| | | | | Closes #877 | ||||
* | [ThumbnailsConvertor] Fix for when there are no thumbnails | pukkandan | 2021-12-27 | 1 | -3/+3 |
| | | | | Closes #2125 | ||||
* | [ffmpeg] Fix position of `--ppa` | pukkandan | 2021-12-25 | 1 | -2/+2 |
| | | | | | Bug in ca5db158aecc36a3db41faa85a26e7d931b5d72b Closes #2112 | ||||
* | [dash,youtube] Download live from start to end (#888) | The Hatsune Daishi | 2021-12-20 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | * Add option `--live-from-start` to enable downloading live videos from start * Add key `is_from_start` in formats to identify formats (of live videos) that downloads from start * [dash] Create protocol `http_dash_segments_generator` that allows a function to be passed instead of fragments * [fragment] Allow multiple live dash formats to download simultaneously * [youtube] Implement fragment re-fetching for the live dash formats * [youtube] Re-extract dash manifest every 5 hours (manifest expires in 6hrs) * [postprocessor/ffmpeg] Add `FFmpegFixupDuplicateMoovPP` to fixup duplicated moov atoms Known issue: Ctrl+C doesn't work on Windows when downloading multiple formats Closes #1521 Authored by: nao20010128nao, pukkandan | ||||
* | [postprocessor/ffmpeg] Always add `faststart` | pukkandan | 2021-12-20 | 1 | -6/+5 |
| | | | | Closes #1491 | ||||
* | [EmbedSubtitle] Disable duration check temporarily | pukkandan | 2021-12-02 | 1 | -0/+6 |
| | | | | Closes #1870, #1385 | ||||
* | [cleanup] Add deprecation warnings | pukkandan | 2021-11-29 | 1 | -0/+7 |
| | |||||
* | [EmbedSubtitles] Slightly relax duration check | pukkandan | 2021-11-27 | 1 | -21/+22 |
| | | | | | and related cleanup Closes #1385 | ||||
* | [FixupM3u8] Fixup MPEG-TS in MP4 container | pukkandan | 2021-11-27 | 1 | -2/+13 |
| | | | | Closes #1701, https://github.com/ytdl-org/youtube-dl/issues/26410 | ||||
* | [ExtractAudio] Support `alac` | pukkandan | 2021-11-19 | 1 | -16/+28 |
| | | | | Closes #1707 | ||||
* | Add option `--embed-info-json` to embed info-json in mkv | pukkandan | 2021-11-15 | 1 | -12/+35 |
| | | | | Closes #1644 | ||||
* | Add compat-option embed-metadata | pukkandan | 2021-11-15 | 1 | -0/+3 |
| | |||||
* | [ExtractAudio] Fix conversion to `wav` | pukkandan | 2021-11-13 | 1 | -4/+1 |
| | | | | Closes #1645 | ||||
* | [ffmpeg] Detect libavformat version for `aac_adtstoasc` | pukkandan | 2021-11-04 | 1 | -1/+9 |
| | | | | | and print available features in verbose head Based on https://github.com/ytdl-org/youtube-dl/pull/29581 | ||||
* | [ffmpeg] Accurately detect presence of setts | pukkandan | 2021-11-04 | 1 | -4/+6 |
| | | | | Closes #1237 |