No description
Find a file
2026-05-14 13:13:34 +03:00
config first commit 2024-11-19 11:54:20 +02:00
get_peertube_videos set force global config 2026-05-14 13:13:34 +03:00
.gitignore add debug and split code into more functions 2026-05-14 11:53:13 +03:00
Dockerfile first commit 2024-11-19 11:54:20 +02:00
get_peertube_videos.sh fix script 2026-05-14 11:55:55 +03:00
install.sh Add command to download videos from a channel 2026-04-12 10:37:17 +03:00
LICENSE first commit 2024-11-19 11:54:20 +02:00
podman_build.sh first commit 2024-11-19 11:54:20 +02:00
podman_run.sh first commit 2024-11-19 11:54:20 +02:00
pyproject.toml Add command to download videos from a channel 2026-04-12 10:37:17 +03:00
README.md first commit 2024-11-19 11:54:20 +02:00
requirements.txt Add command to download videos from a channel 2026-04-12 10:37:17 +03:00
setup.cfg Add command to download videos from a channel 2026-04-12 10:37:17 +03:00
setup.py Add command to download videos from a channel 2026-04-12 10:37:17 +03:00
wrapper.sh fix home for systemd 2024-11-19 12:33:36 +02:00

get_peertube_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_peertube_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_peertube_videos.sh [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters