freyta / WWE-Network-Downloader

My own WWE downloader.
38 stars 12 forks source link

SyntaxWarning in wwe.py #36

Open HoriaDuna opened 2 months ago

HoriaDuna commented 2 months ago

Hello, I am getting the following error:

Downloads\wwe.py:10: SyntaxWarning: invalid escape sequence '\d' time_matches = re.match("\\b(\d{2}):\\b(\d{2}):\\b(\d{2})", time)

I have python 3.12.3 and am using the default files downloaded from github. Any Idea what this is and how to fix it?