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

RSS Plugin Can't Parse Link From Media RSS Feed

$
0
0

@William_Lehr wrote:

I'm relatively new to Flexget and I've been trying to parse a Media RSS feed for its video URLs. The MRSS is formatted as:

<media:content medium="video" url="example.com/media"></media:content>

My task is set up as:

task:
  rss:
    url: http://example.com/rss.xml
    link: media:content
  accept_all: yes  
  download:
    path: /path/to/file
    filename: '{{title}}.mp4'

Flexget returns an error of:

Tried to set None url to [{'url': u'http://example.com/media', 'medium': u'video'}]
Aborting task (plugin: rss)

If I save the XML locally and modify to , everything works.

Is there a way to format the link: config to read only the URL for media:content?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles