Skip to content

Commit

Permalink
add missing params for easy upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiShi1313 committed Oct 12, 2021
1 parent d4963f2 commit 4c1fe1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions differential/plugins/nexusphp.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,12 @@ def torrentInfo(self):
"title": self.title,
"subtitle": self.subtitle,
"description": self.description,
"originalDescription": '',
"doubanUrl": self.doubanUrl,
"doubanInfo": '',
"imdbUrl": self.imdbUrl,
"mediaInfo": self.mediaInfo,
"mediaInfos": [self.mediaInfo],
"screenshots": self.screenshots,
"poster": self.poster,
"year": self.year,
Expand All @@ -333,6 +336,9 @@ def torrentInfo(self):
"movieName": self.movieName,
"size": self.size,
"tags": self.tags,
"otherTags": [],
"comparisons": [],
"isForbidden": False
}

def upload(self):
Expand Down

0 comments on commit 4c1fe1f

Please sign in to comment.