From d35c2a0150d6b66f8d68e320d3d119aed88df6b4 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Mon, 10 May 2021 10:12:19 +0100 Subject: [PATCH] epizod: removed, down for 30 days. resolves #8200 (#11701) --- README.md | 1 - src/Jackett.Common/Definitions/epizod.yml | 168 ---------------------- src/Jackett.Updater/Program.cs | 1 + 3 files changed, 1 insertion(+), 169 deletions(-) delete mode 100644 src/Jackett.Common/Definitions/epizod.yml diff --git a/README.md b/README.md index 7133a3e69..7e6b0d9c3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * dmhy * E-Hentai * emtrek - * Epizod * Erai-Raws * ETTV * EXT Torrents diff --git a/src/Jackett.Common/Definitions/epizod.yml b/src/Jackett.Common/Definitions/epizod.yml deleted file mode 100644 index e275528f6..000000000 --- a/src/Jackett.Common/Definitions/epizod.yml +++ /dev/null @@ -1,168 +0,0 @@ ---- -id: epizod -name: Epizod -description: "Epizod is a FRENCH Public tracker for MOVIES / TV" -language: fr-fr -type: public -encoding: UTF-8 -links: - - https://wwv.epizod.tv/ -legacylinks: - - https://www.epizod.tv/ - -caps: - categorymappings: - - {id: series, cat: TV, desc: SÉRIES} - - {id: films, cat: Movies, desc: FILMS} - - {id: musique, cat: Audio, desc: MUSIQUE} - - {id: albums, cat: Audio, desc: ALBUMS} - - {id: ebook, cat: Books, desc: EBOOK} - - {id: jeux, cat: Console, desc: GAMES} - - {id: other, cat: Other, desc: OTHER} - - modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] - music-search: [q] - book-search: [q] - -settings: - - name: multilang - type: checkbox - label: Replace MULTI by another language in release name - default: false - - name: multilanguage - type: select - label: Replace MULTI by this language - default: FRENCH - options: - FRENCH: FRENCH - MULTI.FRENCH: MULTI.FRENCH - ENGLISH: ENGLISH - MULTI.ENGLISH: MULTI.ENGLISH - VOSTFR: VOSTFR - MULTI.VOSTFR: MULTI.VOSTFR - - name: vostfr - type: checkbox - label: Replace VOSTFR with ENGLISH - default: false - - name: flaresolverr - type: info - label: FlareSolverr - default: This site may use Cloudflare DDoS Protection, therefore Jackett requires FlareSolver to access it. - -download: - selector: a[href^="magnet:?xt="] - attribute: href - -search: - paths: - # https://www.epizod.tv/?s= - - path: / - inputs: - s: "{{ .Keywords }}" - - headers: - # Windows User-Agent is required, Linux is blocked - User-Agent: ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36"] - - rows: - selector: li[class^="ilovewp-post"]:not(:has(a[title="DMCA"])) - - fields: - category1: - selector: a[href*="/category/"] - attribute: href - optional: true - filters: - - name: split - args: ["/", 4] - category2: - selector: li[class^="ilovewp-post"] - attribute: class - optional: true - filters: - - name: regexp - args: "category-(.+?) " - category3: - selector: img[src*="img"] - attribute: src - optional: true - filters: - - name: regexp - args: "img/(.+?)_" - - name: replace - args: ["ebooks", "ebook"] - category: - text: "{{ if or .Result.category1 .Result.category2 .Result.category3 }}{{ or .Result.category1 .Result.category2 .Result.category3 }}{{ else }}other{{ end }}" - sizecat: - text: "{{ if or .Result.category1 .Result.category2 .Result.category3 }}{{ or .Result.category1 .Result.category2 .Result.category3 }}{{ else }}other{{ end }}" - site_date: - selector: time > a - filters: - # year can be at the end of the title, so we get it and name it site_date - - name: regexp - args: "(19|20\\d{2})$" - title_phase1: - selector: time > a - attribute: title - filters: - # now we put the date at the right place according scene naming rules using .Result.site_date - - name: re_replace - args: ["(?i)( FRENCH)", " {{ .Result.site_date }} FRENCH"] - - name: re_replace - args: ["(?i)( MULTI)", " {{ .Result.site_date }} MULTI"] - - name: re_replace - args: ["(?i)( TRUEFRENCH)", " {{ .Result.site_date }} TRUEFRENCH"] - - name: re_replace - args: ["(?i)( VOSTFR)", " {{ .Result.site_date }} VOSTFR"] - - name: re_replace - args: ["(?i)( SUBFRENCH)", " {{ .Result.site_date }} SUBFRENCH"] - # and we delete it at the end - - name: re_replace - args: ["(19|20\\d{2})$", ""] - title_multilang: - text: "{{ .Result.title_phase1 }}" - filters: - - name: re_replace - args: ["(?i)(\\smulti\\s)", " {{ .Config.multilanguage }} "] - title_phase2: - text: "{{ if .Config.multilang }}{{ .Result.title_multilang }}{{ else }}{{ .Result.title_phase1 }}{{ end }}" - title_vostfr: - text: "{{ .Result.title_phase2 }}" - filters: - - name: re_replace - args: ["(?i)(\\svostfr\\s)", " ENGLISH "] - - name: re_replace - args: ["(?i)(\\ssubfrench\\s)", " ENGLISH "] - title: - text: "{{ if .Config.vostfr }}{{ .Result.title_vostfr }}{{ else }}{{ .Result.title_phase2 }}{{ end }}" - details: - selector: h2.title-post > a - attribute: href - download: - selector: h2.title-post > a - attribute: href - poster: - selector: img[data-lazy-src] - attribute: data-lazy-src - date: - selector: time - attribute: datetime - filters: - - name: replace - args: ["T", " "] - - name: dateparse - args: "2006-01-02 15:04:05-07:00" - size: - text: "{{ if eq .Result.sizecat \"ebook\" }}1 MB{{ else }}{{ end }}{{ if or (eq .Result.sizecat \"albums\") (eq .Result.sizecat \"musique\") }}128 MB{{ else }}{{ end }}{{ if or (eq .Result.sizecat \"series\") (eq .Result.sizecat \"other\") }}512 MB{{ else }}{{ end }}{{ if eq .Result.sizecat \"jeux\" }}1 GB{{ else }}{{ end }}{{ if eq .Result.sizecat \"films\" }}2 GB{{ else }}{{ end }}" - seeders: - text: 1 - leechers: - text: 1 - downloadvolumefactor: - text: 0 - uploadvolumefactor: - text: 1 -# engine wordpress diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 245193b7e..0a736b164 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -304,6 +304,7 @@ namespace Jackett.Updater "Definitions/elitehd.yml", "Definitions/elitetorrent-biz.yml", "Definitions/elittracker.yml", + "Definitions/epizod.yml", "Definitions/eotforum.yml", "Definitions/estrenosdtl.yml", "Definitions/ethor.yml",