From b8be09a20338d2796b8084452b78b3da380e960c Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 10 May 2019 07:21:31 +1200 Subject: [PATCH] beyond-hd: drop poster requirement --- src/Jackett.Common/Definitions/beyond-hd.yml | 24 +++++--------------- 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/src/Jackett.Common/Definitions/beyond-hd.yml b/src/Jackett.Common/Definitions/beyond-hd.yml index f7e7a7599..012b0def2 100644 --- a/src/Jackett.Common/Definitions/beyond-hd.yml +++ b/src/Jackett.Common/Definitions/beyond-hd.yml @@ -18,18 +18,6 @@ tv-search: [q, season, ep, imdbid] movie-search: [q, imdbid] - settings: - - name: username - type: text - label: Username - - name: password - type: password - label: Password - - name: info - type: info - label: Show Posters Required - default: For this Indexer to work you will first need to visit your profile settings on the Beyond-HD web site, and set the Show Posters in the Torrent section to yes. - login: path: login method: form @@ -80,17 +68,17 @@ - name: replace args: ["https://via.placeholder.com/600x900", ""] date: - selector: td:nth-child(6) + selector: td:nth-last-child(5) filters: - name: timeago size: - selector: td:nth-child(7) + selector: td:nth-last-child(4) seeders: - selector: td:nth-child(8) + selector: td:nth-last-child(3) leechers: - selector: td:nth-child(9) + selector: td:nth-last-child(2) grabs: - selector: td:nth-child(10) + selector: td:nth-last-child(1) imdb: optional: true selector: a[href*="www.imdb.com/title/tt"] @@ -110,4 +98,4 @@ "i[data-original-title=\"Global Double Upload\"]": "2" # Global Double Upload "i[data-original-title=\"Featured Torrent\"]": "2" # Featured Torrent "*": "1" -# UNIT3D 1.9.2 (with torrent posters enabled) +# UNIT3D \ No newline at end of file