Files
StreamingCommunity/script_link.sh
2025-01-11 16:01:17 +01:00

5 lines
197 B
Bash
Executable File

attuale=$(<attuale.txt)
nuovo=$(curl -L $attuale | grep -oP '(?<=<strong>).*?(?=</strong></span></p>)' | grep -oP 'https://streamingcommunity.*')
echo "$nuovo" > attuale.txt
echo -e "\n$nuovo\n"