Commit Graph

18545 Commits (2e339f59c3c5a683596976da8ba925f3e92bd425)
 

Author SHA1 Message Date
pukkandan 6b591b2925 Detect existing files correctly even when there is remux/recode
:ci skip dl
pukkandan 179122495b [ffmpeg] Document more formats that are supported for remux/recode
pukkandan 02fd60d305 Write playlist description to file (Closes )
:ci skip dl
pukkandan 06167fbbd3
Features from animelover1984/youtube-dl
* 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
pukkandan 4ff5e98991 More badges
:ci skip all
pukkandan e4172ac903 Deprecate avconv/avprobe
All current functionality is left untouched. But don't expect any new features to work with avconv

:ci skip all
pukkandan 5bfa486205 Add option `--parse-metadata`
* The fields extracted by this can be used in `--output`
* Deprecated `--metadata-from-title`

:ci skip dl
pukkandan 9882064024 [movefiles] Don't give "cant find" warning when move is unnecessary
pukkandan 2d6921210d [postprocessor] fix write_debug when no _downloader
pukkandan f137c99e9f Fix some fields not sorting correctly
bug introduced by: 63be1aab2f
pukkandan 6b8eb0c024 Report error message from youtube as error (Closes )
:ci skip dl
pukkandan 5b328c97d7 Changed revision number to use '.' instead of '-'
and refactor it

:ci skip dl
pukkandan b5d265633d Fix wrong user config (Closes )
:ci skip dl
pukkandan a392adf56c [version] update
:ci skip dl
pukkandan 0bc0a32290 Release 2021.01.24
Remita Amine a820dc722e Update to ytdl-2021.01.24.1
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
pukkandan c571435f9c [MoveFiles] More robust way to get final filename
:ci skip dl
pukkandan 6b4b65c4f4 [test] fix typo
pukkandan 10e3742eb1 Fix overwrite in --write-link
:ci skip dl
pukkandan 0202b52a0c 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
pukkandan b8f6bbe68a Warn when using old style (downloader/postprocessor)_args
pukkandan 256ed01025 [sponskrub] Print "unrecognized args" message correctly
pukkandan eab9b2bcaf Modified function `cli_configuration_args`
to directly parse new format of `postprocessor_args` and `external_downloader_args`
pukkandan 3bcaa37b1b [tests] Split core and download tests
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`
pukkandan 45016689fa Standardized function for creating dict from repeated options
pukkandan 430c2757ea [cbs] Make failure to extract title non-fatal
:skip ci
The Hatsune Daishi ffcb819171
[mildom] Add extractor
Authored by @nao20010128nao
pukkandan b46696bdc8 Revert d9eebbc747
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
pukkandan d0757229fa Fix typecasting when pre-checking archive (Closes )
pukkandan 610d8e7692 [tests] Fix test_post_hooks
:skip ci all
pukkandan e2f6586c16 [version] update
:skip ci all
pukkandan c69911e4c1 Release 2021.01.20
pukkandan e7ff505132 [pokemon] Add `/#/player` URLs (Closes )
pukkandan fbced7341d [sponskrub] Better debug output and error message
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
pukkandan 5c610515c9 [TrovoLive] Add extractor (partially fix )
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
pukkandan 8a51f56439 [readme] Cleanup options
(Closes ) :skip ci
pukkandan 67002a5ad8 [EmbedThumbnail] Simplify embedding in mkv (Closes )
pukkandan 477cf32f37 [sponskrub] Encode filenames correctly
pukkandan f57adf0e59 [version] update
:skip ci all
pukkandan 298f597b4f Release 2021.01.16
pukkandan e2e43aea21 Portable Configuration file (closes )
Inspired by https://github.com/ytdl-org/youtube-dl/pull/27592
pukkandan 30a074c2b6 Update to ytdl-2021.01.16
pukkandan 7bc877a20d Add PyPI release
pukkandan ff0bc1aa4c [version] update
:skip ci all
pukkandan bf5a997e24 Release 2021.01.14
pukkandan 17fa3ee25f Documentation fixes
* Change all links to point to new fork URL
* Changed sponskrub links to my fork of the same
* Other typos