From eed34815ec8b0f15f479fd6eff2198f6b797e690 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Mon, 27 Jul 2020 00:44:07 +0100 Subject: [PATCH] pc-torrent: removed - down for 30 days. Resolves #7933 (#9237) --- README.md | 1 - src/Jackett.Common/Definitions/pctorrent.yml | 60 -------------------- src/Jackett.Updater/Program.cs | 1 + 3 files changed, 1 insertion(+), 61 deletions(-) delete mode 100644 src/Jackett.Common/Definitions/pctorrent.yml diff --git a/README.md b/README.md index 950ffae6b..e2d53b5a2 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * OneJAV * OxTorrent * ParnuXi - * PC-torrent * PiratBit * Pirateiro * Pornforall diff --git a/src/Jackett.Common/Definitions/pctorrent.yml b/src/Jackett.Common/Definitions/pctorrent.yml deleted file mode 100644 index 09bc125e3..000000000 --- a/src/Jackett.Common/Definitions/pctorrent.yml +++ /dev/null @@ -1,60 +0,0 @@ ---- -id: pctorrent -name: PC-torrent -description: "PC-torrent is a RUSSIAN Public Torrent Tracker for Games" -language: ru-ru -type: public -encoding: windows-1251 -links: - - https://pc-torrent.org/ - -caps: - categorymappings: - - {id: 1, cat: PC/Games, desc: "Games"} - - modes: - search: [q] - -settings: [] - -download: - selector: a[href*="/engine/download.php?id="] - attribute: href - -search: - paths: - - path: "{{ if .Keywords }}?do=search&subaction=search&search_start=0&full_search=1&result_from=1&story={{ .Keywords }}{{else}}{{end}}" - - rows: - selector: div.dshort:has(div.d3-raz):not(:has(div.d3-raz:contains("Анонс!"))) # no size means indirect download via 3rd party site, not supported by cardigann. #8020 - filters: - - name: andmatch # issue #8019 - - fields: - category: - text: 1 - title: - selector: div.d3-title - details: - selector: a - attribute: href - download: - selector: a - attribute: href - banner: - selector: img - attribute: src - optional: true - date: - text: now - size: - selector: div.d3-raz - seeders: - text: 1 - leechers: - text: 1 - downloadvolumefactor: - text: 0 - uploadvolumefactor: - text: 1 -# DataLife diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 9c19535e4..431eafe9f 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -351,6 +351,7 @@ namespace Jackett.Updater "Definitions/nyaa.yml", "Definitions/nyoo.yml", "Definitions/passionetorrent.yml", + "Definitions/pctorrent.yml", "Definitions/polishtracker.yml", "Definitions/qctorrent.yml", "Definitions/qxr.yml",