Checks YT Channels and Bitchute channels for new videos and downloads them quickly
Go to file
Alexander Bocken 62dfe86f64
speed up download when displaying notifs
2021-06-28 11:28:53 +02:00
LICENSE Initial commit 2021-01-03 16:08:49 +01:00
README.md added peertube support 2021-06-26 20:35:43 +02:00
installer fixed typo, correct error code on exit 2021-01-03 19:24:58 +01:00
ripper speed up download when displaying notifs 2021-06-28 11:28:53 +02:00

README.md

ripper

Checks YouTube, Bitchute, and Peertube channels for new videos and downloads them quickly.

This is considerably faster than giving youtube-dl the channel URIs directly.

YouTube

This script can use the YouTube Data API v3 if available, but has a fallback if either:

  • no API Key is given
  • the Data quota for the day has been exceeded

Bitchute

Bitchute can also be used with this script. This part of the script is quite generic and could easily be adjusted for other websites.

Peertube

Peertube instances require the channel RSS feed URL to work.

See the documentation inside the ripper file for more information.

Install

After git cloneing this repo, run the helper installer

./installer install

Features to come

  • Odysee support