bugfix + postprocessing
This commit is contained in:
@ -6,10 +6,10 @@ from craft_storage import CraftStorage
|
||||
|
||||
|
||||
def main():
|
||||
url = 'https://ru.minecraft.wiki/w/IndustrialCraft_2/Термальная_центрифуга'
|
||||
url = 'https://ru.minecraft.wiki/w/IndustrialCraft_2/Квантовая_броня'
|
||||
storage = CraftStorage()
|
||||
facade = CraftFacade()
|
||||
facade.extract(url, storage, recursive=False)
|
||||
facade.extract(url, storage, recursive=True)
|
||||
storage.save()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user