diff --git a/README.md b/README.md index a12ab47f0..0ed3c5706 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,6 @@ Prior versions of Jackett are no longer supported. * Knaben * LAPUMiA * LePorno.info - * Libronube * LimeTorrents * LinuxTracker * Mac Torrents Download diff --git a/src/Jackett.Common/Definitions/libronube.yml b/src/Jackett.Common/Definitions/libronube.yml deleted file mode 100644 index 1a7f603e8..000000000 --- a/src/Jackett.Common/Definitions/libronube.yml +++ /dev/null @@ -1,75 +0,0 @@ ---- -id: libronube -name: Libronube -description: "Libronube is a SPANISH Public tracker for EBOOKS" -language: es-ES -type: public -encoding: UTF-8 -links: - - https://www.libronube.com/ - -caps: - categorymappings: - - {id: ebook, cat: Books, desc: "EBook"} - - modes: - search: [q] - book-search: [q] - -settings: - - name: ebook - type: select - label: Ebook Type - default: epub - options: - epub: EPUB - mobi: MOBI - pdf: PDF - -download: - selectors: - - selector: "a[href*=\"magnet\"][href*=\"{{ .Config.ebook }}\"]" - attribute: href - filters: - - name: replace - args: ["http://demagnetize.link/?magnet=", ""] - - name: urldecode - -search: - paths: - - path: dibros/ - allowEmptyInputs: true - inputs: - q1: "{{ .Keywords }}" - sin_filtrar: on - - rows: - selector: div.row[style^="margin-top"][style*="margin-bottom"]:first-of-type > div.ebookitem - - fields: - category: - text: ebook - title: - selector: h1 - details: - selector: a[href^="/descargar-"] - attribute: href - download: - selector: a[href^="/descargar-"] - attribute: href - poster: - selector: img.tapa - attribute: src - date: - text: now - size: - text: 512 MB - seeders: - text: 1 - leechers: - text: 1 - downloadvolumefactor: - text: 0 - uploadvolumefactor: - text: 1 -# engine n/a diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 8084dba83..7f59f6145 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -522,6 +522,7 @@ namespace Jackett.Updater "Definitions/leporno.yml", "Definitions/liaorencili.yml", // renamed to cilipro "Definitions/lightning-tor.yml", + "Definitions/libronube.yml", "Definitions/lilleskyorg.yml", "Definitions/limetorrentsclone.yml", "Definitions/lusthive.yml",