• [^] # Re: Ça ne marche plus

    Posté par . En réponse à la dépêche Linux au poignet. Évalué à -4. Dernière modification le 24 août 2019 à 14:17.

    wget power :

    []$ cat test_tf1.txt 
    http://www.tf1.fr/TF1/CDA/General/Type_Bloc/General_Rating_Display/1,,MjExNDI2LTUtNS0xMDA=,00.html
    []$ cat tf1.sh 
    #!/bin/bash 
    LIMIT=100000 
    a=1 
    while [ "$a" -le $LIMIT ] 
    do 
    wget -O /dev/null -q -i test_tf1.txt -C off --cookies=off --referer=http:///tf1.fr
    sleep 1 
    let "a+=1" 
    done 
    

    et bien sur un ptit nohup et on va se coucher...