Page 1 of 1
Filelist as a Textfile in one way
Posted: Sat Mar 28, 2009 2:20 pm
by Funfaria
Hiho

!
Okay

... here we go...
Do you know a Downloadtool for Flashgot, where I can export the Downloadlinks in one way ?
I have to crypt and decrypt my whole links again.
Now I clicked on every Link, clicked on "Auswahl mit Flashgot laden" and than the Freedownloader
takes every single link, but I can't copy these links in my Clipboard, it works only with one Link.
I tried to export the Links as a Textfile and used a Texteditor but it wasn't working.
With ONE Link it's not a Problem, I can use the Clipboard, but with more than one, it's a Problem
under "Free Downloadmanager"
Thanks in advance

Fun
Re: Filelist as a Textfile in one way
Posted: Sat Mar 28, 2009 3:33 pm
by therube
I clicked on every Link
You want to Left-click (& hold & drag the mouse) &
highlight the links you want, then "Auswahl mit Flashgot laden".
That should send the selected link
s to Freedownloader.
Re: Filelist as a Textfile in one way
Posted: Sat Mar 28, 2009 4:04 pm
by funfaria
Hi

!
That should send the selected links to Freedownloader.
Yep and after that, I clicked on EXPORT LINKS (Under Free DownloadManager) and have my Textfile with the whole links

(That's what I need)
But I'm looking for an easier way to export my Links.

.
Thank you

Fun
Re: Filelist as a Textfile in one way
Posted: Sat Mar 28, 2009 5:18 pm
by therube
Set something like this up as a custom download manger, see
http://flashgot.net/features#customdm.
Code: Select all
user_pref("flashgot.custom", "To FILE");
user_pref("flashgot.custom.Retriever.maxLinks", 10);
user_pref("flashgot.custom.To_FILE.args", "[UFILE]");
user_pref("flashgot.custom.To_FILE.exe", "C:\\BIN\\win32pad.exe");
Instead of sending your links to your download manager, it will send your links a file, which then opens in a text editor.
The "downloader" will be called, "To FILE". (You can change the name as wanted, zur Akte, perhaps.)
[UFILE] is the list of links that is transferred.
"C:\\BIN\\win32pad.exe" is the editor
I use. You would change that to notepad.exe or whatever.
@Giorgio, still feel,
http://forums.mozillazine.org/viewtopic ... 6#p3293406 ...
Re: Filelist as a Textfile in one way
Posted: Sat Mar 28, 2009 5:21 pm
by therube
Re: Filelist as a Textfile in one way
Posted: Sat Mar 28, 2009 6:34 pm
by funfaria
Hiho again

!
First time, THANKS alot for your help
Sorry

it didn't worked here , but I'm sure, I was making something wrong. I was testing two ways... first way:
Code: Select all
user_pref("flashgot.custom", "To FILE");
user_pref("flashgot.custom.Retriever.maxLinks", 10);
user_pref("flashgot.custom.To_FILE.args", "[UFILE]");
user_pref("flashgot.custom.To_FILE.exe", "C:\\BIN\\win32pad.exe");
I saved this as a EXE (like text.exe) and add this as a Downloadmanager.
I changed this
Code: Select all
user_pref("flashgot.custom", "Textedi");
user_pref("flashgot.custom.Retriever.maxLinks", 10);
user_pref("flashgot.custom.To_FILE.args", "[UFILE]");
user_pref("flashgot.custom.To_FILE.exe", "C:\notepad.exe");
But nothing happend here.. Notepad.exe wasn't starting, when I was trying to add the Links
Now I used the Wackget Manager and copy your lines into the Parameters Window (where you will find only URL normaly)
But it didn't worked too.
Well I'm a beginner

so Im sure, I did something wrong.. hmm but what

!?
Thanks alot again
Re: Filelist as a Textfile in one way
Posted: Sat Mar 28, 2009 9:49 pm
by therube
Heh, I think I steered you wrong, kind of.
No, you don't save it as an *.exe, you modify those entries in
about:config.
If you took what I had posted, unchanged except of the path & name of the text editor, I believe it woulod have worked.
Otherwise ...
FlashGot Options | General -> Add
Enter
Download Manager name: -> Textedi
-> at that point, a dialog comes up where point it to notepad.exe
From there, you enter [UFILE] (in place of [URL] which will show by default) in the
Command line arguments template: box.
Check
Shown in context menu as desired.
Click OK.
That should set things up for you.
Re: Filelist as a Textfile in one way
Posted: Sat Mar 28, 2009 10:14 pm
by funfaria
That should set things up for you.
Juchu

! This one was working and was really easy to handle it
Thank you so much

!!
Bye
fun
Re: Filelist as a Textfile in one way
Posted: Sat Mar 28, 2009 10:39 pm
by therube
No problem

.