bad link removal

This commit is contained in:
fred 2023-03-19 20:10:00 +01:00
parent c6a9c7c764
commit dfdee394e5
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ echo "DEBUG : cat ~/.zen/game/players/$PLAYER/G1CopierYoutube/CopierYoutube.json
###################################################################
## URL EXTRACTION & yt-dlp.cache.$PLAYER upgrade
for YURL in $(cat ~/.zen/game/players/$PLAYER/G1CopierYoutube/CopierYoutube.json | jq -r '.[].text' | grep 'http'); do
[[ ! $(echo $YURL | grep "http" ) ]] && echo "$YURL error" && continue
echo "G1CopierYoutube : $YURL"
echo "Extracting video playlist into yt-dlp.cache.$PLAYER"