aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-28Partial 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 requestsBepis
co-authored by bbepis
2021-01-28Seperate import of lazy_extractors from that of normal extractorspukkandan
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-28Detect existing files correctly even when there is remux/recodepukkandan
:ci skip dl
2021-01-28[ffmpeg] Document more formats that are supported for remux/recodepukkandan
2021-01-28Write playlist description to file (Closes #36)pukkandan
:ci skip dl
2021-01-27#31 Features from animelover1984/youtube-dlpukkandan
* 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-27More badgespukkandan
:ci skip all
2021-01-26Deprecate avconv/avprobepukkandan
All current functionality is left untouched. But don't expect any new features to work with avconv :ci skip all
2021-01-26Add 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 unnecessarypukkandan
2021-01-26[postprocessor] fix write_debug when no _downloaderpukkandan
2021-01-25Fix some fields not sorting correctlypukkandan
bug introduced by: 63be1aab2f6b6a99f289663ffd935e311aff5556
2021-01-25Report error message from youtube as error (Closes #33)pukkandan
:ci skip dl
2021-01-25Changed revision number to use '.' instead of '-'pukkandan
and refactor it :ci skip dl
2021-01-25Fix wrong user config (Closes #32)pukkandan
:ci skip dl
2021-01-24[version] updatepukkandan
:ci skip dl
2021-01-24Release 2021.01.24pukkandan
2021-01-24Update to ytdl-2021.01.24.1Remita Amine
2021-01-24Plugin supportpukkandan
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 filenamepukkandan
:ci skip dl
2021-01-24[test] fix typopukkandan
2021-01-24Fix overwrite in --write-linkpukkandan
: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-23Warn when using old style (downloader/postprocessor)_argspukkandan
2021-01-23[sponskrub] Print "unrecognized args" message correctlypukkandan
2021-01-23Modified 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 testspukkandan
2021-01-23Allow passing different arguments to different external downloaderspukkandan
* Now similar to --post-processor-args * Also added `--downloader-args` as alias to `--external-downloader-args`
2021-01-23Standardized function for creating dict from repeated optionspukkandan
2021-01-23[cbs] Make failure to extract title non-fatalpukkandan
:skip ci
2021-01-22#30 [mildom] Add extractorThe Hatsune Daishi
Authored by @nao20010128nao
2021-01-22Revert d9eebbc7471b97f3aa58939685bd7b8f4ce35b1epukkandan
2021-01-21Deprecate 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-21Fix typecasting when pre-checking archive (Closes #26)pukkandan
2021-01-21[tests] Fix test_post_hookspukkandan
:skip ci all
2021-01-21[version] updatepukkandan
:skip ci all
2021-01-21Release 2021.01.202021.01.20pukkandan
2021-01-21[pokemon] Add `/#/player` URLs (Closes #24)pukkandan
2021-01-21[sponskrub] Better debug output and error messagepukkandan
2021-01-21Improved passing of multiple postprocessor-argspukkandan
* 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 optionspukkandan
(Closes #23) :skip ci
2021-01-18[EmbedThumbnail] Simplify embedding in mkv (Closes #22)pukkandan
2021-01-18[sponskrub] Encode filenames correctlypukkandan
2021-01-17[version] updatepukkandan
:skip ci all
2021-01-17Release 2021.01.162021.01.16pukkandan
2021-01-17Portable Configuration file (closes #19)pukkandan
Inspired by https://github.com/ytdl-org/youtube-dl/pull/27592
2021-01-16Update to ytdl-2021.01.16pukkandan