aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-01-16Add PyPI releasepukkandan
2021-01-14[version] updatepukkandan
:skip ci all
2021-01-14Release 2021.01.142021.01.14pukkandan
2021-01-14Documentation fixespukkandan
* Change all links to point to new fork URL * Changed sponskrub links to my fork of the same * Other typos
2021-01-14[tiktok] Fix for when share_info is emptypukkandan
(Related: https://github.com/blackjack4494/yt-dlc/pull/20)
2021-01-14[roosterteeth] Changed API endpoint (Closes #16)Felix Stupp
New endpoint allows to request metadata for bonus episodes Authored by Zocker1999NET
2021-01-14[issuetemplates] Change all links to point to new fork URLpukkandan
2021-01-14Print full error in verbose for sponskrubpukkandan
2021-01-14Fix write_debug in EmbedThumbnailpukkandan
Closes #17