“A friend” asks me how he could download a video from the famous porn site YouJizz.
I’ve created a simple bash script…I share it with you for a laugh
After running it, you’ll find a .flv video in the directory where you launched the script.
#!/bin/bash
wget $1
wget $(grep 'so.addVariable("file","http:' $(echo $1 | cut -d '/' -f 5) | cut -d '"' -f 4)
rm $(echo $1 | cut -d '/' -f 5)
You can use it in this way:
./ujizz.sh urlcontainsvideo

Uhm. Molto interessante xD
Invece è modificabile per utilizzarlo con youtube?
Modificabile no. Rifarlo da capo si! Se ti interessa basta gogoolare, lo hanno già fatto! Spero migrino presto all’html5…
Si ho trovato qualcosa, ma dato che per youjizz bastano 3 elegantissime linee, speravo si potesse fare qualcosa di altrettanto breve e semplice.
Evidentemente youjizz è più… “aperto” di youtube xD