freyta / WWE-Network-Downloader

My own WWE downloader.
38 stars 12 forks source link

IndentationError: unindent does not match any outer indentation level #35

Closed tr3v0rb closed 2 months ago

tr3v0rb commented 2 months ago

Hi all,

Wondering where I am going wrong?

Cheers

Trev

C:\Users\trevo\Desktop\WWE-Network-Downloader-master>python3 main.py -t https://watch.wwe.com/episode/SmackDown-130268 C:\Users\trevo\Desktop\WWE-Network-Downloader-master\wwe.py:10: SyntaxWarning: invalid escape sequence '\d' time_matches = re.match("\b(\d{2}):\b(\d{2}):\b(\d{2})", time) Traceback (most recent call last): File "C:\Users\trevo\Desktop\WWE-Network-Downloader-master\main.py", line 3, in import wwe File "C:\Users\trevo\Desktop\WWE-Network-Downloader-master\wwe.py", line 145 for i in chapters: ^ IndentationError: unindent does not match any outer indentation level

C:\Users\trevo\Desktop\WWE-Network-Downloader-master>

tr3v0rb commented 2 months ago

space missing at beginning of line 145 in wwe.py

Make sure "for" is in line with the indentation