https://github.com/unacro/cookierain
A tool to export Netscape formatted cookies via CookieCloud.
https://github.com/unacro/cookierain
cookies yt-dlp
Last synced: 3 months ago
JSON representation
A tool to export Netscape formatted cookies via CookieCloud.
- Host: GitHub
- URL: https://github.com/unacro/cookierain
- Owner: unacro
- License: gpl-3.0
- Created: 2023-08-29T09:14:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T13:03:43.000Z (over 1 year ago)
- Last Synced: 2025-01-21T12:47:27.201Z (4 months ago)
- Topics: cookies, yt-dlp
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CookieRain
A tool to export [Netscape formatted](http://curl.haxx.se/rfc/cookie_spec.html) cookies via [CookieCloud](https://github.com/easychen/CookieCloud).\
Which is able to use on tools like [you-get](https://github.com/soimort/you-get) or [yt-dlp](https://github.com/yt-dlp/yt-dlp), etc.## Usage
1. Setting up your CookieCloud API, include:
- [Backend API server](https://github.com/easychen/CookieCloud#%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%AB%AF)
- Browser extension ([Chrome](https://chrome.google.com/webstore/detail/cookiecloud/ffjiejobkoibkjlhjnlgmcnnigeelbdl) / [Edge](https://microsoftedge.microsoft.com/addons/detail/cookiecloud/bffenpfpjikaeocaihdonmgnjjdpjkeo))
2. `git clone https://github.com/unacro/CookieRain && cd CookieRain`
3. `poetry install`
4. `cp .env.example .env` and edit the `.env` file
5. `poetry run start`And you may use the exported cookies to do what you wanna do.\
For example: `yt-dlp --cookies 'CACHE_PATH/your_CookieCloud_user_key.cookies.txt' 'video_link'`