Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

Task - RSS feed fields

$
0
0

@Eric_Chan wrote:

Hi, I am trying to create crawljobs files for Jdownloader and I can see there are category sections in this RSS feed. Is it possible to add the category information to the end {{title}} of the file?

For example:

   exec:
     - echo text={{url}} >> "folder\directory\location\{{title}} [CATEGORY_1] [CATEGORY_2].crawljob"

RSS Feed example:

                <title>TITLE ABC</title>
		<link>HTTP LINK</link>
		<pubDate>Sun, 10 Sep 2017 03:13:55 +0000</pubDate>
		<dc:creator><![CDATA[XYZ]]></dc:creator>
	        <category><![CDATA[EFG]]></category>
		<category><![CDATA[ABC123]]></category>
		<category><![CDATA[NAME123]]></category>
		<category><![CDATA[XYZ123]]></category>
		<category><![CDATA[ANOTHER ABC123]]></category>

                <description><![CDATA[Description 123456789]]></description>

Also, there is description section in this RSS feed, can I capture this information and save it to a text file?

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles