commit 9b23130c87426463d230d8acdb018def262e37be parent fecca4ae4564092e0b985e6351b2651ec112b8d2 Author: CCRRX <jan.koppatscheck@gmail.com> Date: Sun, 13 Dec 2015 00:20:54 +0100 Create videograbber.sh Diffstat:
| A | videograbber.sh | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/videograbber.sh b/videograbber.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +echo "by CRX" +for i in `seq 1 20928`; #20928 is the maximum nuber of al video sites ... i thin today i will be some more! + do +echo -e "CRX IS DA FUCKIN \033[31mPoRnO\033[0m. KING" +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 +done +./youtube-dl -c --title --batch-file='listeallmain.txt'