Files
CollectMangaInfo/main.py
Lee Young Hoon cc02151899 utility class added
자료 저장 구조 고민중...
2024-04-08 01:33:15 +09:00

16 lines
328 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()