Automator url-links to customized textfile

Hi,
I’ve made a simple automator script to extract some URLs/downloadlinks from some RSS feeds.
I want to make a .crawljob (for JDownloader2) textfile with the links but I don’t know how (newbie).

The result from the automator script is one or more links, i.e.

http://downloadlink.com/1111.zip
http://downloadlink.com/2222.zip
http://downloadlink.com/3333.zip

and the textfile should look something like this:

#comment
static values…

text=http://downloadlink.com/1111.zip

text=http://downloadlink.com/2222.zip

text=http://downloadlink.com/3333.zip

eof

It’s also legit to make one file for each downloadlink if easier.

Could someone help med out,

Tia, Jacob