From 7b0adc7e45724b9601e23b689dfd2d6e364e7d6a Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 15 Mar 2020 16:35:05 +1300 Subject: [PATCH] torrentwal: gone. removed. resolves #7286 --- README.md | 1 - src/Jackett.Common/Definitions/torrentwal.yml | 87 ------------------- src/Jackett.Updater/Program.cs | 1 + 3 files changed, 1 insertion(+), 88 deletions(-) delete mode 100644 src/Jackett.Common/Definitions/torrentwal.yml diff --git a/README.md b/README.md index 2a7c2d003..610d7582a 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * Torrents.csv * Torrentv * TorrentView - * TorrentWal * Torrentz2 * Underverse * UnionDHT diff --git a/src/Jackett.Common/Definitions/torrentwal.yml b/src/Jackett.Common/Definitions/torrentwal.yml deleted file mode 100644 index 689b55d1e..000000000 --- a/src/Jackett.Common/Definitions/torrentwal.yml +++ /dev/null @@ -1,87 +0,0 @@ ---- - site: torrentwal - name: TorrentWal (토렌트왈) - description: "Torrent Wal is a free Korean tracker for Korean media." - language: ko-KR - type: public - encoding: UTF-8 - links: - - https://torrentwal.com/ - legacylinks: - - https://torrentwal1.com/ - - https://torrentwal2.com/ - - caps: - categorymappings: - - {id: "torrent_movie", cat: Movies, desc: "토렌트영화 (Movies)"} - - {id: "torrent_bluray", cat: Movies/BluRay, desc: "토렌트영화 (Movies)"} - - {id: "torrent_variety", cat: TV, desc: "TV예능 (TV Variety Shows)"} - - {id: "torrent_tv", cat: TV, desc: "TV드라마 (TV Dramas)"} - - {id: "torrent_docu", cat: TV/Documentary, desc: "다큐/시사 (Documentaries)"} - - {id: "torrent_sports", cat: TV/Sport, desc: "스포츠 (Sports)"} - - {id: "torrent_util", cat: PC, desc: "토렌트유틸 (Utilities)"} - - {id: "torrent_ani", cat: TV/Anime, desc: "애니메이션 (Anime)"} - - {id: "torrent_song", cat: Audio, desc: "해외음원 (Music)"} - - {id: "torrent_game", cat: PC/Games, desc: "토렌트게임 (Games)"} - - {id: "torrent_mid", cat: TV/FOREIGN, desc: 해외TV (Foreign TV)"} - - {id: "torrent_child", cat: TV, desc: "유아/어린이 (Children's)"} - - {id: "torrent_etc", cat: Other, desc: "토렌트 기타 (Other)"} - - {id: "torrent_iphone", cat: PC/Phone-Other, desc: "휴대기기 (Phone Apps)"} - - {id: "torrent_book", cat: Books, desc: "토렌트도서 (Books)"} - - modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] - - settings: [] - - search: - paths: - - path: "{{ if .Keywords }}bbs/s-1-{{ .Keywords }}{{else}}bbs/s-1-유희열{{end}}" - rows: - selector: tr.bg1:has(a[href^="/bbs/bc.php?bo_table="]) - fields: - magnet: - selector: td:nth-child(1) a[href^="javascript:"] - attribute: href - filters: - - name: replace - args: ["javascript:Mag_dn('",""] - - name: replace - args: ["')",""] - - name: prepend - args: "magnet:?xt=urn:btih:" - seeders: - text: 1 - leechers: - text: 1 - category: - selector: td:nth-child(2) a[href^="/bbs/bc.php?bo_table="] - attribute: href - filters: - - name: querystring - args: bo_table - title: - selector: td:nth-child(2) a:last-of-type - details: - selector: td:nth-child(2) a:last-of-type - attribute: href - date: - selector: td:nth-child(3) - filters: - - name: dateparse - args: "01-02" - size: - selector: td:nth-child(4):contains(".M") - text: "0 " - size: - selector: td:nth-child(4):not(:contains(".M")) - optional: true - filters: - - name: append - args: "B" - downloadvolumefactor: - text: 0 - uploadvolumefactor: - text: 1 diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index a68c298a8..3eee946f9 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -372,6 +372,7 @@ namespace Jackett.Updater "Definitions/torrentseeds.yml", // migrated to c# "Definitions/torrentsmd.yml", "Definitions/torrentvault.yml", + "Definitions/torrentwal.yml", "Definitions/torrentwtf.yml", "Definitions/torrof.yml", "Definitions/torviet.yml",