Script untuk mencuri file youtube di /tmp
Revision as of 07:15, 23 December 2010 by Onnowpurbo (talk | contribs) (New page:  vi curiyoutube.sh   #!/bin/bash  flash=$(ls -t /tmp/Flash* | head -n 1)  destination=$(find ~/.mozilla -name sessionstore.js -exec sed 's/.*title:"\([^"]*\).*selected.*/\1/' {} \;)  echo ...)
vi curiyoutube.sh
#!/bin/bash
flash=$(ls -t /tmp/Flash* | head -n 1)
destination=$(find ~/.mozilla -name sessionstore.js -exec sed 's/.*title:"\([^"]*\).*selected.*/\1/' {} \;)
echo "waiting for download to finish ..."
size=$(du $flash)
while sleep 5s; do
	if [ "$size" != "$(du $flash)" ]; then
		size=$(du $flash)
		continue
	else
		break
	fi
done
cp "$flash" "$HOME/${destination////%2f}.swf"
Caranya:
- Jalankan youtube web yang anda inginkan sampai selesai
 - Jalankan script