Script untuk mencuri file youtube di /tmp

From OnnoWiki
Jump to navigation Jump to search

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:

  • Ubah permission
chmod +x curiyoutube.sh 
  • Jalankan youtube web yang anda inginkan sampai selesai
  • Jalankan script


./curiyoutube.sh


Pranala Menarik