We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d63c5d commit 90514a7Copy full SHA for 90514a7
docs/guides/examples/scrape-hacker-news.mdx
@@ -7,6 +7,15 @@ description: "This example demonstrates how to scrape the top 3 articles from Ha
7
import LocalDevelopment from "/snippets/local-development-extensions.mdx";
8
import ScrapingWarning from "/snippets/web-scraping-warning.mdx";
9
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
+/>
18
+
19
## Overview
20
21
In this example we'll be using a number of different tools and features to:
0 commit comments