fabgonber

how_to_download_butternut_ai

Oct 4th, 2024
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.91 KB | None | 0 0
  1. wget -nd -m -k -K -E -l 7 -t 3 -w 2 --restrict-file-names=windows,lowercase --page-requisites https://butternut.ai/live/zzzz/services/
  2. sed 's/>/>\n/g' index.html > services.html
  3. rm index.html
  4. mkdir services
  5. echo '<?php $url = $_SERVER["SCRIPT_NAME"]; $url = str_replace("/index.php",".html",$url);  header("location: $url", true, 301);' > services/index.php
  6.  
  7. wget  -nd -m -k -K -E -l 7 -t 3 -w 2 --restrict-file-names=windows,lowercase --page-requisites https://butternut.ai/live/zzzz/contact-us/
  8. sed 's/>/>\n/g' index.html > contact-us.html
  9. rm index.html
  10. mkdir contact-us
  11. echo '<?php $url = $_SERVER["SCRIPT_NAME"]; $url = str_replace("/index.php",".html",$url);  header("location: $url", true, 301);' > contact-us/index.php
  12.  
  13. wget  -nd -m -k -K -E -l 7 -t 3 -w 2 --restrict-file-names=windows,lowercase --page-requisites https://butternut.ai/live/zzzz/
  14. sed 's/>/>\n/g' index.html > index2.html
  15. mv index2.html index.html
  16.  
Advertisement
Add Comment
Please, Sign In to add comment