4kwallpapers-scraper/__main__.py

8 lines
143 B
Python

from scraper import Scraper, Category, Image
import sys
if __name__ == "__main__":
scraper = Scraper()
scraper.download(sys.argv[1])