From 1dd08bd63c662f15be5494dc7adcdece44b47fa3 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 26 Jan 2023 13:31:16 +1300 Subject: [PATCH] add thedarkcommunity, a private site. resolves #13923 resolves #13534 --- README.md | 2 +- src/Jackett.Common/Definitions/3evils.yml | 181 ------------------ .../Definitions/thedarkcommunity-api.yml | 166 ++++++++++++++++ src/Jackett.Updater/Program.cs | 1 + 4 files changed, 168 insertions(+), 182 deletions(-) delete mode 100644 src/Jackett.Common/Definitions/3evils.yml create mode 100644 src/Jackett.Common/Definitions/thedarkcommunity-api.yml diff --git a/README.md b/README.md index abfc3e1d6..fe1457b6d 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * 2 Fast 4 You [![(invite needed)][inviteneeded]](#) * 3ChangTrai (3CT) [![(invite needed)][inviteneeded]](#) * 3D Torrents (3DT) - * 3Evils * 4thD (4th Dimension) * 52PT * Abnormal @@ -528,6 +527,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * The Vault [![(invite needed)][inviteneeded]](#) * The-Crazy-Ones * The-New-Fun + * TheDarkCommunity (TDC) * TheEmpire (TE) * TheLeachZone (TLZ) * TheScenePlace (TSP) diff --git a/src/Jackett.Common/Definitions/3evils.yml b/src/Jackett.Common/Definitions/3evils.yml deleted file mode 100644 index 7cc5e0c86..000000000 --- a/src/Jackett.Common/Definitions/3evils.yml +++ /dev/null @@ -1,181 +0,0 @@ ---- -id: 3evils -name: 3Evils -description: "3Evils is a Private Torrent Tracker for MOVIES / TV / GENERAL" -language: en-US -type: private -encoding: UTF-8 -links: - - https://3evils.net/ - -caps: - categorymappings: - - {id: 1, cat: PC, desc: "Apps"} - - {id: 24, cat: Books, desc: "Books/Magazines"} - - {id: 12, cat: TV/Anime, desc: "Movies/Anime"} - - {id: 31, cat: Movies, desc: "Movies/FooKaS RG"} - - {id: 84, cat: Movies, desc: "Movies/Kids"} - - {id: 55, cat: Movies/WEB-DL, desc: "Movies/WEB-DL"} - - {id: 70, cat: Movies/WEB-DL, desc: "Movies/WEBRip"} - - {id: 71, cat: Movies/HD, desc: "Movies/x265"} - - {id: 64, cat: Movies/SD, desc: "Movies/XViD"} - - {id: 26, cat: Audio/Lossless, desc: "Music/FLAC"} - - {id: 10, cat: Audio/MP3, desc: "Music/MP3"} - - {id: 63, cat: Audio/Video, desc: "Music/Videos"} - - {id: 29, cat: Movies, desc: "Movies/Packs"} - - {id: 19, cat: Audio, desc: "Music/Packs"} - - {id: 61, cat: TV/Anime, desc: "TV/Anime"} - - {id: 85, cat: TV, desc: "TV/Kids"} - - {id: 86, cat: TV, desc: "TV/Packs"} - - {id: 82, cat: TV/Sport, desc: "TV/Sports"} - - {id: 36, cat: TV/HD, desc: "TV/x265"} - - {id: 45, cat: TV/SD, desc: "TV/XViD"} - - modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] - music-search: [q] - book-search: [q] - -settings: - - name: username - type: text - label: Username - - name: password - type: password - label: Password - - name: freeleech - type: checkbox - label: Search freeleech only - default: false - - name: sort - type: select - label: Sort requested from site - default: 4 - options: - 4: created - 7: seeders - 5: size - 1: title - - name: type - type: select - label: Order requested from site - default: desc - options: - desc: desc - asc: asc - - name: info_tpp - type: info - label: Results Per Page - default: For best results, change the Torrents per page: setting to 100 on your account profile. The default is 15. - -login: - path: takelogin.php - method: post - inputs: - username: "{{ .Config.username }}" - password: "{{ .Config.password }}" - use_ssl: 1 - perm_ssl: "" - error: - - selector: td.embedded:contains("Login failed!") - test: - path: / - selector: a[href*="/logout.php?hash_please="] - -search: - paths: - # https://www.3evils.net/browse.php?c16=1&c17=1&c3=1&c4=1&search=&searchin=title&incldead=0&only_free=1 - - path: browse.php - - inputs: - $raw: "{{ range .Categories }}c{{.}}=1&{{end}}" - search: "{{ .Keywords }}" - # title, descr, genre, all - searchin: title - # 0 active, 1 incldead, 2 onlydead - incldead: 1 - only_free: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" - sort: "{{ .Config.sort }}" - type: "{{ .Config.type }}" - - keywordsfilters: - - name: re_replace - args: ["(\\w+)", "+$1"] # prepend + to each word - - rows: - selector: table.table-bordered tbody tr:has(a[href^="download.php?torrent="]) - - fields: - category: - selector: a[href^="browse.php?cat="] - attribute: href - filters: - - name: querystring - args: cat - title: - selector: a[href^="details.php?id="] - attribute: onmouseover - filters: - - name: regexp - args: "Tip\\('(.*?)" - details: - selector: a[href^="details.php?id="] - attribute: href - download: - selector: a[href^="download.php?torrent="] - attribute: href - poster: - selector: a[href^="details.php?id="] - attribute: onmouseover - filters: - # onmouseover="Tip('blahblah />');" - # 10:20 AM - # Yesterday
08:03 PM - selector: td:nth-last-child(7):contains("day") - # auto adjusted by site account profile - optional: true - date_year: - # Feb 14 2019
10:20 AM - selector: td:nth-last-child(7):not(:contains("day")) - # auto adjusted by site account profile - optional: true - filters: - - name: dateparse - args: "Jan 2 2006 03:04 PM" - date: - text: "{{ if or .Result.date_day .Result.date_year }}{{ or .Result.date_day .Result.date_year }}{{ else }}now{{ end }}" - size: - selector: td:nth-last-child(6) - grabs: - selector: td:nth-last-child(5) - filters: - - name: regexp - args: (\d+) - seeders: - selector: td:nth-last-child(4) - leechers: - selector: td:nth-last-child(3) - downloadvolumefactor: - case: - "a.info:contains(\"[FREE]\")": 0 - "*": 1 - uploadvolumefactor: - case: - "*": 1 - minimumratio: - text: 1.0 - minimumseedtime: - # 2 days (as seconds = 2 x 24 x 60 x 60) - text: 172800 -# U-232 V5 (customised) diff --git a/src/Jackett.Common/Definitions/thedarkcommunity-api.yml b/src/Jackett.Common/Definitions/thedarkcommunity-api.yml new file mode 100644 index 000000000..203418463 --- /dev/null +++ b/src/Jackett.Common/Definitions/thedarkcommunity-api.yml @@ -0,0 +1,166 @@ +--- +id: thedarkcommunity +name: TheDarkCommunity (API) +description: "TheDarkCommunity (TDC) is a Private Torrent Tracker for MOVIES / TV" +language: en-US +type: private +encoding: UTF-8 +links: + - https://thedarkcommunity.cc/ + +caps: + categorymappings: + - {id: 1, cat: Movies, desc: "Movies"} + - {id: 2, cat: TV, desc: "TV"} + + modes: + search: [q] + tv-search: [q, season, ep, imdbid, tvdbid, tmdbid] + movie-search: [q, imdbid, tmdbid] + +settings: + - name: apikey + type: text + label: APIKey + - name: info_key + type: info + label: About your API key + default: "Find or Generate a new API Token by accessing your TheDarkCommunity account My Security page and clicking on the API Token tab." + - name: freeleech + type: checkbox + label: Search freeleech only + default: false + - name: sort + type: select + label: Sort requested from site + default: created_at + options: + created_at: created + seeders: seeders + size: size + name: title + - name: type + type: select + label: Order requested from site + default: desc + options: + desc: desc + asc: asc + +login: + path: /api/torrents + method: get + inputs: + api_token: "{{ .Config.apikey }}" + error: + - selector: a[href*="/login"] + message: + text: "The API key was not accepted by {{ .Config.sitelink }}." + +search: + paths: + # https://hdinnovations.github.io/UNIT3D-Community-Edition-Docs/api_endpoints.html + # https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/app/Http/Controllers/API/TorrentController.php + - path: "/api/torrents/filter" + response: + type: json + + inputs: + # if we have an id based search, add Season and Episode as query in name for UNIT3D < v6. Else pass S/E Params for UNIT3D >= v6 + api_token: "{{ .Config.apikey }}" + name: "{{ .Keywords }}" + $raw: "{{ if .Query.Season }}&seasonNumber={{ .Query.Season }}{{ else }}{{ end }}{{ if .Query.Ep }}&episodeNumber={{ .Query.Ep }}{{ else }}{{ end }}{{ if .Query.TMDBID }}&tmdbId={{ .Query.TMDBID }}{{ else }}{{ end }}{{ if .Query.IMDBIDShort }}&imdbId={{ .Query.IMDBIDShort }}{{ else }}{{ end }}{{ if .Query.TVDBID }}&tvdbId={{ .Query.TVDBID }}{{ else }}{{ end }}{{ range .Categories }}&categories[]={{.}}{{end}}{{ if .Config.freeleech }}&free[]=100{{ else }}{{ end }}" + sortField: "{{ .Config.sort }}" + sortDirection: "{{ .Config.type }}" + perPage: 100 + page: 1 + + keywordsfilters: + - name: re_replace + args: ["\\.", " "] + + rows: + selector: data + attribute: attributes + count: + selector: meta.total + + fields: + category: + selector: category_id + title: + selector: name + details: + selector: details_link + download: + selector: download_link + infohash: + selector: info_hash + poster: + selector: meta.poster + filters: + - name: replace + args: ["https://via.placeholder.com/90x135", ""] + imdbid: + selector: imdb_id + tmdbid: + selector: tmdb_id + tvdbid: + selector: tvdb_id + genre: + selector: meta.genres + filters: + - name: re_replace + args: ["(?i)(Science Fiction)", "Science_Fiction"] + - name: re_replace + args: ["(?i)(TV Movie)", "TV_Movie"] + - name: replace + args: [" & ", "_&_"] + description: + text: "{{ .Result.genre }}" + files: + selector: num_file + seeders: + selector: seeders + leechers: + selector: leechers + grabs: + selector: times_completed + date: + # "created_at": "2021-10-18T00:34:50.000000Z" is returned by Newtonsoft.Json.Linq as 18/10/2021 00:34:50 + selector: created_at + filters: + - name: append + args: " +00:00" # GMT + - name: dateparse + args: "01/02/2006 15:04:05 -07:00" + size: + selector: size + downloadvolumefactor: + # api returns 0%, 25%, 50%, 75%, 100% + selector: freeleech + case: + 0%: 1 # not free + 25%: 0.75 + 50%: 0.5 + 75%: 0.25 + 100%: 0 # freeleech + "*": 0 # catch errors + uploadvolumefactor: + # api returns 0=false, 1=true + selector: double_upload + case: + 0: 1 # normal + 1: 2 # double +# global MR is 0.4 but torrents must be seeded for 7 days regardless of ratio +# minimumratio: +# text: 0.4 +# minimumseedtime: +# # 7 day (as seconds = 7 x 24 x 60 x 60) +# text: 604800 + minimumratio: + text: 1.0 + minimumseedtime: + # 2 days (as seconds = 2 x 24 x 60 x 60) + text: 172800 +# json UNIT3D 6.5.0 diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 0d28149ab..1363558e1 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -256,6 +256,7 @@ namespace Jackett.Updater "Definitions/01torrent.yml", "Definitions/24rolika.yml", "Definitions/32pages.yml", + "Definitions/3evils.yml", "Definitions/3evils-api.yml", "Definitions/420files.yml", "Definitions/7torrents.yml",