Fixed typo
This commit is contained in:
parent
131303d55f
commit
eaf3cb8222
@ -1,3 +1,5 @@
|
||||
#!/bin/python3
|
||||
|
||||
from Scrapper import Khinsider
|
||||
|
||||
x = Khinsider()
|
||||
@ -5,10 +7,11 @@ x = Khinsider()
|
||||
search_list = [
|
||||
"Pokemon",
|
||||
"Digimon",
|
||||
"Halo"
|
||||
]
|
||||
|
||||
x.generate_index()
|
||||
for word in search_list:
|
||||
for i in x.find_entry(keyword=word):
|
||||
print(i.name)
|
||||
x.download_album(i, f"./{word}/tmp")
|
||||
x.download_album(i, f"./tmp/{word}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user