Skip to content

Commit

Permalink
piratbit: fix English date selector
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Jun 4, 2022
1 parent 42c4b14 commit a973ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Jackett.Common/Definitions/piratbit.yml
Expand Up @@ -752,7 +752,7 @@ search:
selector: td > u
date:
# unix
selector: td[title="Добавлен"] > u
selector: td[title="Добавлен"] > u, td[title="Added"] > u
# Russian and Ukranian and English languages are supported
grabs:
selector: td[title^="Ответов"], td[title^="Відповідей"], td[title^="Replies"]
Expand Down
2 changes: 1 addition & 1 deletion src/Jackett.Common/Definitions/piratbitl.yml
Expand Up @@ -769,7 +769,7 @@ search:
# 2 date flavours for 3 languages
date:
# unix
selector: td[title="Добавлен"] > u
selector: td[title="Добавлен"] > u, td[title="Added"] > u
# Russian and Ukranian and English languages are supported
grabs:
selector: td[title^="Ответов"], td[title^="Відповідей"], td[title^="Replies"]
Expand Down

0 comments on commit a973ee6

Please sign in to comment.