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

Wildcard usage in task

$
0
0

@niawag wrote:

Hi, I'm using flexget with a pretty bad internet connection and I decided to use wget/curl to fetch the rss that flexget will use. My inputs config look something like that :

    inputs:
      - rss: file:///localdir/rss1.xml
      - rss: file:///localdir/rss2.xml
      - rss: file:///localdir/rss3.xml
      - rss: file:///localdir/rss4.xml
      - rss: file:///localdir/rss5.xml
      - rss: file:///localdir/rss6.xml
      - ...

Is it possible to use wildcard in the config file? This way I could use:

         inputs:
          - rss: file:///localdir/rss*.xml

or, even:

        inputs:
          - rss: file:///localdir/*.xml

Thanks a lot for your help, if anyone wants to know how I'm using wget and cURL I'd gladly provide my 2 cents.

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles