non è sempre "streamingcommunity" il vero streamingcommunity
This commit is contained in:
@@ -1 +1 @@
|
|||||||
streamingcommunity.hiphop
|
streamingunity.to
|
||||||
|
|||||||
@@ -7,7 +7,9 @@ PWD_SC="$PWD"
|
|||||||
|
|
||||||
# Segue link per vedere se è stato aggiornato...
|
# Segue link per vedere se è stato aggiornato...
|
||||||
attuale="$(cat "$PWD_SC/attuale.txt")"
|
attuale="$(cat "$PWD_SC/attuale.txt")"
|
||||||
nuovo=$(curl --no-progress-meter -L $attuale | sed -n 's/.*\(https:\/\/cdn\.streamingcommunity\.[^ ]*images[^ ]*\).*/\1/p' | grep -oP 'streamingcommunity\.\w+(\.\w+)?' | head -n1)
|
nuovo=$(curl --no-progress-meter -L $attuale grep -oP 'streamingcommunity\w+(\.\w+)?' | grep -v streamingcommunityorigiale | head -n1)
|
||||||
|
#vecchio curl
|
||||||
|
#nuovo=$(curl --no-progress-meter -L $attuale | sed -n 's/.*\(https:\/\/cdn\.streamingcommunity\.[^ ]*images[^ ]*\).*/\1/p' | grep -oP 'streamingcommunity\.\w+(\.\w+)?' | head -n1)
|
||||||
|
|
||||||
# Se il nuovo link è diverso dal nuovo, allora...
|
# Se il nuovo link è diverso dal nuovo, allora...
|
||||||
if [ "$attuale" != "$nuovo" ]; then
|
if [ "$attuale" != "$nuovo" ]; then
|
||||||
|
|||||||
@@ -5,7 +5,10 @@ PWD_SC="$PWD"
|
|||||||
|
|
||||||
# Segue link per vedere se è stato aggiornato...
|
# Segue link per vedere se è stato aggiornato...
|
||||||
attuale="$(cat "$PWD_SC/attuale.txt")"
|
attuale="$(cat "$PWD_SC/attuale.txt")"
|
||||||
nuovo=$(curl --no-progress-meter -L $attuale | sed -n 's/.*\(https:\/\/cdn\.streamingcommunity\.[^ ]*images[^ ]*\).*/\1/p' | grep -oP 'streamingcommunity\.\w+(\.\w+)?' | head -n1)
|
nuovo=$(curl --no-progress-meter -L $attuale | grep -oP 'streaming\w+(\.\w+)?' | grep -v streamingcommunityorigiale | head -n1)
|
||||||
|
# vecchio grep/sed
|
||||||
|
#nuovo=$(curl --no-progress-meter -L $attuale | sed -n 's/.*\(https:\/\/cdn\.streaming\.[^ ]*images[^ ]*\).*/\1/p' | grep -oP 'streaming\.\w+(\.\w+)?' | head -n1)
|
||||||
|
#echo -e "\n\nQUA $nuovo"
|
||||||
|
|
||||||
# Se il nuovo link è diverso dal nuovo, allora...
|
# Se il nuovo link è diverso dal nuovo, allora...
|
||||||
if [ "$attuale" != "$nuovo" ]; then
|
if [ "$attuale" != "$nuovo" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user