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