mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
mteamtp: use download links from listing and increase delay (#14002)
This commit is contained in:
@@ -5,7 +5,7 @@ description: "M-Team TP (MTTP) is a CHINESE Private Torrent Tracker for HD MOVIE
|
|||||||
language: zh-CN
|
language: zh-CN
|
||||||
type: private
|
type: private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
requestDelay: 2
|
requestDelay: 3
|
||||||
links:
|
links:
|
||||||
- https://kp.m-team.cc/
|
- https://kp.m-team.cc/
|
||||||
legacylinks:
|
legacylinks:
|
||||||
@@ -68,10 +68,6 @@ settings:
|
|||||||
type: checkbox
|
type: checkbox
|
||||||
label: Search freeleech only
|
label: Search freeleech only
|
||||||
default: false
|
default: false
|
||||||
- name: info
|
|
||||||
type: info
|
|
||||||
label: ""
|
|
||||||
default: For best results disable the torrent name tooltip (User CP/Tracker Settings/Torrents Page). Otherwise long release names will be cut off.
|
|
||||||
- name: sort
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
@@ -92,6 +88,14 @@ settings:
|
|||||||
type: info
|
type: info
|
||||||
label: Results Per Page
|
label: Results Per Page
|
||||||
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
|
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
|
||||||
|
- name: info_title
|
||||||
|
type: info
|
||||||
|
label: About Titles
|
||||||
|
default: For best results, disable the torrent name tooltip in <b>User CP/Tracker Settings/Torrents Page</b>. Otherwise long release names will be cut off.
|
||||||
|
- name: info_download_link
|
||||||
|
type: info
|
||||||
|
label: About Download Links
|
||||||
|
default: For best results, you must enable the <b>Download icon</b> in <b>User CP/Tracker Settings/Torrents Page</b>.
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: takelogin.php
|
path: takelogin.php
|
||||||
@@ -104,15 +108,11 @@ login:
|
|||||||
- selector: td.embedded:has(h2:contains("failed"))
|
- selector: td.embedded:has(h2:contains("failed"))
|
||||||
- selector: td.toolbox:contains("錯誤")
|
- selector: td.toolbox:contains("錯誤")
|
||||||
- selector: td.toolbox:contains("Error")
|
- selector: td.toolbox:contains("Error")
|
||||||
|
- selector: td.toolbox:contains("限制登")
|
||||||
test:
|
test:
|
||||||
path: index.php
|
path: index.php
|
||||||
selector: a[href="logout.php"]
|
selector: a[href="logout.php"]
|
||||||
|
|
||||||
download:
|
|
||||||
selectors:
|
|
||||||
- selector: a[href$="&https=1"]
|
|
||||||
attribute: href
|
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: torrents.php
|
- path: torrents.php
|
||||||
@@ -130,7 +130,7 @@ search:
|
|||||||
spstate: "{{ if .Config.freeleech }}2{{ else }}0{{ end }}"
|
spstate: "{{ if .Config.freeleech }}2{{ else }}0{{ end }}"
|
||||||
# 0 title, 3 uploader, 4 imdb url
|
# 0 title, 3 uploader, 4 imdb url
|
||||||
search_area: "{{ if .Query.IMDBID }}4{{ else }}0{{ end }}"
|
search_area: "{{ if .Query.IMDBID }}4{{ else }}0{{ end }}"
|
||||||
# 0 and, 1 or, 2 exact
|
# 0 AND, 1 OR, 2 exact
|
||||||
search_mode: 0
|
search_mode: 0
|
||||||
sort: "{{ .Config.sort }}"
|
sort: "{{ .Config.sort }}"
|
||||||
type: "{{ .Config.type }}"
|
type: "{{ .Config.type }}"
|
||||||
@@ -159,10 +159,10 @@ search:
|
|||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="download.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
poster:
|
poster:
|
||||||
selector: img[alt="torrent thumbnail"]
|
selector: img[alt="torrent thumbnail"][src]
|
||||||
attribute: src
|
attribute: src
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
|
@@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
id: mteamtp2fa
|
id: mteamtp2fa
|
||||||
name: MTeamTP2FA
|
name: M-Team - TP (2FA)
|
||||||
description: "this indexer uses a cookie login for MTeamTP for those that want to use 2FA"
|
description: "This indexer uses a cookie login for M-Team TP (MTTP) for those that want to use 2FA"
|
||||||
language: zh-CN
|
language: zh-CN
|
||||||
type: private
|
type: private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
requestDelay: 2
|
requestDelay: 3
|
||||||
links:
|
links:
|
||||||
- https://kp.m-team.cc/
|
- https://kp.m-team.cc/
|
||||||
legacylinks:
|
legacylinks:
|
||||||
@@ -76,10 +76,6 @@ settings:
|
|||||||
type: checkbox
|
type: checkbox
|
||||||
label: Search freeleech only
|
label: Search freeleech only
|
||||||
default: false
|
default: false
|
||||||
- name: infotitle
|
|
||||||
type: info
|
|
||||||
label: About Titles
|
|
||||||
default: For best results disable the torrent name tooltip (User CP/Tracker Settings/Torrents Page). Otherwise long release names will be cut off.
|
|
||||||
- name: sort
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
@@ -100,6 +96,14 @@ settings:
|
|||||||
type: info
|
type: info
|
||||||
label: Results Per Page
|
label: Results Per Page
|
||||||
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
|
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
|
||||||
|
- name: info_title
|
||||||
|
type: info
|
||||||
|
label: About Titles
|
||||||
|
default: For best results, disable the torrent name tooltip in <b>User CP/Tracker Settings/Torrents Page</b>. Otherwise long release names will be cut off.
|
||||||
|
- name: info_download_link
|
||||||
|
type: info
|
||||||
|
label: About Download Links
|
||||||
|
default: For best results, you must enable the <b>Download icon</b> in <b>User CP/Tracker Settings/Torrents Page</b>.
|
||||||
|
|
||||||
login:
|
login:
|
||||||
method: cookie
|
method: cookie
|
||||||
@@ -109,11 +113,6 @@ login:
|
|||||||
path: index.php
|
path: index.php
|
||||||
selector: a[href="logout.php"]
|
selector: a[href="logout.php"]
|
||||||
|
|
||||||
download:
|
|
||||||
selectors:
|
|
||||||
- selector: a[href$="&https=1"]
|
|
||||||
attribute: href
|
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: torrents.php
|
- path: torrents.php
|
||||||
@@ -163,10 +162,10 @@ search:
|
|||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="download.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
poster:
|
poster:
|
||||||
selector: img[alt="torrent thumbnail"]
|
selector: img[alt="torrent thumbnail"][src]
|
||||||
attribute: src
|
attribute: src
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
|
Reference in New Issue
Block a user