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.")