From 30cbe9d44bff399cf6c0236be3fa7da7719c0988 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 22 Jan 2025 05:24:56 +1300 Subject: [PATCH] myporno: removed. resolves #15651 --- README.md | 1 - src/Jackett.Common/Definitions/myporno.yml | 70 ---------------------- src/Jackett.Updater/Program.cs | 1 + 3 files changed, 1 insertion(+), 71 deletions(-) delete mode 100644 src/Jackett.Common/Definitions/myporno.yml diff --git a/README.md b/README.md index 06aa0fe40..46fed954d 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * MixTapeTorrent * MoviesDVDR * MyPornClub - * Myporno * Newstudio * Nipponsei * NoNaMe Club (NNM-Club) diff --git a/src/Jackett.Common/Definitions/myporno.yml b/src/Jackett.Common/Definitions/myporno.yml deleted file mode 100644 index b48167661..000000000 --- a/src/Jackett.Common/Definitions/myporno.yml +++ /dev/null @@ -1,70 +0,0 @@ ---- -id: myporno -name: Myporno -description: "Myporno is a RUSSIAN Public tracker for 3X" -language: ru-RU -type: public -encoding: UTF-8 -links: - - https://myporno.top/ - -caps: - categorymappings: - - {id: XXX, cat: XXX, desc: XXX} - - modes: - search: [q] - -settings: [] - -download: - selectors: - - selector: div#download > a[href^="magnet:"] - attribute: href - - selector: div#download > a[href$=".torrent"] - attribute: href - -search: - paths: - # https://myporno.top//index.php?do=search&subaction=search&story=blonde&submit=search+by+name - - path: index.php - inputs: - do: search - subaction: search - story: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}" - submit: "search by name" - - rows: - selector: tr.gai - - fields: - category: - text: XXX - title: - selector: td:nth-child(2) > a:last-of-type - details: - selector: td:nth-child(2) > a:last-of-type - attribute: href - download: - selector: td:nth-child(2) > a:last-of-type - attribute: href - date: - selector: td:first-child - filters: - - name: regexp - args: "(\\d{1,2}-\\d{2}-\\d{4})" - - name: append - args: " +03:00" # MSK - - name: dateparse - args: "d-MM-yyyy zzz" - size: - selector: td:nth-child(3) - 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 36dfc6548..efb62a56d 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -539,6 +539,7 @@ namespace Jackett.Updater "Definitions/mteamtp2fa.yml", // migrated to C# (API) "Definitions/music-master.yml", "Definitions/muziekfabriek.yml", + "Definitions/myporno.yml", "Definitions/nachtwerk.yml", "Definitions/nbtorrents.yml", "Definitions/nbtorrents-api.yml",