From 63ec12f686fd456931ab97ce0eea2d340572f31e Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 14 Oct 2020 08:30:24 +1300 Subject: [PATCH] retroflix: add MR and MST add book-search fix banner selector --- src/Jackett.Common/Definitions/retroflix.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/Jackett.Common/Definitions/retroflix.yml b/src/Jackett.Common/Definitions/retroflix.yml index 65a613757..f83e3fe2e 100644 --- a/src/Jackett.Common/Definitions/retroflix.yml +++ b/src/Jackett.Common/Definitions/retroflix.yml @@ -24,6 +24,7 @@ caps: tv-search: [q, season, ep, imdbid] movie-search: [q, imdbid] music-search: [q] + book-search: [q] settings: - name: cookie @@ -63,7 +64,7 @@ login: inputs: cookie: "{{ .Config.cookie }}" test: - path: torrents.php + path: torrents1.php search: # https://retroflix.club/torrents1.php?incldead=0&spstate=0&inclbookmarked=0&search=tt0055254&search_area=4&search_mode=0 @@ -127,7 +128,7 @@ search: attribute: onmouseover filters: - name: regexp - args: "src=\\\\'(.+?)\\\\'" + args: "src=(.+?) " imdb: optional: true selector: a[href*="imdb.com/title/tt"] @@ -139,7 +140,7 @@ search: optional: true filters: - name: append - args: " +00:00" + args: " +00:00" # auto adjusted by site account profile - name: dateparse args: "02-01-2006 15:04:05 -07:00" date: @@ -148,7 +149,7 @@ search: optional: true filters: - name: append - args: " +00:00" + args: " +00:00" # auto adjusted by site account profile - name: dateparse args: "02-01-200615:04:05 -07:00" size: @@ -173,4 +174,9 @@ search: img.pro_free2up: 2 img.pro_2up: 2 "*": 1 + minimumratio: + text: 1.0 + minimumseedtime: + # 3 days (as seconds = 3 x 24 x 60 x 60) + text: 259200 # NexusPHP