diff --git a/src/lib/fetcha.ts b/src/lib/fetcha.ts index 80cea13..1473803 100644 --- a/src/lib/fetcha.ts +++ b/src/lib/fetcha.ts @@ -12,7 +12,7 @@ export default async function fetcha(url: string): Promise { // Depending on the host of the url, we will use a different fetch method // to extract the download url(s). const host = new URL(url).host; - const excludeStlRegex = /\.(?!stl)(?!3mf).*$/; + const excludeStlRegex = /\.(?!3mf).*$/; switch (host) { // Printables