fix bitchute being scanned as peertube instances
This commit is contained in:
parent
c0ae248e62
commit
a217741f24
2
ripper
2
ripper
@ -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")"
|
||||
|
Loading…
Reference in New Issue
Block a user