Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-01 | [audius] Fix extractor | pukkandan | |
2021-01-31 | [youtube_live_chat] Fix `parse_yt_initial_data` and add `fragment_retries` | pukkandan | |
:ci skip dl | |||
2021-01-30 | [postprocessor] Raise errors correctly | pukkandan | |
Previously, when a postprocessor reported error, the download was still considered a success. This causes issues especially with critical PPs like Merger, MoveFiles etc :ci skip dl | |||
2021-01-30 | fix typos :ci skip dl | pukkandan | |
2021-01-30 | New option --no-write-playlist-metafiles to NOT write playlist metadata files | pukkandan | |
2021-01-30 | [metadatafromtitle] Fix bug when extracting data from numeric fields | pukkandan | |
:ci skip dl | |||
2021-01-29 | [version] update | pukkandan | |
:ci skip dl | |||
2021-01-29 | Release 2021.01.292021.01.29 | pukkandan | |
2021-01-29 | Refactor `update-version`, `pyinst.py` and related files | pukkandan | |
* Refactor update-version * Moved pyinst, update-version and icon into devscripts * pyinst doesn't bump version anymore * Merge pyinst and pyinst32. Usage: `pyinst.py [32|64]` * Add mutagen as requirement * Remove make_win and related files | |||
2021-01-29 | [Audius] Add extractor (Closes #40) | pukkandan | |
Related: https://github.com/ytdl-org/youtube-dl/pull/27360 Related: https://github.com/ytdl-org/youtube-dl/issues/24216 Direct API URLs are not currently supported. See https://github.com/ytdl-org/youtube-dl/pull/27360#issuecomment-757123708 for details Co-authored by: qulas | |||
2021-01-29 | Populate "playlist_*" fields for setting playlist metadata filename | pukkandan | |
Related: #36 | |||
2021-01-29 | Linter and misc cleanup | pukkandan | |
:ci skip dl | |||
2021-01-29 | [youtube] Extract playlist description | pukkandan | |
2021-01-28 | [anvato] Workaround for anvato_token_generator import failing (Closes #35) | pukkandan | |
:ci skip dl | |||
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 | |