Jertzukka / xenforo-scraper

Media scraper for Xenforo-forums written in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error

zooool opened this issue · comments

commented

Trying to run this results in:

 File "xenforo-scraper.py", line 40
    print(f"File sizes: Max: {bytesToShort(maxsize)}, Min: {bytesToShort(minsize)}")

Trying to run this results in:

 File "xenforo-scraper.py", line 40
    print(f"File sizes: Max: {bytesToShort(maxsize)}, Min: {bytesToShort(minsize)}")

Means you're missing convert.py which is imported and use in xenforo-scraper.py. Make sure you have both python files in the same folder when ran.