Advertisement
GuessGen

wget, lynx nr de vizualizari pe youtube

May 5th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. #script1 uncomment to work
  4. #wget -q "http://www.youtube.com/user/GuessGen?ob=0&feature=results_main" -O info.txt
  5. #cat info.txt | grep stat-value | cut -d\> -f2 | cut -d\< -f1 > view.txt
  6. #rm info.txt
  7.  
  8. #script2 comment if use script1
  9. lynx -source "http://www.youtube.com/user/GuessGen?ob=0&feature=results_main" | grep stat-value | cut -d\> -f2 | cut -d\< -f1 > view.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement