Scrape website with wget

[display-posts taxonomy=”category” tax_term=”current” posts_per_page=”200″]

Mirror website

wget --mirror            \
     --convert-links     \
     --html-extension    \
     --wait=0            \
     -o log              \
     https://successfulstudent.org/

All Files

wget -nd -r -P /files https://successfulstudent.org/


Posted

in