Files
StreamingCommunity/update_link.sh

6 lines
254 B
Bash
Raw Permalink Normal View History

2024-08-30 10:36:22 +02:00
#!/bin/bash
2024-09-24 00:01:13 +02:00
giusto=$(curl -L https://www.giardiniblog.it/streamingcommunity-nuovo-link/ | grep -oP '(?<=<strong>).*?(?=</strong></span></p>)' | grep -oP 'https://streamingcommunity.*')
2024-08-30 10:36:22 +02:00
2024-09-24 00:01:13 +02:00
echo -n "${giusto}" > /etc/nginx/streaming_community_last_url.txt