Error video message when downloading via RSS with flexget

Avatar image for mafuchi
mafuchi

68

Forum Posts

29

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

#1  Edited By mafuchi

I keep getting the error video when I try to download via the main RSS using Flexget. I tried adding the API key to the URLs in the file but this gives the same response. I also don't think it's me hitting the new download limit.

Snippet below of YAML, any Ideas? Thanks dudes

rss:

url: http://local.host/

other_fields: [comments]

username: [username]

password: [password]

tasks:

all:

rss:

url: http://www.giantbomb.com/videos/feed/hd/

headers:

cookie: "api_key=[apikey]"

Avatar image for mafuchi
mafuchi

68

Forum Posts

29

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

#2  Edited By mafuchi

Solved: I just had to add the API key to the RSS feed directly...Don't know why I didn't do that before.

of well