Closed alsyundawy closed 1 week ago
I don't quite understand what you mean 🤔
do you check duplicated record on tiktok.txt?
#!/bin/bash
# URL of the file
URL="https://blocklist.sefinek.net/generated/v1/rpz/social/tiktok.txt"
# Download the file and remove duplicates without sorting
curl -s "$URL" | awk '!seen[$0]++' > tiktok_cleaned.txt
echo "Duplicates removed and cleaned file saved as tiktok_cleaned.txt"
There are no duplicates here
Indeed, the RPZ had duplicate lines, thanks for pointing that out. I fixed it, although I really didn't have the desire and time
duplicate list on
https://blocklist.sefinek.net/generated/v1/rpz/social/tiktok.txt
then can check all list you have when remove duplicated