@N1X0 wrote:
hey everyone,
I'm very new to flexget so sorry if what I am asking is very simple. I am looking to build a news article repository using flexget i.e. i want to use the rss task to automatically grab new articles every day. I would like to do this for sciencedaily and a german newspaper called "spiegel online". however i keep encountering this error:
failure reason: Unexpected html content received from "website" - maybe a login page? and this leads to every single one of the results being rejected despite the urls being correct
here's my current .yml filetasks: Spiegel: rss: http://www.spiegel.de/schlagzeilen/index.rss accept_all: yes download: D:\Documents\Flexget\Spiegel-online Sciencedaily: rss: https://www.sciencedaily.com/rss/all.xml accept_all: yes download: D:\Documents\Flexget\Sciencedaily
Python -V
python 2.7
Flexget -V
2.13.24
I appreciate any help with this (i have some other more complex ideas/problems for the future too but i wanted to start small)
Posts: 1
Participants: 1