Feature Request and Bug Report: Aria and Aria2

Bug reports and enhancement requests
Post Reply
User avatar
martimus8
Posts: 1
Joined: Mon Aug 23, 2010 12:03 pm

Feature Request and Bug Report: Aria and Aria2

Post by martimus8 »

Greetings Giorgio,

I'm here to report an issue I'm having with FlashGot 1.2.1.29. Aria and Aria 2 (v1.6.2) seemed to have stopped working a few months back under some situations. I've created a custom Aria 2 entry with the following and it seems to overcome the issue but I have not yet addressed Aria 1

Code: Select all

-c [-d FOLDER] [-o FNAME] [--referer REFERER] [--load-cookies CFILE] [-i UFILE] [URL]
Note the absence of the equals everywhere.

Onto the feature request: I know you've recommended in the distant past to use a shell script for certain actions but this seems a bit overkill for setting the user-agent when downloading... Is there any chance that your team could please create a placeholder token that would be able to pull the existing User-Agent out of the browser?... Maybe perhaps something along these lines is a sample of how I could do it for Aria 2

Code: Select all

-c [U UAGENT] [-d FOLDER] [-o FNAME] [--referer REFERER] [--load-cookies CFILE] [-i UFILE] [URL]
I've tried almost every trick in the book trying to avoid using quotes but the U parameter needs quotes in the terminal if I'm going to be able to use it on sites that don't allow DLMs. Maybe another question... Does the Placeholder parser support some sort of encoding/decoding schema? I tried standard terminal escaping with a backslash but that definitely didn't return the proper agent in my server logs.

I see you've moved to a new site... Congrats even if it's a bit late and thanks for taking a moment to view this. :D
Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
Post Reply