Get YouTube videos from a series of channel's feeds
Find a file
2024-11-20 12:31:04 +02:00
config first commit 2024-11-15 14:03:35 +02:00
get_youtube_videos fix option name 2024-11-18 14:40:21 +02:00
.gitignore first commit 2024-11-15 14:03:35 +02:00
classify_videos.sh change to ls 2024-11-20 11:52:24 +02:00
Dockerfile first commit 2024-11-15 14:03:35 +02:00
fix_dir_dates.sh fix path 2024-11-20 11:25:32 +02:00
get_youtube_videos.sh first commit 2024-11-15 14:03:35 +02:00
install.sh Fix install 2024-11-17 17:06:51 +02:00
LICENSE first commit 2024-11-15 14:03:35 +02:00
podman_build.sh first commit 2024-11-15 14:03:35 +02:00
podman_run.sh first commit 2024-11-15 14:03:35 +02:00
pyproject.toml first commit 2024-11-15 14:03:35 +02:00
README.md Add installer and wrapper 2024-11-17 17:01:05 +02:00
requirements.txt add req 2024-11-15 15:34:30 +02:00
setup.cfg first commit 2024-11-15 14:03:35 +02:00
setup.py first commit 2024-11-15 14:03:35 +02:00
wrapper.sh change dir 2024-11-20 12:31:04 +02:00

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