Skip to content

Commit

Permalink
Update frame.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PUNKPOTUS authored Oct 7, 2024
1 parent 54b8077 commit a7d0705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frames/frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8">
<title>Degen Meow Meow</title>
<title>Video Frame Builder</title>
<link href="https://vjs.zencdn.net/8.10.0/video-js.css" rel="stylesheet" />
</head>

Expand Down Expand Up @@ -68,7 +68,7 @@
}
}

const url = 'https://punkpotus.one/frames/';
const url = 'https://streamethorg.github.io/video-frame';
fetchHTML(url)
.then(dom => extractMetadata(dom))
.then(metadata => createMediaElement(metadata))
Expand Down

0 comments on commit a7d0705

Please sign in to comment.