Page 1 of 1

[Resolved] DownThemAll API change

Posted: Mon May 14, 2012 7:24 pm
by d_a
Yesterday the developer of DownThemAll updated the way you access the API (in the development build) and thus breaks FlashGot.

There are only a few of lines that needs to be changed so that FlashGot works again.

In DMS.js:

Line 1355:

Code: Select all

IOS.newChannel("chrome://dta-modules/content/support/filtermanager.js", null, null);
How to gain access to the API:

Code: Select all

var glue = {}
Components.utils.import("chrome://dta-modules/content/glue.jsm", glue);
DTA = glue.require("api");

Re: DownThemAll API change

Posted: Mon May 14, 2012 8:38 pm
by Giorgio Maone
Thanks, please check whether latest development build 1.4.5rc2 fixes it.

Re: DownThemAll API change

Posted: Tue May 15, 2012 6:11 am
by d_a
Looks like it's working with the latest available version of DownThemAll and this version of FlashGot.