fix bitchute being scanned as peertube instances

This commit is contained in:
Alexander Bocken 2021-06-26 20:38:33 +02:00
parent c0ae248e62
commit a217741f24
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

2
ripper
View File

@ -107,7 +107,7 @@ grep 'bitchute' "$DLARCHIVE" | sed 's/bitchute /https:\/\/www\.bitchute\.com\/vi
##PEERTUBE
echo "Scanning Peertube instances..."
PT_CHANNELS="$(grep -Ev '(bichute|youtube)' $CHANNELSFILE | grep -v '^#')"
PT_CHANNELS="$(grep -Ev '(bitchute|youtube)' $CHANNELSFILE | grep -v '^#')"
for channel in $PT_CHANNELS; do
printf 'PT channel: %s\n' "$channel"
channelxml="$(curl -s "$channel")"