From 32acd1400ba20fa492e34a98e2160058bf3af2b1 Mon Sep 17 00:00:00 2001 From: Lev Date: Mon, 12 Dec 2022 14:41:11 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=B0=D1=82=D1=82=D0=B5=D1=80=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=B4=D0=BB=D1=8F=20=D0=BE=D1=87=D0=B8=D1=81=D1=82?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=BF=D1=83=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 71bd901..29e9453 100644 --- a/main.py +++ b/main.py @@ -30,7 +30,7 @@ ALBUM_RE = re.compile(r'album/(\d+)$') ARTIST_RE = re.compile(r'artist/(\d+)$') PLAYLIST_RE = re.compile(r'([\w\-]+)/playlists/(\d+)$') -CLEAR_PATH_RE = re.compile(r'[^\w\-_\./ ]+') +CLEAR_PATH_RE = re.compile(r'[^\w\-_\.\\()/ ]+') @dataclass