Get YouTube videos from a series of channel's feeds
config | ||
get_youtube_videos | ||
.gitignore | ||
classify_videos.sh | ||
Dockerfile | ||
fix_dir_dates.sh | ||
get_youtube_videos.sh | ||
install.sh | ||
LICENSE | ||
podman_build.sh | ||
podman_run.sh | ||
pyproject.toml | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
wrapper.sh |
get_youtube_videos
Requirements
Installation
Linux
To install for example in your ~/.local/bin folder:
./install.sh --destination ~/.local/bin
To install system-wide:
sudo ./install.sh --destination /usr/local/bin
Change your configuration file in "${HOME}/.config/get_youtube_videos.conf" (see the example in the config folder).
Windows (from PowerShell)
Ensure you have "C:\Users${env:USERNAME}\AppData\Roaming\Python\Python${python_version}\Scripts" in your Path environment variable.
& $(where.exe pip).split()[0] install .
Usage
get_youtube_videos.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters