From 347010a57b270dbf9a7cf672a47eacbd24210138 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Sat, 3 Sep 2022 00:17:36 +0530 Subject: [PATCH] Plugins --- Plugins.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Plugins.md diff --git a/Plugins.md b/Plugins.md new file mode 100644 index 0000000..55ebff2 --- /dev/null +++ b/Plugins.md @@ -0,0 +1,15 @@ +### [How to use plugins?](https://github.com/yt-dlp/yt-dlp#plugins) + +Note that plugins can currently only be used with standalone versions of yt-dlp. They are not supported when installed with PiP or other package managers + +### Extractor + +- [Youtube Agegate Bypass](https://gist.github.com/pukkandan/fcf5ca1785c80f64e471f0ee14f990fb) by [pukkandan](https://github.com/pukkandan) + - Bypasses Youtube age-gate using [account proxy](https://youtube-proxy.zerody.one) by [zerodytrash](https://github.com/zerodytrash) +- [Plugin manager](https://github.com/flashdagger/ytdlp-plugins) by [flashdagger](https://github.com/flashdagger) + - Extends the possibilities of yt-dlp by allowing to install new extractors from python packages + +### Postprocessor + +- [Return Youtube Dislikes](https://gist.github.com/pukkandan/077465b736b861ab1aa6bf8c9bdb322a) by [pukkandan](https://github.com/pukkandan) + - Add dislike count from https://returnyoutubedislike.com to Youtube video metadata