Search found 6 matches

by emiraga
Sun Dec 26, 2010 7:15 am
Forum: FlashGot Development
Topic: axel: cookies, filename and referer support
Replies: 12
Views: 9321

Re: axel: cookies, filename and referer support

Looking at file content/flashgot/DMS.js , class FlashGotDM.prototype and method download arround line 318. this.checkCookieSupport is firstly called followed by this.performDownload which will call this.createJob . And createJob is overridden for axel to perform check for cookie support and set cook...
by emiraga
Tue Dec 21, 2010 5:44 pm
Forum: FlashGot Development
Topic: axel: cookies, filename and referer support
Replies: 12
Views: 9321

Re: axel: cookies, filename and referer support

It works great from what I can see. And your fix is much simpler. Thanks for your effort and great product. I am perfectly happy with current version of your code. For the sake of completion, if you like feature detection. diff -r -u t.org//content/flashgot/DMS.js t//content/flashgot/DMS.js --- t.or...
by emiraga
Tue Dec 21, 2010 1:00 pm
Forum: FlashGot Development
Topic: axel: cookies, filename and referer support
Replies: 12
Views: 9321

Re: axel: cookies, filename and referer support

Did you actually check it? It already had lazy (for performance reasons) version checking on the fly. I could not find anything like that in the code, and I did not find it mentioned in changelog. (I am working with version flashgot-1.2.7rc3.) I asked you to test it with Axel 2, since I already tes...
by emiraga
Tue Dec 21, 2010 6:16 am
Forum: FlashGot Development
Topic: axel: cookies, filename and referer support
Replies: 12
Views: 9321

Re: axel: cookies, filename and referer support

Almost everything can be done with a bit of work :) Done, needs some testing. What is weird is that axel 2.0 will identify itself as 1.1, but that should not be a problem since many people have 2.4. Also it is weird that some ^M (carriage returns) appear in the patch, hopefully that won't give you ...
by emiraga
Mon Dec 20, 2010 4:06 am
Forum: FlashGot Development
Topic: axel: cookies, filename and referer support
Replies: 12
Views: 9321

Re: axel: cookies, filename and referer support

http://alioth.debian.org/frs/?group_id=100070 I am surprised that Ubuntu would keep such old version. Ubuntu 10.10 has axel 2.4 as latest version. Header support was added in version 2.0, finished in Sep 12 2008. http://svn.debian.org/wsvn/axel/trunk/CHANGES Can flashgot detect versions of downloade...
by emiraga
Sun Dec 19, 2010 5:58 am
Forum: FlashGot Development
Topic: axel: cookies, filename and referer support
Replies: 12
Views: 9321

axel: cookies, filename and referer support

Hello, patch for axel cookies, output filename and referer support. diff -r -u t.org//content/flashgot/DMS.js t//content/flashgot/DMS.js --- t.org//content/flashgot/DMS.js 2010-12-03 00:02:40.000000000 +0800 +++ t//content/flashgot/DMS.js 2010-12-19 13:37:55.391281001 +0800 @@ -2109,8 +2109,9 @@ dm....