Metadata-Version: 2.4
Name: yt-dlp-patch
Version: 0.1
Summary: Additional yt-dlp extractors for Douyin and WeChat Channels
Author: SaveXTube
Project-URL: Homepage, https://github.com/yt-dlp/yt-dlp
Keywords: yt-dlp,douyin,wechat,weixin,channels,extractor
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: yt-dlp>=2026.7.4

# yt-dlp-patch

Additional yt-dlp extractor plugins for:

- Douyin (`douyin.com`, `iesdouyin.com`, `v.douyin.com`)
- WeChat Channels (`weixin.qq.com/sph`, `channels.weixin.qq.com`, `finder.video.qq.com`)

## Install

```bash
pip install yt-dlp-patch
```

yt-dlp loads installed `yt_dlp_plugins` packages automatically through its plugin discovery mechanism.

## Usage

```bash
yt-dlp "https://www.douyin.com/video/..."
yt-dlp --cookies wechat_channels_cookies.txt "https://weixin.qq.com/sph/..."
```

For WeChat Channels fallback parsing, the cookie file must include Tencent Yuanbao/Tencent cookies such as `yuanbao.tencent.com` or `.tencent.com`.

## Development Build

```bash
python -m build
twine check dist/*
```
