Merge pull request #216 from jnozsc/fix_fanza_title

return raw title for fanza
This commit is contained in:
Yoshiko2
2020-04-22 02:17:49 +08:00
committed by GitHub

View File

@@ -207,7 +207,7 @@ def main(number):
# so get the hinban first, and then pass it to following functions
fanza_hinban = getNum(htmlcode)
data = {
"title": getTitle(htmlcode).strip(getActor(htmlcode)),
"title": getTitle(htmlcode).strip(),
"studio": getStudio(htmlcode),
"outline": getOutline(htmlcode),
"runtime": getRuntime(htmlcode),