From a53ba1f883b8015160c2b1565339abe64df729bf Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Sun, 3 Jan 2021 16:13:23 +0100 Subject: [PATCH] a bit more info about the script --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 4ebbe73..1eb8885 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # ripper Checks YT Channels and Bitchute channels for new videos and downloads them quickly + +This is considerably faster than giving `youtube-dl` the channel URIs directly. +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 can also be used with this script. +This part of the script is quite generic and could easily be adjusted for other websites. + +See the documentation inside the `ripper` file for more information. + +A Makefile will soon be added.