PTFiles: adjust rows selector

fix #1844
This commit is contained in:
kaso17 2017-10-23 17:47:58 +02:00
parent dae55ad500
commit 0846ca40cd
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@
onlyname: 1 onlyname: 1
onlyname2: true onlyname2: true
rows: rows:
selector: table#tortable > tbody > tr.rowhead # for some users (don't know why) the table is called tablethree instead of tortable
selector: table#tortable > tbody > tr.rowhead, table#tablethree > tbody > tr.rowhead
fields: fields:
download: download:
selector: a[href^="dl.php/"] selector: a[href^="dl.php/"]