From 0d06426aed368722d3cef3917591ff6ce366d929 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 11 Feb 2023 20:20:34 +1300 Subject: [PATCH] animeclipse: 403 forbidden. removed. #10171 --- README.md | 1 - .../Definitions/animeclipse.yml | 90 ------------------- src/Jackett.Updater/Program.cs | 1 + 3 files changed, 1 insertion(+), 91 deletions(-) delete mode 100644 src/Jackett.Common/Definitions/animeclipse.yml diff --git a/README.md b/README.md index 0a0b145d1..c3915d697 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * ACGsou (36DM) * Anidex * AniLibria - * AnimeClipse * Anime Tosho * AniRena * AniSource diff --git a/src/Jackett.Common/Definitions/animeclipse.yml b/src/Jackett.Common/Definitions/animeclipse.yml deleted file mode 100644 index 957e22152..000000000 --- a/src/Jackett.Common/Definitions/animeclipse.yml +++ /dev/null @@ -1,90 +0,0 @@ ---- -id: animeclipse -name: AnimeClipse -description: "AnimeClipse is a Public site for Hellenic Fansubs Anime." -language: el-GR -type: public -encoding: UTF-8 -links: - - http://www.animeclipse.com/ # does not support https ERR_CONNECTION_REFUSED - -settings: - - name: sort - type: select - label: Sort requested from site - default: added - options: - added: created - seeders: seeders - size: size - - name: type - type: select - label: Order requested from site - default: DESC - options: - DESC: desc - ASC: asc - -caps: - categorymappings: - - {id: 1, cat: TV/Anime, desc: "Anime"} - - modes: - search: [q] - tv-search: [q, season, ep] - -search: - paths: - # http://www.animeclipse.com/index.php?ind=btitracker&search=sword&category=0&active=0&tor_page=10 - - path: index.php - inputs: - ind: btitracker - # replace spaces with wildcard (percent symbol) as site's default search is exact string. - search: "{{ re_replace .Keywords \"[\\s]+\" \"%\" }}" - # does not support multi cats searching so defaulting to all. - category: 0 - # 0 all, 1 active, 2 dead - active: 0 - tor_page: 100 - order: "{{ .Config.sort }}" - by: "{{ .Config.type }}" - - rows: - selector: tr.torrentRow - - fields: - category: - text: 1 - title: - selector: a[href*="/download/"] - filters: - # move group to the end - - name: re_replace - args: ["^(\\[.+?\\])(.+?)$", "$2 $1"] - - name: re_replace - args: ["(_|\\[|\\])", " "] - details: - text: "{{ .Config.sitelink }}" - download: - selector: a[href*="/download/"] - attribute: href - size: - selector: td:contains("[size:") > span.torrentInfoData - date: - selector: td:contains("[Added:") > span.torrentInfoData - filters: - - name: append - args: " +02:00" # EET - - name: dateparse - args: "02/01/2006 15:04:05 -07:00" - grabs: - selector: td:contains("[Completed:") > span.torrentInfoData - seeders: - selector: td:contains("Seeders") > span.torrentInfoData - leechers: - selector: td:contains("Leechers") > span.torrentInfoData - downloadvolumefactor: - text: 0 - uploadvolumefactor: - text: 1 -# btitracker diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index bee08a2c0..f8548dd2d 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -269,6 +269,7 @@ namespace Jackett.Updater "Definitions/anaschcc.yml", "Definitions/angietorrents.yml", "Definitions/anidex.yml", // migrated to C# + "Definitions/animeclipse.yml", "Definitions/animeitalia.yml", "Definitions/animeworld.yml", // switch to *-API #8682 "Definitions/aox.yml",