Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down