mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-30 12:01:28 +00:00
[Plugins] Add Youtube_NsigProxy
parent
cba8177166
commit
837639a9c0
|
@ -4,12 +4,14 @@ Note that plugins can currently only be used with standalone versions of yt-dlp.
|
||||||
|
|
||||||
### Extractor
|
### 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)
|
- [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
|
- Extends the possibilities of yt-dlp by allowing to install new extractors from python packages
|
||||||
|
- [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)
|
||||||
|
- [YouTube nsig Proxy](https://gist.github.com/pukkandan/24f13ff1ed385c5a390c1d7bd130d8f7) by [pukkandan](https://github.com/pukkandan)
|
||||||
|
- Uses an online solver for decrypting YouTube nsig (based on [nparams/decrypt](https://github.com/Lesmiscore/bookish-octo-barnacle/blob/master/api/youtube/nparams/decrypt.js) by [Lesmiscore](https://github.com/Lesmiscore))
|
||||||
|
|
||||||
### Postprocessor
|
### Postprocessor
|
||||||
|
|
||||||
- [Return Youtube Dislikes](https://gist.github.com/pukkandan/077465b736b861ab1aa6bf8c9bdb322a) by [pukkandan](https://github.com/pukkandan)
|
- [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
|
- Add dislike count from [returnyoutubedislike](https://returnyoutubedislike.com) to Youtube video metadata
|
||||||
|
|
Loading…
Reference in a new issue