Get YouTube videos from a series of channel's feeds
Find a file
2024-11-15 15:41:07 +02:00
config first commit 2024-11-15 14:03:35 +02:00
get_youtube_videos add debug for downloaded files 2024-11-15 15:41:07 +02:00
.gitignore first commit 2024-11-15 14:03:35 +02:00
Dockerfile first commit 2024-11-15 14:03:35 +02:00
get_youtube_videos.sh first commit 2024-11-15 14:03:35 +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 first commit 2024-11-15 14:03:35 +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

get_youtube_videos

Requirements

Installation

Linux

pip install .

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