| > I have tried filter like
> -*
> +myserver.com/?dl_id=*
> +myserver.com/*/
> +downloads.myserver.com/*.zip
Unless the main page has all the ?dl_id you have prevented spidering the site
and you get nothing.
If you wanted everything, you could have just used the near flag (get non-html
files related)
You can not get Just the zips as you must let it spider the site to get the
links. -* +mime:text/html +*.zip
You posted the command used, which is good, but without the actual urls, very
little other can be discerned. | |