wget recursive with additional php arguments
Hi guys, Hope you are all well.
I'm fiddling with come datamining from my local webserver, its a lot of dynamically generated php files, and i want to recursively download all of the pages relevant to what im looking for.
Thats great, except for the dynamically generated php bit. To trim alot of the fat off the page (headers, sidebar, footer, etc) that spawn the recursion off for a whole heap further than i need, the developers kindly left a URL argument to silence them, namely showside=false.
so, i can wget the page.php?whatever&showside=false and its all good, but all of the links from that page point to page.php?somethingelse, instead of page.php?somethingelse&showside=false.
Is there any way i can script a recursive wget that appends the string &showside=false to any links/requests?
Many Regards
G
|