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"