Update DataClass.py, GetArc_Ehentai.py, and 3 more files...
E-hentai Page Parse DataClass added
This commit is contained in:
10
main.py
10
main.py
@@ -1,8 +1,12 @@
|
||||
import GetArc_Hitomi as gethitomi
|
||||
import GetArc_Hitomi as getHitomi
|
||||
import GetArc_Ehentai as getEhentai
|
||||
|
||||
def main():
|
||||
obj = gethitomi.MangaInfo()
|
||||
obj.GetSearchResult("trouble sweets")
|
||||
#getHitomi.GetSearchResult("trouble sweets")
|
||||
getEhentai.GetSearchResult("artist%3A%22kotomi+yo-ji%24%22")
|
||||
|
||||
#artist:"kotomi yo-ji$"
|
||||
#"artist%3A%22kotomi+yo-ji%24%22"
|
||||
|
||||
|
||||
# For Main Loop
|
||||
|
||||
Reference in New Issue
Block a user