Get YouTube videos from a series of channel's feeds
Find a file
2025-04-14 15:02:00 +03:00
config first commit 2024-11-15 14:03:35 +02:00
get_youtube_videos reset list of proxies 2025-04-09 18:48:54 +03:00
.gitignore first commit 2024-11-15 14:03:35 +02:00
classify_videos.sh fix config file 2025-02-21 08:18:15 +02:00
Dockerfile first commit 2024-11-15 14:03:35 +02:00
fix_dir_dates.sh Use find to find last file 2024-12-14 15:29:43 +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-12-12 15:31:56 +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 Add update of Jellyfin library 2025-04-14 15:02:00 +03: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