https://github.com/pukkandan/yt-dlp-ytnsigproxy
A yt-dlp extractor plugin to decrypt YouTube nsig online
https://github.com/pukkandan/yt-dlp-ytnsigproxy
youtube yt-dlp yt-dlp-plugins
Last synced: 2 months ago
JSON representation
A yt-dlp extractor plugin to decrypt YouTube nsig online
- Host: GitHub
- URL: https://github.com/pukkandan/yt-dlp-ytnsigproxy
- Owner: pukkandan
- License: mit
- Created: 2023-01-01T10:55:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T11:47:20.000Z (over 2 years ago)
- Last Synced: 2025-03-25T06:41:33.117Z (3 months ago)
- Topics: youtube, yt-dlp, yt-dlp-plugins
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A [yt-dlp](https://github.com/yt-dlp/yt-dlp) extractor [plugin](https://github.com/yt-dlp/yt-dlp#plugins) to decrypt YouTube nsig online
---
Uses [decrypter](https://github.com/pukkandan/yt-dlp-online-utils/blob/master/api/youtube/nparams/decrypt.js) by [Lesmiscore](https://github.com/Lesmiscore) hosted on [Vercel](https://vercel.com) free tier
Note: The solver has limited resources. Please do not abuse
## Installation
Requires yt-dlp `2023.01.01` or above. For older versions, use [this gist](https://gist.github.com/pukkandan/24f13ff1ed385c5a390c1d7bd130d8f7)
You can install this package with pip:
```
python3 -m pip install -U https://github.com/pukkandan/yt-dlp-YTNSigProxy/archive/master.zip
```See [yt-dlp installing plugins](https://github.com/yt-dlp/yt-dlp#installing-plugins) for the many other ways this plugin package can be installed.