@koala784 wrote:
First week on Flexget ! I'm trying to edit a config file for downloading comics/mangas with Jackett.
If I use the Jackett RSS Feed like this, the results doesn't match :
variables: variables.yml tasks: Mangas: inputs: - rss: url: '{? YggTorrent.Mangas ?}' username: '{? YggTorrent.usr ?}' password: '{? YggTorrent.pwd ?}' url: '{? Nyaa.Mangas ?}' url: '{? Jackett.YggTorrent ?}' url: '{? Jackett.Nyaa ?}' regexp: accept: - Tales of Demons and Gods - One Piece - Domestic Girlfriend content_filter: require: - '*.cbr' - '*.cbz' deluge: host: localhost port: 58846 username: '{? Deluge.usr ?}' password: '{? Deluge.pwd ?}' path: /Mangas/ label: Mangas
So I'm trying to use the Jackett Torznab Feed with the recent Torznab plugin (I'm using the 2.21.12 version of FlexGet on UnRAID/Docker).
But I can't use this Torznab plugin without the discover plugin. It seems to work only for TV shows and movies.
So I figured out something like this :variables: variables.yml tasks: test: configure_series: from: filesystem: /Comics/ series: shows: - (Son of Ultron-Empire) - (Zone-Empire) - (digital-Empire) - (Kileko-Empire) - (BlackManta-Empire) - (Mephisto-Empire) - (Asgard-Empire) discover: what: - next_series_episodes: backfill: yes from: - torznab: website: '{? Torznab.YggTorrent ?}' apikey: '{? Torznab.apikey ?}' searcher: search website: '{? Torznab.Nyaa ?}' apikey: '{? Torznab.apikey ?}' searcher: search website: '{? Torznab.ETTV ?}' apikey: '{? Torznab.apikey ?}' searcher: search content_filter: require: - '*.cbr' - '*.cbz' deluge: host: localhost port: 58846 username: '{? Deluge.usr ?}' password: '{? Deluge.pwd ?}' path: /Mangas/ label: Test
But it seems to still looking for TV Shows :
2019-08-25 23:48 INFO torznab test Fetching URL: http://#################/api/v2.0/indexers/ettv/results/torznab/api?apikey=#####################&extended=1&t=search&q=Tales+of+Demons+and+Gods+S01E01
2019-08-25 23:48 INFO torznab test Fetching URL: http://#################//api/v2.0/indexers/ettv/results/torznab/apiapi?apikey=#####################&extended=1&t=search&q=One+Piece+S01E01
2019-08-25 23:48 INFO torznab test Fetching URL: http://#################///api/v2.0/indexers/ettv/results/torznab/api?apikey=#####################&extended=1&t=search&q=Domestic+Girlfriend+S01E01Any idea ?
Posts: 1
Participants: 1