21 lines
367 B
Markdown
21 lines
367 B
Markdown
### YouTubeDownloader
|
|
|
|
Basic self hosted, private YouTube downloader client
|
|
|
|
### Installation
|
|
|
|
pip install -r requirements.txt
|
|
|
|
# (Optional for audio-only downloads) Install ffmpeg
|
|
|
|
https://ffmpeg.org/download.html # Download to this directory or add to PATH
|
|
|
|
### Usage
|
|
|
|
python main.py
|
|
# From here, simply open the HTML file in your browser.
|
|
|
|
### Update
|
|
|
|
git pull
|