diff --git a/README.md b/README.md index 5252efe0e..6725633d2 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * Magnet4You * MejorTorrent * MixTapeTorrent - * Monova * Montorrent * MovCr * MoviesDVDR diff --git a/src/Jackett.Common/Definitions/monova.yml b/src/Jackett.Common/Definitions/monova.yml deleted file mode 100644 index 170ad1c18..000000000 --- a/src/Jackett.Common/Definitions/monova.yml +++ /dev/null @@ -1,117 +0,0 @@ ---- -id: monova -name: Monova -description: "Monova is a Public torrent index" -language: en-us -type: public -encoding: UTF-8 -followredirect: true -links: - - https://monova.org/ - - https://monova.to/ - - https://monova.unblockit.ltd/ - - https://monova.unblocked.monster/ - - https://monova.unblockninja.com/ -legacylinks: - - https://monova.unblockit.pro/ - - https://monova.unblockit.one/ - - https://monova.black-mirror.xyz/ - - https://monova.unblocked.casa/ - - https://monova.proxyportal.fun/ - - https://monova.uk-unblock.xyz/ - - https://monova.ind-unblock.xyz/ - - https://monova.unblockit.me/ - - https://monova.unblockit.pw/ - - https://monova.unblocked.bar/ - - https://monova.proxyportal.pw/ - - https://monova.uk-unblock.pro/ - - https://monova.unblockit.id/ - - https://monova.unblockit.lat/ - - https://monova.unblockit.app/ - - https://monova.unblocked.rest/ - - https://monova.unblockit.dev/ - -caps: - categorymappings: - - {id: venus-mars, cat: XXX, desc: Adult} - - {id: video-camera, cat: Movies, desc: Video} - - {id: music, cat: Audio, desc: Audio} - - {id: book, cat: Books, desc: Books} - - {id: gamepad, cat: PC/Games, desc: Games} - - {id: cog, cat: PC/0day, desc: Software} - - {id: list, cat: Other, desc: Others} - - {id: picture-o, cat: Other/Misc, desc: Photos} - - modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] - music-search: [q] - book-search: [q] - -settings: [] - -search: - paths: - # https://monova.to/search?term=vikings+s05e05 - # https://monova.to/video - - path: "{{ if .Keywords }}search?term={{ .Keywords }}{{ else }}video{{ end }}" - - path: "{{ if .Keywords }}search?term={{ .Keywords }}&{{ else }}video?{{ end }}page=2" - - path: "{{ if .Keywords }}search?term={{ .Keywords }}&{{ else }}video?{{ end }}page=3" - - path: "{{ if .Keywords }}search?term={{ .Keywords }}&{{ else }}video?{{ end }}page=4" - - keywordsfilters: - - name: re_replace - args: ["(?:^|\\s)[_\\+\\/\\.\\-\\(\\)]*[\\S]{0,3}[_\\+\\/\\.\\-\\(\\)]*(?:\\s|$)", " "] - - rows: - selector: tr.desktop:not(tr[class="desktop success"]) - filters: - - name: andmatch - - fields: - category: - selector: td.torrent_name i - attribute: class - filters: - # remove fa fa- prefix - - name: replace - args: ["fa fa-", ""] - title: - selector: td.torrent_name a - details: - selector: td.torrent_name a - attribute: href - infohash: - selector: td.torrent_name a - attribute: href - filters: - - name: regexp - args: ([0-9A-Fa-f]{40}) - size: - optional: true - selector: td.center-align - filters: - - name: replace - args: ["N/A", "512 MB"] - seeders: - text: 1 - leechers: - text: 1 - downloadvolumefactor: - text: 0 - uploadvolumefactor: - text: 1 - date: - optional: true - selector: td.torrent_name - remove: a - filters: - - name: replace - args: ["added ", ""] - - name: replace - args: [" ago.*$", ""] - - name: replace - args: ["min.", "minutes"] - - name: timeago -# engine n/a diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index aa5ff3bba..a11f4a35c 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -356,6 +356,7 @@ namespace Jackett.Updater "Definitions/metal-iplay-ro.yml", // renamed to romanianmetaltorrents "Definitions/mkvcage.yml", "Definitions/moecat.yml", + "Definitions/monova.yml", "Definitions/music-master.yml", "Definitions/nachtwerk.yml", "Definitions/nexttorrent.yml",