return raw title for fanza

This commit is contained in:
jnozsc
2020-04-18 19:34:28 -07:00
parent 7be685702b
commit 37e035d19e

View File

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