diff options
Diffstat (limited to 'runsfeed')
-rwxr-xr-x | runsfeed | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runsfeed b/runsfeed index 0db2bac..4c1aef0 100755 --- a/runsfeed +++ b/runsfeed | |||
@@ -23,10 +23,10 @@ main() { | |||
23 | test -d "$sfeedpath" || mkdir -p "$sfeedpath" | 23 | test -d "$sfeedpath" || mkdir -p "$sfeedpath" |
24 | touch /tmp/runsfeed.ok | 24 | touch /tmp/runsfeed.ok |
25 | 25 | ||
26 | if ! $NOFETCH; then | 26 | # if ! $NOFETCH; then |
27 | logok "Finding Invidious host" \ | 27 | # logok "Finding Invidious host" \ |
28 | get_invidious_url "https://api.invidious.io/instances.json?sort_by=health" | 28 | # get_invidious_url "https://api.invidious.io/instances.json?sort_by=health" |
29 | fi | 29 | # fi |
30 | logok "Removing unsubscribed feeds" \ | 30 | logok "Removing unsubscribed feeds" \ |
31 | remove_unsubs "$sfeedrc" | 31 | remove_unsubs "$sfeedrc" |
32 | logok -n "Updating feeds" \ | 32 | logok -n "Updating feeds" \ |