diff --git a/README.md b/README.md index 75d3780e5..a6bd97c85 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * Portugas * ProPorn * ProStyleX - * PS4-Torrent * Rapidzona * RARBG * RinTor diff --git a/src/Jackett.Common/Definitions/ps4-torrent.yml b/src/Jackett.Common/Definitions/ps4-torrent.yml deleted file mode 100644 index 7b1d43422..000000000 --- a/src/Jackett.Common/Definitions/ps4-torrent.yml +++ /dev/null @@ -1,71 +0,0 @@ ---- -id: ps4-torrent -name: PS4-Torrent -description: "PS4-Torrent is a Public Russian site for PS4 Games" -language: ru-RU -type: public -encoding: UTF-8 -links: - - https://ps4-torrent.ru/ -legacylinks: - - http://ps4-torrent.ru/ # site forces https - -caps: - categories: - Console/PS4: Console/PS4 - - modes: - search: [q] - -settings: [] - -download: - selectors: - - selector: a.down-game - attribute: href - -search: - paths: - # http://ps4-torrent.ru/search/?q=%&t=0 - - path: search/ - inputs: - q: "{{ if .Keywords }}{{ .Keywords }}{{ else }}%{{ end }}" - t: 0 - - rows: - selector: table.eBlock - - fields: - category: - text: Console/PS4 - title: - selector: div.eTitle a - details: - selector: div.eTitle a - attribute: href - download: - selector: div.eTitle a - attribute: href - description: - selector: div.eDetails - date: - selector: div.eDetails - remove: a, span - filters: - - name: replace - args: ["- ", ""] - - name: append - args: " +03:00" # MSK - - name: dateparse - args: "2006-01-02 15:04:05 -07:00" - size: - text: "512 MB" - seeders: - text: 1 - leechers: - text: 1 - downloadvolumefactor: - text: 0 - uploadvolumefactor: - text: 1 -# engine uCoz diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 99f2e7ccd..8c08fcc0d 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -451,6 +451,7 @@ namespace Jackett.Updater "Definitions/polishtracker.yml", "Definitions/pornolive.yml", "Definitions/pornorip.yml", + "Definitions/ps4-torrent.yml", "Definitions/pt99.yml", "Definitions/qctorrent.yml", "Definitions/qxr.yml",