Attic is a cozy space with lofty ambitions. attic.social
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

improve title regexp

+1 -1
+1 -1
src/routes/bookmarks/title/+server.ts
··· 25 25 throw new Error(); 26 26 } 27 27 const html = await response.text(); 28 - const match = html.match(/<title>(.+?)<\/title>/); 28 + const match = html.match(/<title[^>]*>(.+?)<\/title>/); 29 29 if (match === null) { 30 30 throw new Error(); 31 31 }