Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

divxatope plugin is outdated #1601

Closed
themaikelman opened this issue Jan 1, 2017 · 8 comments
Closed

divxatope plugin is outdated #1601

themaikelman opened this issue Jan 1, 2017 · 8 comments

Comments

@themaikelman
Copy link

Expected behaviour:

Download from RSS, but since the divxatope moved to divxatope1 it doesn't work :'(

Actual behaviour:

REJECTED by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Unexpected html content received from http://divxatope1.com/pictures/c/1469_series-alta-definicion-hd.jpg - maybe a login page?)

Steps to reproduce:

@cvium cvium changed the title RSS fail divxatope plugin is outdated Jan 1, 2017
@cvium
Copy link
Contributor

cvium commented Jan 1, 2017

While I can see that divxatope plugin is outdated, the links seem fine. I'm not sure why you decided to ignore most of the issue template, but we really do need your config.

The feed contains links to newpct1 and the urlrewriter for newpct1 is working fine, so you've misconfigured the RSS plugin in such a way that it grabs the jpg instead of the newpct1 link.

@themaikelman
Copy link
Author

themaikelman commented Jan 1, 2017

The config works fine until the URL was divxatope.com
Sorry for missing the config. The divxatope plugin is not the problem, I think is their own feed, but not sure...
Thanks.

templates:
  torrent:
    transmission:
      enabled: yes
      host: x.x.x.x
      port: xxx
      username: user
      password: pass
  tv-series:
    template: torrent
    thetvdb_lookup: yes
    exists_series:
      - /series/{{ tvdb_series_name }}
    series:
      settings:
        normales:
          ep_regexp:
            - Cap.(\d+)(\d\d)
          quality: hdtv
          path: /download/{{series_name}}/s{{series_season}}/
        highdef:
          ep_regexp:
            - Cap.(\d+)(\d\d)
          upgrade: yes
          quality: 720p+
          path: /download/{{series_name}}/s{{series_season}}/
      normales:
        - The Grand Tour
      highdef:
        - The IT Croud
    set:
      path: /download/{{ tvdb_series_name|default(series_name) }}
      main_file_only: yes
      content_filename: "{{tvdb_series_name|default(series_name)}} - s{{tvdb_season|default(series_season)}}.e{{ tvdb_episode|default(series_episode)}}"
      rename_like_files: yes
      skip_files:
        - '*.nfo'
        - '*.sfv'
        - '*.url'
        - '*[sS]ample*'
        - '*.txt'
      include_subs: yes
tasks:
  torrent-series:
    priority: 20
    template:
      - tv-series
    rss:
      url: http://divxatope1.com/feeds.xml
    regexp:
      reject:
        - V.O.:
            from: title

Additional information:

  • Flexget Version: 2.8.7
  • Python Version: 2.7
  • Installation method: pip
  • OS and version: raspi b+

@themaikelman
Copy link
Author

The RSS feed just now looks like this...

<item>
<title>
The Grand Tour - Temporada 1 [HDTV 720p][Cap.106][AC· 5.1 Español Castellano]
</title>
<link>
http://newpct1.com/descargar-seriehd/the-grand-tour/capitulo-16/hdtv-720p-ac3-5-1/
</link>
<description>
<![CDATA[
<img src='http://divxatope1.com/pictures/c/1469_series-alta-definicion-hd.jpg' alt='Torrent The Grand Tour - Temporada 1 [HDTV 720p][Cap.106][AC· 5.1 Español Castellano]' width='120' height='170' class='float:left;margin:0px 4px 4px 0px;'/><span style='float:left;'>Reparto Jeremy Clarkson Richard Hammond James May
 Genero Serie de TV Comedia
 
 Veremos a Jeremy Clarkson James May y Richard Hammond enfrascarse en aventuras mucho mas ambiciosas que las vividas en la BBC Algunas imagenes y videos se han comenzado a filtrar a modo de calentar motores y hacer mas amena la espera Entre lo que sabemos que sucedera en la serie esta el campamento una gran carpa que reemplazara las tomas de estudio y sera alzada en cada pais que el trio este recorriendo Sin embargo la prueba con la que The Grand Tour nos tiene a todos en el borde de nuestros asientos es una deuda pendiente que quedo con Top Gear la prueba triple del McLaren P1 versus el Porsche 918 y LaFerrari de Ferrari</span>
]]>
</description>
<author>888632</author>
<category>Series Alta Definicion HD</category>
<pubDate>Tue 27 Dec 2016 22:38:24</pubDate>
<enclosure url="http://divxatope1.com/pictures/c/1469_series-alta-definicion-hd.jpg" length="23898" type="image/jpeg"/>
</item>

@cvium
Copy link
Contributor

cvium commented Jan 1, 2017

You can try with

rss:
  url: http://divxatope1.com/feeds.xml
  link: link

@themaikelman
Copy link
Author

It works! Thanks!

@liiight
Copy link
Member

liiight commented Jan 2, 2017

I guess we can close then.

@liiight liiight closed this as completed Jan 2, 2017
@cvium
Copy link
Contributor

cvium commented Jan 2, 2017

Not really. The divxatope plugin might still need to be updated/removed.

@malkavi
Copy link
Contributor

malkavi commented Jan 16, 2017

This plugin is working correctly from the feed? Which is the dependency problem?
I have been fixing the search for the new domain (divxatope1) and it's working now for movies.

@cvium cvium closed this as completed in 6eb9ec9 Feb 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants