Skip to content

Commit

Permalink
修正movie是uncensored时,info的uncensored与movie的值不一致的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
cnzgray committed Nov 8, 2024
1 parent 498b3b9 commit edce126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javsp/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def info_summary(movie: Movie, all_info: Dict[str, MovieInfo]):
final_info.genre.append('内嵌字幕')
if movie.uncensored:
final_info.genre.append('无码流出/破解')
final_info.uncensored = True

# 女优别名固定
if Cfg().crawler.normalize_actress_name and bool(final_info.actress_pics):
Expand Down

0 comments on commit edce126

Please sign in to comment.