mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Add BTXpress (#3339)
* Add btxpress.yml * Update README.md * Delete btworld BTWorld is now known as BTXpress
This commit is contained in:
@@ -126,7 +126,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* BroadcastTheNet
|
* BroadcastTheNet
|
||||||
* BrokenStones
|
* BrokenStones
|
||||||
* BTNext
|
* BTNext
|
||||||
* BTWorld
|
* BTXpress
|
||||||
* Carpathians
|
* Carpathians
|
||||||
* CCFBits
|
* CCFBits
|
||||||
* CGPeers
|
* CGPeers
|
||||||
|
@@ -1,17 +1,18 @@
|
|||||||
---
|
---
|
||||||
site: btworld
|
site: btxpress
|
||||||
name: BTWorld
|
name: BTXpress
|
||||||
description: "HD Movie/TV Tracker"
|
description: "HD Tracker Movies/TV/Music"
|
||||||
language: en-us
|
language: en-us
|
||||||
type: private
|
type: private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
- https://btworld.org/
|
- https://btxpress.org/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
- {id: 1, cat: Movies, desc: "Movies"}
|
- {id: 1, cat: Movies, desc: "Movies"}
|
||||||
- {id: 2, cat: TV, desc: "TV"}
|
- {id: 2, cat: TV, desc: "TV"}
|
||||||
|
- {id: 3, cat: Music, desc: "Music"}
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
@@ -70,18 +71,14 @@
|
|||||||
details:
|
details:
|
||||||
selector: a.view-torrent
|
selector: a.view-torrent
|
||||||
attribute: href
|
attribute: href
|
||||||
imdb:
|
|
||||||
optional: true
|
|
||||||
selector: a[href*="://www.imdb.com/title/"]
|
|
||||||
attribute: href
|
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(5)
|
selector: td:nth-child(4)
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-child(7)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-child(8)
|
|
||||||
grabs:
|
|
||||||
selector: td:nth-child(6)
|
selector: td:nth-child(6)
|
||||||
|
leechers:
|
||||||
|
selector: td:nth-child(7)
|
||||||
|
grabs:
|
||||||
|
selector: td:nth-child(5)
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: ([\d\.]+)
|
args: ([\d\.]+)
|
Reference in New Issue
Block a user