ok, thanks everyone. I think I'm in over my head here (not being a developer)!
I'll just stick to flashgot, I think. It seems to work (kind of)
Search found 16 matches
- Mon Feb 13, 2017 7:23 pm
- Forum: FlashGot Support
- Topic: Flashgot all - downloaded images only
- Replies: 11
- Views: 9007
- Mon Feb 13, 2017 12:02 am
- Forum: FlashGot Support
- Topic: Flashgot all - downloaded images only
- Replies: 11
- Views: 9007
Re: Flashgot all - downloaded images only
Ordinarily, building a gallery is for when you know that the images exist, but you don't have access to a page that contains all the links - so Build Gallery creates such a page on the fly. For myself, I'd use curl with a simple shell script, but it looks like you're on Windows...I'm not as familia...
- Sun Feb 05, 2017 4:20 pm
- Forum: FlashGot Support
- Topic: Flashgot all - downloaded images only
- Replies: 11
- Views: 9007
Re: Flashgot all - downloaded images only
If you don't actually know which images exist and which don't, then you're going to have to test a lot of nonexistent URLs, and a FlashGot gallery is probably not the ideal tool for the job. You get points for using it creatively, though. I wasn't aware I was using it creatively! I thought that's w...
- Tue Jan 31, 2017 9:54 am
- Forum: FlashGot Support
- Topic: Flashgot all - downloaded images only
- Replies: 11
- Views: 9007
Re: Flashgot all - downloaded images only
is it possible Not as far as I know. Are there a lot of gaps? Perhaps you could simply specify multiple gallery ranges. ok, thanks. yes. quite a lot of gaps. Far more gaps than images. At the Flash Got All stage it is taking a very long time (presumably because it is trying to get all the non image...
- Tue Jan 31, 2017 9:51 am
- Forum: FlashGot Support
- Topic: Flashgot all - downloaded images only
- Replies: 11
- Views: 9007
Re: Flashgot all - downloaded images only
sorry. agreed.barbaz wrote:@Mainman we're all unpaid volunteers doing support here in our spare time, please be patient someone will get to this!
- Tue Jan 31, 2017 12:03 am
- Forum: FlashGot Support
- Topic: Flashgot all - downloaded images only
- Replies: 11
- Views: 9007
- Sun Jan 29, 2017 2:07 pm
- Forum: FlashGot Support
- Topic: Flashgot all - downloaded images only
- Replies: 11
- Views: 9007
Flashgot all - downloaded images only
Sometimes, if I build a gallery only some of the filenames in the specified range have images in them. The others appear in the gallery page as ????? When I then apply Flashgot All, is it possible to have it only try to download the actual images, rather than try to download everything (so I don't g...
- Mon Mar 30, 2015 10:04 pm
- Forum: FlashGot Support
- Topic: Downloading multiple images
- Replies: 6
- Views: 3449
Re: Downloading multiple images
But could you please answer the second part of my question? How can I just get the URL range to download all the images straight to a chosen folder in one step? The problem with having them all load to a big web page is that my computer soon runs out of memory and crashes, so you have to do it a fe...
- Mon Mar 30, 2015 5:42 pm
- Forum: FlashGot Support
- Topic: Downloading multiple images
- Replies: 6
- Views: 3449
Re: Downloading multiple images
the Guest post was from me, by the way - I forgot to log in) Ok, I think I have this figured out. You have to enter the URL range parameter in the "content" box for FlashGot All to work (rather than in the Preview box). But could you please answer the second part of my question? How can I ...
- Sun Mar 29, 2015 10:53 pm
- Forum: FlashGot Support
- Topic: Does flashgot support wildcards?
- Replies: 2
- Views: 1930
Re: Does flashgot support wildcards?
Ah.. didn't think it would be that easy!therube wrote:If you didn't need the padding with 0's, then just set the range in Build Gallery:
Code: Select all
http://www.xyz.com/img[1-999].jpg
Thanks
- Sun Mar 29, 2015 4:21 pm
- Forum: FlashGot Support
- Topic: FlashGot documentation?
- Replies: 6
- Views: 6082
Re: FlashGot documentation?
(I'm pretty sure I've seen docs somewhere about how to download sequential files like you're wanting to do. Give me a moment to dig that up. EDIT https://flashgot.net/features#build_gallery ?) Thanks, yes, I read that (though it's not very helpfully written) I am making progress now. But what I'd r...
- Sun Mar 29, 2015 12:22 pm
- Forum: FlashGot Support
- Topic: Does flashgot support wildcards?
- Replies: 2
- Views: 1930
Does flashgot support wildcards?
I have a series of images like this www.website.com/images/xxxx.jpg I know how to set the limits to search for all images with four digits and cover the space from 0000 to 9999 But how do I set it up to see if there are also images like 1, 3, 67 etc? i.e. numbers less than 1000 without leading zeros...
- Sun Mar 29, 2015 8:59 am
- Forum: FlashGot Support
- Topic: FlashGot documentation?
- Replies: 6
- Views: 6082
Re: FlashGot documentation?
@Mainman: is that a related enough issue that you have no objection to me merging the two topics? Sure. more than happy to merge the two topics. But you'll need to be a mod to do that, I imagine. What I don't really get is that they say FlashGot is intended to make download managers (whatever they ...
- Sat Mar 28, 2015 11:06 pm
- Forum: FlashGot Support
- Topic: FlashGot documentation?
- Replies: 6
- Views: 6082
FlashGot documentation?
Can anyone point me to a manual or a user guide for FlashGot? It's far from obvious how it works, or what all the commands mean. I find I am scrabbling around in the dark just randomly trying combinations of commands to see what happens. But I would much rather read and understand. There must be a m...
- Sat Mar 28, 2015 10:46 pm
- Forum: FlashGot Support
- Topic: Downloading multiple images
- Replies: 6
- Views: 3449
Re: Downloading multiple images
I have figured out that the Build Gallery option allows me to bring all these images into a single webpage (using the syntax http://www.website,com/images/[10665-11000;1].jpg or somsuch) But what I want to be able to do is have all those images download to a selected folder on my hard drive, not lo...