Skip to content

Commit 9f6887b

Browse files
committed
Embed the hacker news youtube video instead
1 parent 982906c commit 9f6887b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

docs/guides/examples/scrape-hacker-news.mdx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,9 @@ description: "This example demonstrates how to scrape the top 3 articles from Ha
77
import LocalDevelopment from "/snippets/local-development-extensions.mdx";
88
import ScrapingWarning from "/snippets/web-scraping-warning.mdx";
99

10-
<video
11-
src="https://content.trigger.dev/scrape-hacker-news.mp4"
12-
preload="auto"
13-
controls={true}
14-
autoPlay={false}
15-
width="100%"
16-
height="100%"
17-
/>
10+
<div className="w-full h-full aspect-video">
11+
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/6azvzrZITKY?si=muKtsBiS9TJGGKWg" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen/>
12+
</div>
1813

1914
## Overview
2015

0 commit comments

Comments
 (0)