Bonjour
un petit coup d'archive au cas ou ce site disparaîtrait de tous les zip et les fichiers .pd
-->> http://jkp.antisocial.be/scripts/Archiv … e-Data.zip
Pour extraire les pages
#!/bin/bash for j in {1..10610} do wget "http://forum.pdpatchrepo.info/topic/$j" done
Pour récupérer
grep -ho "uploads\/files\/[-a-z0-9.]*pd" * | awk {'print "wget http://forum.pdpatchrepo.info/"$1'} >> download.sh grep -ho "http:\/\/www\.pdpatchrepo\.info\/hurleur\/[-a-z0-9.]*.pd" * | awk {'print "wget http://forum.pdpatchrepo.info/"$1'} >> download.sh grep -ho "uploads\/files\/[-a-z0-9.]*zip" * | awk {'print "wget http://forum.pdpatchrepo.info/"$1'} >> download.sh grep -ho "http:\/\/www\.pdpatchrepo\.info\/hurleur\/[-a-z0-9.]*.zip" * | awk {'print "wget http://forum.pdpatchrepo.info/"$1'} >> download.sh
Hors ligne
Pages: 1