Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-28 | Partial solution for detecting existing files correctly even when extracting ↵ | pukkandan | |
audio * Does not work when audio format is 'best' | |||
2021-01-28 | [embedthumbnail] Fix for missing output filename for ffmpeg call (Closes #38) | pukkandan | |
2021-01-28 | [Youtube] Improve comment API requests | Bepis | |
co-authored by bbepis | |||
2021-01-28 | Seperate import of lazy_extractors from that of normal extractors | pukkandan | |
This prevents "ModuleNotFoundError: No module named 'youtube_dl.extractor.lazy_extractors'" from appearing in the traceback Related: https://github.com/animelover1984/youtube-dl/issues/17#issuecomment-757945024 | |||
2021-01-28 | Detect existing files correctly even when there is remux/recode | pukkandan | |
:ci skip dl | |||
2021-01-28 | [ffmpeg] Document more formats that are supported for remux/recode | pukkandan | |
2021-01-28 | Write playlist description to file (Closes #36) | pukkandan | |
:ci skip dl | |||
2021-01-27 | #31 Features from animelover1984/youtube-dl | pukkandan | |
* Add `--get-comments` * [youtube] Extract comments * [billibilli] Added BiliBiliSearchIE, BilibiliChannelIE * [billibilli] Extract comments * [billibilli] Better video extraction * Write playlist data to infojson * [FFmpegMetadata] Embed infojson inside the video * [EmbedThumbnail] Try embedding in mp4 using ffprobe and `-disposition` * [EmbedThumbnail] Treat mka like mkv and mov like mp4 * [EmbedThumbnail] Embed in ogg/opus * [VideoRemuxer] Conditionally remux video * [VideoRemuxer] Add `-movflags +faststart` when remuxing from mp4 * [ffmpeg] Print entire stderr in verbose when there is error * [EmbedSubtitle] Warn when embedding ass in mp4 * [avanto] Use NFLTokenGenerator if possible | |||
2021-01-27 | More badges | pukkandan | |
:ci skip all | |||
2021-01-26 | Deprecate avconv/avprobe | pukkandan | |
All current functionality is left untouched. But don't expect any new features to work with avconv :ci skip all | |||
2021-01-26 | Add option `--parse-metadata` | pukkandan | |
* The fields extracted by this can be used in `--output` * Deprecated `--metadata-from-title` :ci skip dl | |||
2021-01-26 | [movefiles] Don't give "cant find" warning when move is unnecessary | pukkandan | |
2021-01-26 | [postprocessor] fix write_debug when no _downloader | pukkandan | |
2021-01-25 | Fix some fields not sorting correctly | pukkandan | |
bug introduced by: 63be1aab2f6b6a99f289663ffd935e311aff5556 | |||
2021-01-25 | Report error message from youtube as error (Closes #33) | pukkandan | |
:ci skip dl | |||
2021-01-25 | Changed revision number to use '.' instead of '-' | pukkandan | |
and refactor it :ci skip dl | |||
2021-01-25 | Fix wrong user config (Closes #32) | pukkandan | |
:ci skip dl | |||
2021-01-24 | [version] update | pukkandan | |
:ci skip dl | |||
2021-01-24 | Release 2021.01.24 | pukkandan | |
2021-01-24 | Update to ytdl-2021.01.24.1 | Remita Amine | |
2021-01-24 | Plugin support | pukkandan | |
Extractor plugins are loaded from <root-dir>/ytdlp_plugins/extractor/__init__.py Inspired by https://github.com/un-def/dl-plus :ci skip dl | |||
2021-01-24 | [MoveFiles] More robust way to get final filename | pukkandan | |
:ci skip dl | |||
2021-01-24 | [test] fix typo | pukkandan | |
2021-01-24 | Fix overwrite in --write-link | pukkandan | |
:ci skip dl | |||
2021-01-23 | #29 New option `-P`/`--paths` to give different paths for different types of ↵ | pukkandan | |
files Syntax: `-P "type:path" -P "type:path"` Types: home, temp, description, annotation, subtitle, infojson, thumbnail | |||
2021-01-23 | Warn when using old style (downloader/postprocessor)_args | pukkandan | |
2021-01-23 | [sponskrub] Print "unrecognized args" message correctly | pukkandan | |
2021-01-23 | Modified function `cli_configuration_args` | pukkandan | |
to directly parse new format of `postprocessor_args` and `external_downloader_args` | |||
2021-01-23 | [tests] Split core and download tests | pukkandan | |
2021-01-23 | Allow passing different arguments to different external downloaders | pukkandan | |
* Now similar to --post-processor-args * Also added `--downloader-args` as alias to `--external-downloader-args` | |||
2021-01-23 | Standardized function for creating dict from repeated options | pukkandan | |
2021-01-23 | [cbs] Make failure to extract title non-fatal | pukkandan | |
:skip ci | |||
2021-01-22 | #30 [mildom] Add extractor | The Hatsune Daishi | |
Authored by @nao20010128nao | |||
2021-01-22 | Revert d9eebbc7471b97f3aa58939685bd7b8f4ce35b1e | pukkandan | |
2021-01-21 | Deprecate unnecessary aliases in `formatSort` | pukkandan | |
(I should never have made so many aliases in the first-place) The aliases remain functional for backward compatability, but will be left undocumented | |||
2021-01-21 | Fix typecasting when pre-checking archive (Closes #26) | pukkandan | |
2021-01-21 | [tests] Fix test_post_hooks | pukkandan | |
:skip ci all | |||
2021-01-21 | [version] update | pukkandan | |
:skip ci all | |||
2021-01-21 | Release 2021.01.202021.01.20 | pukkandan | |
2021-01-21 | [pokemon] Add `/#/player` URLs (Closes #24) | pukkandan | |
2021-01-21 | [sponskrub] Better debug output and error message | pukkandan | |
2021-01-21 | Improved passing of multiple postprocessor-args | pukkandan | |
* Added `PP+exe:args` syntax If `PP+exe:args` is specifically given, only it used. Otherwise, `PP:args` and `exe:args` are combined. If none of the `PP`, `exe` or `PP+exe` args are given, `default` is used `Default` is purposely left undocumented since it exists only for backward compatibility * Also added proper handling of args in `EmbedThumbnail` Related: https://github.com/ytdl-org/youtube-dl/pull/27723 | |||
2021-01-20 | [TrovoLive] Add extractor (partially fix #20) | pukkandan | |
Only VOD extractor has been implemented Related: https://github.com/ytdl-org/youtube-dl/issues/26125 Related: https://github.com/blackjack4494/yt-dlc/issues/220 | |||
2021-01-19 | [readme] Cleanup options | pukkandan | |
(Closes #23) :skip ci | |||
2021-01-18 | [EmbedThumbnail] Simplify embedding in mkv (Closes #22) | pukkandan | |
2021-01-18 | [sponskrub] Encode filenames correctly | pukkandan | |
2021-01-17 | [version] update | pukkandan | |
:skip ci all | |||
2021-01-17 | Release 2021.01.162021.01.16 | pukkandan | |
2021-01-17 | Portable Configuration file (closes #19) | pukkandan | |
Inspired by https://github.com/ytdl-org/youtube-dl/pull/27592 | |||
2021-01-16 | Update to ytdl-2021.01.16 | pukkandan | |