From f9d86ec57f17b320d8dc2e9f63618cbd5cbbb25a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 19 Jul 2022 15:00:46 -0500 Subject: Add further silo processing --- runsfeed | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'runsfeed') diff --git a/runsfeed b/runsfeed index 0db2bac..4c1aef0 100755 --- a/runsfeed +++ b/runsfeed @@ -23,10 +23,10 @@ main() { test -d "$sfeedpath" || mkdir -p "$sfeedpath" touch /tmp/runsfeed.ok - if ! $NOFETCH; then - logok "Finding Invidious host" \ - get_invidious_url "https://api.invidious.io/instances.json?sort_by=health" - fi + # if ! $NOFETCH; then + # logok "Finding Invidious host" \ + # get_invidious_url "https://api.invidious.io/instances.json?sort_by=health" + # fi logok "Removing unsubscribed feeds" \ remove_unsubs "$sfeedrc" logok -n "Updating feeds" \ -- cgit 1.4.1-21-gabe81