| > Hello!
> When I try grabbing a site with multiple sites and
> languages that are accessed trough only 1 file (main.asp
> for instance) it will only grab one of the files with a
> spesific value
> main.asp?id=21
> But if you have different languages you'll allso have
> main.asp?id=21&language=2
> main.asp?id=21&language=3
> The grabber gets the main.asp?id=21 and main.asp?id=22
but
> not the language spesific files.
If there are no links to these language specific files, it
won't work.
You may define then manually, either putting the list ofd
starting urls in the URL box, like:
www.foo.com/main.asp?id=0
www.foo.com/main.asp?id=0&language=1
www.foo.com/main.asp?id=0&language=2
www.foo.com/main.asp?id=0&language=3
Or put these URLs in a text file, and use the 'url list'
feature
| |