diff --git a/README.md b/README.md index 74355541a..8a504bb70 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * TorrentView (토렌트뷰) * TorrentWhiz ( 토렌트위즈) * truPornolabs - * ttobogo * Underverse * UnionDHT * VSTHouse diff --git a/src/Jackett.Common/Definitions/ttobogo.yml b/src/Jackett.Common/Definitions/ttobogo.yml deleted file mode 100644 index c5db32ff1..000000000 --- a/src/Jackett.Common/Definitions/ttobogo.yml +++ /dev/null @@ -1,90 +0,0 @@ ---- -id: ttobogo -name: ttobogo -description: "ttobogo (토렌트 - 또보고) is a Public KOREAN tracker for Korean media." -language: ko-KR -type: public -encoding: UTF-8 -links: - - https://www8.ttobogo.net/ - -caps: - categorymappings: - - {id: "movie", cat: Movies, desc: "영화 (Movie)"} - - {id: "drama", cat: TV, desc: "드라마 (TV drama)"} - - {id: "ent", cat: TV, desc: "예능/오락 (TV shows)"} - - {id: "social", cat: TV, desc: "시사/교양 (TV documentary)"} - - {id: "ani", cat: TV/Anime, desc: "애니 (Anime)"} - - {id: "music", cat: Audio, desc: "음악 (Music)"} - - {id: "etc", cat: Other, desc: "기타 (Other)"} - - modes: - search: [q] - tv-search: [q] - movie-search: [q] - music-search: [q] - book-search: [q] - -settings: [] - -download: - selectors: - - selector: a[href="javascript:;"] - attribute: onclick - filters: - - name: replace - args: ["file_download('", ""] - - name: replace - args: ["')", ""] - -search: - paths: - - path: "{{ if .Keywords }}search?skeyword={{ .Keywords }}{{ else }}board/new{{ end }}" - - rows: - selector: ul#searchresult > li:has(a.subject) - filters: - - name: andmatch - - fields: - category: - selector: div.wr-subject a - attribute: href - filters: - - name: regexp - args: "\\/board\\/torrent_(\\w+)$" - title: - selector: a.subject - attribute: title - details: - selector: a.subject - attribute: href - download: - selector: a.subject - attribute: href - size: - selector: div.wr-size - filters: - - name: append - args: "B" - date: - selector: div.wr-date:contains("-") - optional: true - filters: - - name: dateparse - args: "01-02" - date: - selector: div.wr-date:contains(":") - optional: true - filters: - - name: dateparse - args: "15:04" - 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 43057af5a..9d050a5ee 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -455,6 +455,7 @@ namespace Jackett.Updater "Definitions/torrof.yml", "Definitions/torviet.yml", "Definitions/tspate.yml", + "Definitions/ttobogo.yml", "Definitions/turknova.yml", "Definitions/u-torrents.yml", "Definitions/ultimategamerclub.yml",