Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [dependencies] Create module with all dependency imports | pukkandan | 2022-04-21 | 1 | -11/+9 | |
| | ||||||
* | bugfix for a44ca5a470e09b5170fc9c3a46733f050fadbfae, ↵ | pukkandan | 2022-04-19 | 2 | -4/+4 | |
| | | | | | | 19a0394044bfad36cd665450271b8eb048a41c02, 77f9033095cd8e1092a80db67f2b577cf13f95a8 Closes #3472 | |||||
* | [cleanup] Misc cleanup and refactor (#2173) | pukkandan | 2022-04-18 | 2 | -13/+11 | |
| | ||||||
* | [docs] Improve embedding docs and other minor fixes | pukkandan | 2022-04-18 | 1 | -1/+2 | |
| | ||||||
* | 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] Misc cleanup (#2173) | pukkandan | 2022-04-12 | 1 | -2/+2 | |
| | | | | Authored by: fstirlitz, pukkandan | |||||
* | [cleanup] Sort imports | pukkandan | 2022-04-12 | 10 | -48/+30 | |
| | | | | | | 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 | 7 | -35/+19 | |
| | | | | | | | | | | 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 | |||||
* | [cleanup] Mark some compat variables for removal (#2173) | pukkandan | 2022-04-12 | 1 | -2/+2 | |
| | | | | Authored by fstirlitz, pukkandan | |||||
* | [FFmpegMetadataPP] Remove `\0` from metadata | pukkandan | 2022-04-12 | 1 | -0/+1 | |
| | ||||||
* | [EmbedThumbnail] Do not remove id3v1 tags | pukkandan | 2022-04-10 | 1 | -1/+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 | |||||
* | [postprocessor,cleanup] Create `_download_json` | pukkandan | 2022-03-25 | 2 | -28/+31 | |
| | ||||||
* | [FFmpegVideoConvertor] Add more formats to `--remux-video` | pukkandan | 2022-03-13 | 1 | -1/+1 | |
| | ||||||
* | [MetadataParser] Validate outtmpl early | pukkandan | 2022-03-11 | 1 | -2/+6 | |
| | ||||||
* | [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 | |||||
* | [SponsorBlock] Fixes for highlight and "full video labels" (#2849) | Nil Admirari | 2022-02-22 | 1 | -0/+4 | |
| | | | Authored by: nihil-admirari | |||||
* | [FFmpegConcat] Abort on `--simulate` | pukkandan | 2022-02-18 | 2 | -5/+6 | |
| | ||||||
* | [Sponsorblock] minor fixes (#2793) | Nil Admirari | 2022-02-17 | 2 | -6/+6 | |
| | | | | | | * 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 | |||||
* | [docs,cleanup] Fix linter and misc cleanup | pukkandan | 2022-01-24 | 1 | -2/+2 | |
| | | | | Closes #2419 | |||||
* | [cleanup] Minor fixes | pukkandan | 2022-01-21 | 2 | -7/+13 | |
| | | | | Closes #2334 | |||||
* | Add option `--concat-playlist` | pukkandan | 2022-01-13 | 2 | -0/+46 | |
| | | | | 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 | 2 | -3/+4 | |
| | | | | Closes #2230 | |||||
* | [ffmpeg] Standardize use of `-map 0` | pukkandan | 2022-01-12 | 2 | -26/+30 | |
| | | | | Closes #2182 | |||||
* | Fix bug in 8896899216e90b0ea7ddb1697faf1dc8411b78be | pukkandan | 2022-01-03 | 1 | -1/+1 | |
| | | | | Closes #2215 | |||||
* | Allow `--exec` to be run at any post-processing stage | pukkandan | 2022-01-03 | 1 | -5/+7 | |
| | | | | Deprecates `--exec-before-download` | |||||
* | [FfmpegMetadata] Allow setting metadata of individual streams | pukkandan | 2022-01-02 | 1 | -12/+17 | |
| | | | | Closes #877 | |||||
* | [EmbedThumbnail] Prefer AtomicParsley over ffmpeg if available | pukkandan | 2021-12-27 | 1 | -33/+38 | |
| | ||||||
* | [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 | |||||
* | [cleanup] Misc cleanup | pukkandan | 2021-12-23 | 1 | -1/+1 | |
| | | | | Closes #1942 #1976 #2020 #2058 #1984 | |||||
* | [dash,youtube] Download live from start to end (#888) | The Hatsune Daishi | 2021-12-20 | 3 | -4/+14 | |
| | | | | | | | | | | | | | | | * 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 | |||||
* | [SponsorBlock] Add Filler and Highlight categories (#1664) | Nil Admirari | 2021-12-09 | 2 | -5/+13 | |
| | | | Authored by: nihil-admirari, pukkandan | |||||
* | [EmbedSubtitle] Disable duration check temporarily | pukkandan | 2021-12-02 | 1 | -0/+6 | |
| | | | | Closes #1870, #1385 | |||||
* | [cleanup Fix some typos | pukkandan | 2021-12-01 | 1 | -8/+5 | |
| | | | | | | | * `MetadataFromFieldPP` is not deprecated! * Wrong args to `MetadataFromFieldPP` * Some mistakes in change log * Type in build.yml causing release tag to be placed on wrong commit | |||||
* | [cleanup] Add deprecation warnings | pukkandan | 2021-11-29 | 5 | -6/+37 | |
| | ||||||
* | [cleanup] Misc cleanup | pukkandan | 2021-11-29 | 1 | -2/+2 | |
| | | | | Closes #1805, closes #1800 | |||||
* | [EmbedSubtitles] Slightly relax duration check | pukkandan | 2021-11-27 | 2 | -23/+23 | |
| | | | | | 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 |