16 lines
329 B
Python
16 lines
329 B
Python
import GetArc_Hitomi as getHitomi
|
|
import GetArc_Ehentai as getEhentai
|
|
|
|
def main():
|
|
#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
|
|
if __name__ == '__main__':
|
|
main()
|
|
|