From d36c9761dc1325bc52fc4044e2d64dc6075f395a Mon Sep 17 00:00:00 2001 From: "Stephen Gabriel S. Alojado" <157614863+t1pen@users.noreply.github.com> Date: Fri, 10 May 2024 01:15:43 +0800 Subject: [PATCH] Update gui.py --- gui/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui.py b/gui/gui.py index 17f2582a..ec3dfb59 100644 --- a/gui/gui.py +++ b/gui/gui.py @@ -45,7 +45,7 @@ def btn_clicked(): return match = re.search( - r'https://www.figma.com/file/([0-9A-Za-z]+)', URL.strip()) + r'https://www.figma.com/design/([0-9A-Za-z]+)', URL.strip()) if match is None: tk.messagebox.showerror( "Invalid URL!", "Please enter a valid file URL.")