diff --git a/src/Jackett.Common/Definitions/greekteam.yml b/src/Jackett.Common/Definitions/greekteam.yml index 5478ec4d8..7fa31e835 100644 --- a/src/Jackett.Common/Definitions/greekteam.yml +++ b/src/Jackett.Common/Definitions/greekteam.yml @@ -121,20 +121,20 @@ download: text: "download2.php?torrent={{ .Result._id }}" files: - selector: td:nth-child(3) + selector: td:has(a[href$="filelist=1"]) date: - selector: td:nth-child(5) > nobr + selector: td:has(a[href$="filelist=1"]) ~ td ~ td > nobr filters: - name: append args: " +02:00" - name: dateparse args: "2006-01-0215:04:05 -07:00" size: - selector: td:nth-child(7) + selector: td:has(a[href$="filelist=1"]) ~ td ~ td ~ td ~ td seeders: - selector: td:nth-child(8) + selector: td:has(a[href$="filelist=1"]) ~ td ~ td ~ td ~ td ~ td leechers: - selector: td:nth-child(9) + selector: td:has(a[href$="filelist=1"]) ~ td ~ td ~ td ~ td ~ td ~ td downloadvolumefactor: case: "img[src=\"pic/free.png\"]": "0"