mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
add mypornclub a public 3x site. resolves #7344
This commit is contained in:
@@ -82,6 +82,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* Monova
|
* Monova
|
||||||
* MovCr
|
* MovCr
|
||||||
* MoviesDVDR
|
* MoviesDVDR
|
||||||
|
* MyPornClub
|
||||||
* Newpct (aka: tvsinpagar, descargas2020, torrentlocura, torrentrapid, tumejortorrent, pctnew, etc)
|
* Newpct (aka: tvsinpagar, descargas2020, torrentlocura, torrentrapid, tumejortorrent, pctnew, etc)
|
||||||
* Newstudio
|
* Newstudio
|
||||||
* Nitro
|
* Nitro
|
||||||
|
59
src/Jackett.Common/Definitions/mypornclub.yml
Normal file
59
src/Jackett.Common/Definitions/mypornclub.yml
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
---
|
||||||
|
site: mypornclub
|
||||||
|
name: MyPornClub
|
||||||
|
description: "MyPornClub is a Public Torrent Tracker for 3X"
|
||||||
|
language: en
|
||||||
|
type: public
|
||||||
|
encoding: UTF-8
|
||||||
|
links:
|
||||||
|
- https://myporn.club/
|
||||||
|
|
||||||
|
caps:
|
||||||
|
categorymappings:
|
||||||
|
- {id: XXX, cat: XXX, desc: "XXX"}
|
||||||
|
|
||||||
|
modes:
|
||||||
|
search: [q]
|
||||||
|
|
||||||
|
settings: []
|
||||||
|
|
||||||
|
download:
|
||||||
|
selector: a[href^="magnet:?xt="]
|
||||||
|
attribute: href
|
||||||
|
|
||||||
|
search:
|
||||||
|
paths:
|
||||||
|
- path: "{{ if .Keywords }}search/{{ re_replace .Keywords \"\\s+\" \"-\" }}{{else}}torrents{{end}}"
|
||||||
|
|
||||||
|
rows:
|
||||||
|
selector: div.torrents_list > div.torrent_element
|
||||||
|
filters:
|
||||||
|
- name: andmatch
|
||||||
|
|
||||||
|
fields:
|
||||||
|
category:
|
||||||
|
text: XXX
|
||||||
|
title:
|
||||||
|
selector: a[href^="/torrent/"]
|
||||||
|
remove: i
|
||||||
|
details:
|
||||||
|
selector: a[href^="/torrent/"]
|
||||||
|
attribute: href
|
||||||
|
download:
|
||||||
|
selector: a[href^="/torrent/"]
|
||||||
|
attribute: href
|
||||||
|
date:
|
||||||
|
selector: div.torrent_element_info span:nth-child(2)
|
||||||
|
size:
|
||||||
|
selector: div.torrent_element_info span:nth-child(4)
|
||||||
|
grabs:
|
||||||
|
selector: div.torrent_element_info span:nth-child(8)
|
||||||
|
seeders:
|
||||||
|
selector: div.torrent_element_info span:nth-child(10)
|
||||||
|
leechers:
|
||||||
|
selector: div.torrent_element_info span:nth-child(12)
|
||||||
|
downloadvolumefactor:
|
||||||
|
text: 0
|
||||||
|
uploadvolumefactor:
|
||||||
|
text: 1
|
||||||
|
# engine n/a
|
Reference in New Issue
Block a user