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:
adamwinn
2017-04-13 19:14:29 -06:00
committed by flightlevel
parent 271a386722
commit ed601a0f7d
2 changed files with 3 additions and 7 deletions

View File

@@ -81,16 +81,12 @@
details: details:
selector: a[href^="details.php?id="] selector: a[href^="details.php?id="]
attribute: href attribute: href
grabs:
selector: td:nth-child(8)
files:
selector: td:nth-child(5)
size: size:
selector: td:nth-child(7) selector: td:nth-child(7)
seeders: seeders:
selector: td:nth-child(9) selector: td:nth-child(8)
leechers: leechers:
selector: td:nth-child(10) selector: td:nth-child(9)
date: date:
selector: td:nth-child(4) selector: td:nth-child(4)
downloadvolumefactor: downloadvolumefactor:

View File

@@ -95,7 +95,7 @@
leechers: leechers:
selector: td:nth-child(7) selector: td:nth-child(7)
date: date:
selector: td:nth-child(2) div selector: td:nth-child(2)
downloadvolumefactor: downloadvolumefactor:
case: case:
"img[title=\"This Torrent is on Free Leech. Download amounts do not count to your ratio\"]": "0" "img[title=\"This Torrent is on Free Leech. Download amounts do not count to your ratio\"]": "0"