Skip to content

Commit

Permalink
bitbazis: update row selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Dec 5, 2021
1 parent 51ce6a2 commit f2c9c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jackett.Common/Definitions/bitbazis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ search:
# site does not support imdbid searching or appear to have freeleech

rows:
selector: table[ width="1000px"] tbody tr:has(a[href^="userdetails.php?id="])
selector: table[width="900px"]:last-child tbody tr:has(a[href^="userdetails.php?id="])

fields:
category:
Expand Down

0 comments on commit f2c9c61

Please sign in to comment.