| Hi,
I would like to download all the wordpress templates from the following url
<http://www.eblogtemplates.com/templates/wordpress-themes/>
Clicking on them, we find that the zip files are in the urls
<http://www.eblogtemplates.com/*[name]-wordpress*[name]/>*
So I included the following filters for downloading the zip files
-*.png -*.gif -*.jpg -*.css -*.js -ad.doubleclick.net/*
-mime:application/foobar
-*[name].http://www.eblogtemplates.com/*
+*[name].http://www.eblogtemplates.com/*[name]-wordpress*[name]/*
+*[name].http://www.eblogtemplates.com/download/*[name].zip
+*.zip
However this doesn't work and I don't know why. Can anyone help me on
downloading these wordpress templates? Thank you in advance
| |