Skip to content

Commit

Permalink
anime-free: category and size can be missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed May 29, 2021
1 parent 22d0bfa commit 1b3821c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Jackett.Common/Definitions/anime-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ search:

fields:
category:
text: 54
category|noappend:
optional: true
selector: a[href*="category="]
attribute: href
case:
Expand Down Expand Up @@ -130,6 +133,9 @@ search:
leechers:
text: 1
size:
text: "0 B"
size:
optional: true
selector: b.file_size
downloadvolumefactor:
text: 0
Expand Down

0 comments on commit 1b3821c

Please sign in to comment.