mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Parsing fixes for iloveclassics and bigtorrent (#1275)
* add * Add 3D Torrents * Accidently commited an old version of the 3dtorrents yaml file * Allow searching by categories for TPB * add * add * Fix error when pressing the Test button for TPB. This will remove searching by category for the time being. * Change HDPter to Ourbits * iloveclassics - the date is not within td:nth-child(2) div, but rather just td:nth-child(2), so remove the div bigtorrent - grabs and files data are not displayed in the grid. Seeders and leechers data was off by a column
This commit is contained in:
@@ -81,16 +81,12 @@
|
||||
details:
|
||||
selector: a[href^="details.php?id="]
|
||||
attribute: href
|
||||
grabs:
|
||||
selector: td:nth-child(8)
|
||||
files:
|
||||
selector: td:nth-child(5)
|
||||
size:
|
||||
selector: td:nth-child(7)
|
||||
seeders:
|
||||
selector: td:nth-child(9)
|
||||
selector: td:nth-child(8)
|
||||
leechers:
|
||||
selector: td:nth-child(10)
|
||||
selector: td:nth-child(9)
|
||||
date:
|
||||
selector: td:nth-child(4)
|
||||
downloadvolumefactor:
|
||||
|
@@ -95,7 +95,7 @@
|
||||
leechers:
|
||||
selector: td:nth-child(7)
|
||||
date:
|
||||
selector: td:nth-child(2) div
|
||||
selector: td:nth-child(2)
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
"img[title=\"This Torrent is on Free Leech. Download amounts do not count to your ratio\"]": "0"
|
||||
|
Reference in New Issue
Block a user