https://github.com/pukkandan/yt-dlp-ytagegatebypass
A yt-dlp extractor plugin to bypass YouTube age-gate
https://github.com/pukkandan/yt-dlp-ytagegatebypass
youtube yt-dlp yt-dlp-plugins
Last synced: 2 months ago
JSON representation
A yt-dlp extractor plugin to bypass YouTube age-gate
- Host: GitHub
- URL: https://github.com/pukkandan/yt-dlp-ytagegatebypass
- Owner: pukkandan
- License: mit
- Created: 2023-01-01T10:25:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T14:16:16.000Z (4 months ago)
- Last Synced: 2025-03-25T06:41:35.354Z (3 months ago)
- Topics: youtube, yt-dlp, yt-dlp-plugins
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 51
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!WARNING]
> This project is currently **suspended** due to the account proxy being down. Until the issue is resolved, the plugin will not function as expected.A [yt-dlp](https://github.com/yt-dlp/yt-dlp) extractor [plugin](https://github.com/yt-dlp/yt-dlp#plugins) to bypass YouTube age-gate
Uses [account proxy](https://youtube-proxy.zerody.one) by [zerodytrash](https://github.com/zerodytrash) to fetch video formats and [a free proxy service](https://www.4everproxy.com) for download (if required)
Pass `--extractor-args youtube:no-video-proxy` to disable the download proxy service. This may prevent certain videos from downloading
Note: The account proxy 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/fcf5ca1785c80f64e471f0ee14f990fb)
You can install this package with pip:
```
python3 -m pip install -U https://github.com/pukkandan/yt-dlp-YTAgeGateBypass/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.
```