forked from scossa/StreamingCommunity
5 lines
197 B
Bash
Executable File
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"
|