Advertisement
Guest User

script

a guest
Aug 11th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. ##### UPTOBOX #######
  2.  
  3. # Step 1 : Set up Cookies
  4. wget --save-cookies=../uptobox_cookie --post-data="login=1&redir=1&username=<username>&password=<password>" -O - http://uptobox.com/?c=login > /dev/null
  5.  
  6. # Step 2 : Download Files
  7. wget -c --load-cookies=../uptobox_cookie -i <urls_filename> -nc -b
  8.  
  9.  
  10. ###### 1Fichier #######
  11. # Step 1 : Set up Cookies
  12. wget --save-cookies=../1fichier_cookie --post-data="login=1&redir=1&username=<username>&password=<password>" -O - http://1fichier.com/?c=login > /dev/null
  13.  
  14. # Step 2 : Download Files
  15. wget -c --load-cookies=../1fichier_cookie -i <urls_filename> -nc -b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement