Skip to content

Commit

Permalink
Merge pull request #97 from elfhosted/update-zilean-attribute-names
Browse files Browse the repository at this point in the history
fix attribute names for Zilean > v1.5.1
  • Loading branch information
g0ldyy authored Aug 15, 2024
2 parents 6cfdc58 + 7bda0c5 commit 28cbee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comet/utils/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ async def get_zilean(
take_first = get_dmm[: settings.ZILEAN_TAKE_FIRST]
for result in take_first:
object = {
"Title": result["rawTitle"],
"InfoHash": result["infoHash"],
"Title": result["raw_title"],
"InfoHash": result["info_hash"],
"Size": result["size"],
"Tracker": "DMM",
}
Expand Down

0 comments on commit 28cbee5

Please sign in to comment.