From 03b686ae5994b18dfaea5f5b8901d35b26252b95 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 22 Mar 2020 06:23:12 +1300 Subject: [PATCH] monova: add unblockit proxy. change how we filter out the sponsored rows so that the indexer can work with unblockit proxy too. --- src/Jackett.Common/Definitions/monova.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/monova.yml b/src/Jackett.Common/Definitions/monova.yml index c13736370..5c7240c87 100644 --- a/src/Jackett.Common/Definitions/monova.yml +++ b/src/Jackett.Common/Definitions/monova.yml @@ -5,9 +5,11 @@ language: en-us type: public encoding: UTF-8 + followredirect: true links: - https://monova.org/ - https://monova.to/ + - https://monova.unblockit.pro/ caps: categories: @@ -39,7 +41,7 @@ - path: "{{if .Keywords}}search?term={{.Keywords}}{{else}}video{{end}}" rows: - selector: tr.desktop:has(a[href^="//"]) + selector: tr.desktop:not(tr[class="desktop success"]) filters: - name: andmatch