From 2db011e693be8baad1a0d9f40ccb3a70c526f178 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Fri, 1 Jan 2021 20:26:19 +0100 Subject: [PATCH] more doc in ripper --- .local/bin/tools/ripper | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.local/bin/tools/ripper b/.local/bin/tools/ripper index 9c0488a..3fcd80a 100755 --- a/.local/bin/tools/ripper +++ b/.local/bin/tools/ripper @@ -4,7 +4,8 @@ #The YouTube implementation now uses a YoutubeData API v3 key to work more reliably. #Either insert this key in plain text below at the variable "APIKEY" or do it via ENV vars or a password manager #Since bitchute still doesn't have an API I'm using lynx to emulate a user. -#This can be limit the number of recent videos available. For a whole download of bitchute channels consider other methods first. +#This can limit the number of recent videos available. For a whole download of bitchute channels consider other methods first. +#For youtube the videos per channel are limited to the last 500 uploaded videos. For the rest you can just use youtube-dl itself #needed if run as cronjob export XDG_VIDEOS_DIR=$HOME/vids #TODO ADJUST FOR PERSONAL USE HERE!