return raw title for fanza
This commit is contained in:
2
fanza.py
2
fanza.py
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user