Search found 2 matches

by pakx
Tue Mar 21, 2017 1:30 pm
Forum: FlashGot General
Topic: Does Flashgot Expose a user-API?
Replies: 1
Views: 104788

Re: Does Flashgot Expose a user-API?

For the moment I've worked around this by writing a Chrome extension to use the default download manager -- certainly, chrome.downloads.download() is straightforward enough.

If Flashgot doesn't expose a user-API, but is opensourced, perhaps I can add one.
by pakx
Wed Mar 01, 2017 8:03 pm
Forum: FlashGot General
Topic: Does Flashgot Expose a user-API?
Replies: 1
Views: 104788

Does Flashgot Expose a user-API?

Hi, does Flashgot have an API callable from a browser-authorized script (e.g. a SeleniumIDE script), to download files? My use case would be as follows: 0) assume Flashgot is installed a) browse to a page b) that triggers a GreaseMonkey/SeleniumIDE/etc script that identifies an image URL from the pa...