An open API service indexing awesome lists of open source software.

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.

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'`