get_youtube_videos/README.md

26 lines
448 B
Markdown
Raw Normal View History

2024-11-15 13:03:35 +01:00
# get_youtube_videos
## Requirements
## Installation
### Linux
```bash
pip install .
```
### Windows (from PowerShell)
Ensure you have "C:\Users\${env:USERNAME}\AppData\Roaming\Python\Python${python_version}\Scripts\" in your Path environment variable.
```powershell
& $(where.exe pip).split()[0] install .
```
## Usage
```bash
get_youtube_videos.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters
```