Looking to download .WMV movies from a site - the files I'm looking to exclusively download all have the number 1000 at the end of their title - I've experimented w/ the URL file parameters w/ switches such as *1000.wmv, */*1000.wmv, */*1000*....all fail due to the fact that the navigation stops right at the original URL...
Any suggestions??
Thanks in advance
Well, if the pages have some standard extension, like .php or .asp, you can allow them among with the desired movies:
.asp
.htm
1000.wmv
Best regards,
Oleg Chernavin
MP Staff
I would include these in the URL Filters - Filename section? Most movies have a title in front of the 1000 ie: ABCD_1000.wmv...Therefore would my filter look something like this?
*.asp
*.php
*.htm
*1000.wmv
Thanks for the quick response
> Well, if the pages have some standard extension, like .php or .asp, you can allow them among with the desired movies:
>
> .asp
> .htm
> 1000.wmv
>
> Best regards,
> Oleg Chernavin
> MP Staff
Yes, it looks like that. But please look carefully at the URLs that serve Web pages on this site. They could be others than .asp or .php.
Please keep .htm in this list anyway, because it is used when URL of a Web page has no filename, like http://www.site.com/dir/
Oleg.