Commit 19707d6
Merge remote-tracking branch 'origin/3409-align-enqueuelinksoptions-with-crawlee-python'
Reconcile the local v4 merge with the rebased remote feature branch.
The remote branch is based on an older v4 (IRequestList / RequestProvider /
SitemapRequestList), while the local branch carries the latest v4 tip
(IRequestLoader / IRequestManager / SitemapRequestLoader). Resolved all
conflicts in favor of the newer v4 API, since the include/exclude feature
logic is identical on both sides:
- enqueue_links.ts, click-elements.ts (pw/pptr): keep IRequestManager import
- sitemap_request_loader.ts: keep SitemapRequestLoader rename + IRequestLoader
- sitemap_request_loader.test.ts: keep SitemapRequestLoader / new method names
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>25 files changed
Lines changed: 29 additions & 25 deletions
File tree
- docs
- examples
- introduction
- test/e2e
- adaptive-playwright-default/actor
- adaptive-playwright-robots-file/actor
- cheerio-default-ts/actor
- cheerio-default/actor
- cheerio-enqueue-links-base/actor
- cheerio-ignore-ssl-errors/actor
- cheerio-page-info/actor
- cheerio-request-queue-v2/actor
- cheerio-robots-file/actor
- cheerio-stop-resume-ts/actor
- cheerio-throw-on-ssl-errors/actor
- jsdom-default-ts/actor
- linkedom-default-ts/actor
- playwright-default/actor
- playwright-enqueue-links-base/actor
- playwright-multi-run/actor
- playwright-robots-file/actor
- puppeteer-default/actor
- puppeteer-ignore-ssl-errors/actor
- puppeteer-page-info/actor
- puppeteer-store-pagination-jquery/actor
- puppeteer-store-pagination/actor
- puppeteer-throw-on-ssl-errors/actor
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments