| I try to exclude all images from an inner page in a website when downloading,
but I keep getting images. I just want the html files only.
Here the code I iuse:
*-*.png -*.gif -*.jpg -*.jpeg -*.css -*.js -ad.doubleclick.net/*
-mime:application/foobar
httrack <https://bitcointalk.org/index.php?topic=1746241> -*
+bitcointalk.org/index.php?topic=1746241* -mime:image/
I even use this:
httrack <https://bitcointalk.org/index.php?topic=1746241> -*
+bitcointalk.org/index.php?topic=1746241* -mime:image/
I also done this(not sure if it makes a difference):
httrack <https://bitcointalk.org/index.php?topic=1746241> -*
+bitcointalk.org/index.php?topic=1746241*
-mime:image/
Please help. Thanks.
| |