Commit Graph

18483 Commits (3b3959630ad0dd5bc0ce904f3ec8fe88d8a1f283)
 

Author SHA1 Message Date
pukkandan 3b3959630a Fix wrong user config (Closes #32)
:ci skip dl
3 years ago
pukkandan a392adf56c [version] update
:ci skip dl
3 years ago
pukkandan 0bc0a32290 Release 2021.01.24 3 years ago
Remita Amine a820dc722e Update to ytdl-2021.01.24.1 3 years ago
pukkandan f74980cbae Plugin support
Extractor plugins are loaded from <root-dir>/ytdlp_plugins/extractor/__init__.py

Inspired by https://github.com/un-def/dl-plus

:ci skip dl
3 years ago
pukkandan c571435f9c [MoveFiles] More robust way to get final filename
:ci skip dl
3 years ago
pukkandan 6b4b65c4f4 [test] fix typo 3 years ago
pukkandan 10e3742eb1 Fix overwrite in --write-link
:ci skip dl
3 years ago
pukkandan 0202b52a0c #29 New option `-P`/`--paths` to give different paths for different types of files
Syntax: `-P "type:path" -P "type:path"`
Types: home, temp, description, annotation, subtitle, infojson, thumbnail
3 years ago
pukkandan b8f6bbe68a Warn when using old style (downloader/postprocessor)_args 3 years ago
pukkandan 256ed01025 [sponskrub] Print "unrecognized args" message correctly 3 years ago
pukkandan eab9b2bcaf Modified function `cli_configuration_args`
to directly parse new format of `postprocessor_args` and `external_downloader_args`
3 years ago
pukkandan 3bcaa37b1b [tests] Split core and download tests 3 years ago
pukkandan 46ee996e39 Allow passing different arguments to different external downloaders
* Now similar to --post-processor-args
* Also added `--downloader-args` as alias to `--external-downloader-args`
3 years ago
pukkandan 45016689fa Standardized function for creating dict from repeated options 3 years ago
pukkandan 430c2757ea [cbs] Make failure to extract title non-fatal
:skip ci
3 years ago
The Hatsune Daishi ffcb819171
#30 [mildom] Add extractor
Authored by @nao20010128nao
3 years ago
pukkandan b46696bdc8 Revert d9eebbc747 3 years ago
pukkandan 63be1aab2f Deprecate unnecessary aliases in `formatSort`
(I should never have made so many aliases in the first-place)
The aliases remain functional for backward compatability, but will be left undocumented
3 years ago
pukkandan d0757229fa Fix typecasting when pre-checking archive (Closes #26) 3 years ago
pukkandan 610d8e7692 [tests] Fix test_post_hooks
:skip ci all
3 years ago
pukkandan e2f6586c16 [version] update
:skip ci all
3 years ago
pukkandan c69911e4c1 Release 2021.01.20 3 years ago
pukkandan e7ff505132 [pokemon] Add `/#/player` URLs (Closes #24) 3 years ago
pukkandan fbced7341d [sponskrub] Better debug output and error message 3 years ago
pukkandan 43820c0370 Improved passing of multiple postprocessor-args
* 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
3 years ago
pukkandan 5c610515c9 [TrovoLive] Add extractor (partially fix #20)
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
3 years ago
pukkandan 8a51f56439 [readme] Cleanup options
(Closes #23) :skip ci
3 years ago
pukkandan 67002a5ad8 [EmbedThumbnail] Simplify embedding in mkv (Closes #22) 3 years ago
pukkandan 477cf32f37 [sponskrub] Encode filenames correctly 3 years ago
pukkandan f57adf0e59 [version] update
:skip ci all
3 years ago
pukkandan 298f597b4f Release 2021.01.16 3 years ago
pukkandan e2e43aea21 Portable Configuration file (closes #19)
Inspired by https://github.com/ytdl-org/youtube-dl/pull/27592
3 years ago
pukkandan 30a074c2b6 Update to ytdl-2021.01.16 3 years ago
pukkandan 7bc877a20d Add PyPI release 3 years ago
pukkandan ff0bc1aa4c [version] update
:skip ci all
3 years ago
pukkandan bf5a997e24 Release 2021.01.14 3 years ago
pukkandan 17fa3ee25f Documentation fixes
* Change all links to point to new fork URL
* Changed sponskrub links to my fork of the same
* Other typos
3 years ago
pukkandan 2e8d2629f3 [tiktok] Fix for when share_info is empty
(Related: https://github.com/blackjack4494/yt-dlc/pull/20)
3 years ago
Felix Stupp b4d1044095 [roosterteeth] Changed API endpoint (Closes #16)
New endpoint allows to request metadata for bonus episodes

Authored by Zocker1999NET
3 years ago
pukkandan fd51377c95 [issuetemplates] Change all links to point to new fork URL 3 years ago
pukkandan 44af9751a7 Print full error in verbose for sponskrub 3 years ago
pukkandan 806b05cf7a Fix write_debug in EmbedThumbnail
Closes #17
3 years ago
pukkandan d83cb5312c Fix archive bug introduced in 8b0d7497d5 3 years ago
pukkandan 8b0d7497d5 Added option `--break-on-reject`
and modified `--break-on-existing`
3 years ago
pukkandan 90505ff153 [readme] Change all links to point to new fork URL 3 years ago
pukkandan 8c1fead3ce [version] update 3 years ago
pukkandan 9b45b9f51a Release 2021.01.12 3 years ago
pukkandan d9d045e2ef Changed repo name to yt-dlp 3 years ago
Samik Some dfd14aadfa [roosterteeth.com] Add subtitle support (https://github.com/ytdl-org/youtube-dl/pull/23985)
Closes #15

Authored by samiksome
3 years ago