Skip to content

Commit 2e4f602

Browse files
fix SyntaxWarning: invalid escape sequence
1 parent c418c6b commit 2e4f602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gucken/hoster/vidmoly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from .common import DirectLink, Hoster
77

8-
VIDMOLY_PATTERN = re_compile("sources: \[{file:\"(?P<url>.*?)\"}]")
8+
VIDMOLY_PATTERN = re_compile(r"sources: \[{file:\"(?P<url>.*?)\"}]")
99

1010

1111
@dataclass

0 commit comments

Comments
 (0)