https://github.com/victor141516/twitch-dl
https://github.com/victor141516/twitch-dl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/victor141516/twitch-dl
- Owner: victor141516
- Created: 2018-07-15T17:51:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T11:03:50.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T09:40:58.087Z (5 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitch-dl
## Description
Download videos from Twitch, even private ones
## Usage
1. Open the url where you have deployed this (instructions below)
2. Omit nefarious design
3. Type a twitch video url and upload a cookie file if the video is private (you can obtain it using [this Chrome extension](https://chrome.google.com/webstore/detail/cookiestxt/njabckikapfpffapmjgojcnbfjonfjfg/related?hl=en))
4. Click "download"
5. Profit## Deployment
$ git clone https://github.com/victor141516/twitch-dl
$ docker build -t twitch-dl twitch-dl
$ docker run -d -p 8000:8000 --name twitch-dl twitch-dlNow you can access http://localhost:8000 and use twitch-dl
PD: If you plan to deploy twitch-dl on localhost and use it only from there, I suggest you to use youtube-dl instead. twitch-dl is intended for be deployed as a service.