videograbber.sh (513B)
1 #!/bin/bash 2 3 echo "by CRX" 4 for i in `seq 1 20928`; #20928 is the maximum nuber of al video sites ... i thin today i will be some more! 5 do 6 echo -e "CRX IS DA FUCKIN \033[31mPoRnO\033[0m. KING" 7 wget -O - http://de.xhamster.com/new/$i.html | grep -o '<a href=['"'"'"][^"'"'"']*['"'"'"]' | grep -o '<a href=['"'"'"][^"'"'"']*['"'"'"]' | sed -e 's/^<a href=["'"'"']//' -e 's/["'"'"']$//' | grep http://de.xhamster.com/movies/ >> listeallmain.txt 8 done 9 ./youtube-dl -c --title --batch-file='listeallmain.txt'