From 37e035d19e672ecd9c17b94f74e6a5631e5c49bc Mon Sep 17 00:00:00 2001 From: jnozsc <470215+jnozsc@users.noreply.github.com> Date: Sat, 18 Apr 2020 19:34:28 -0700 Subject: [PATCH] return raw title for fanza --- fanza.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fanza.py b/fanza.py index 607260c..fe4c7f4 100644 --- a/fanza.py +++ b/fanza.py @@ -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),