Skip to content

Commit

Permalink
fixed zilean movies
Browse files Browse the repository at this point in the history
  • Loading branch information
varthe committed Aug 16, 2024
1 parent 1280b53 commit 0363025
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions comet/utils/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,9 @@ async def get_zilean(
take_first = get_dmm[: settings.ZILEAN_TAKE_FIRST]
for result in take_first:
object = {
"Title": result["filename"],
"InfoHash": result["infoHash"],
"Size": result["filesize"],
"Title": result["raw_title"],
"InfoHash": result["info_hash"],
"Size": result["size"],
"Tracker": "DMM",
}

Expand Down

0 comments on commit 0363025

Please sign in to comment.