Update .gitignore and README.md

This commit is contained in:
Wesley Neuhaus 2024-11-21 22:51:01 -05:00
parent 51a214d03a
commit 42214ad6a1
2 changed files with 15 additions and 6 deletions

11
.gitignore vendored
View File

@ -1,3 +1,8 @@
ffmpeg.exe
ffplay.exe
ffprobe.exe
# Ignore all .exe files
*.exe
# Ignore all .mp4 files
*.mp4
# Ignore all .mp3 files
*.mp3
# Ignore all directories
__pycache__/

View File

@ -1,8 +1,8 @@
# YouTubeDownloader
### YouTubeDownloader
Basic self hosted, private YouTube downloader client
# Installation
### Installation
pip install -r requirements.txt
@ -10,7 +10,11 @@ pip install -r requirements.txt
https://ffmpeg.org/download.html # Download to this directory or add to PATH
# Usage
### Usage
python main.py
# From here, simply open the HTML file in your browser.
### Update
git pull