Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

RSS urlrewrite problem

$
0
0

@MarcosRamirez wrote:

Hi,

Is my first post, and i hope i don't break any rulle :slight_smile:

Then i want to say i don't found a way to see (debug) the rewrited url, that's will helps to debug the problem by myself, if is a simple regexp mistake, or similar. as you can see here:

$ flexget execute --debug --verbose -L debug
2016-07-15 21:19 INFO     performance                   Enabling plugin and SQLAlchemy performance debugging
2016-07-15 21:19 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2016-07-15 21:19 VERBOSE  backlog       DivxTotalRSS    Added 1 entries from backlog
2016-07-15 21:19 VERBOSE  details       DivxTotalRSS    Produced 31 entries.
2016-07-15 21:19 VERBOSE  task          DivxTotalRSS    REJECTED: `Stranger Things 1x01` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Unexpected html content received from `http://www.divxtotal.com/series/torrent/55032/stranger-things-1x01/` - maybe a login page?)

Well, let's me explain the problem:

My problem is with a local RSS site, the RSS points to an html file, containing the torrent download link (like almost all sites, i guess), and i get the "login page" error

I tryed to rewrite to correct torrent path, in this way:

tasks:
    DivxTotalRSS:
       urlrewrite:
         DivxTotalRSS:
           regexp: 'http://www.divxtotal.com/series/torrent/(?P<id>\d+)/(?P<title>.*)'
           format: 'http://www.divxtotal.com/download.php\?id=\g<id>'
       rss: http://www.divxtotal.com/rss.php
       template: TV
       verify_ssl_certificates: no

But seems like something's wrong... because i keep getting the same error.

Any one can bring me some tip? :slight_smile:

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles