dotnetcore / dotnetcore/DotnetSpider

请教下url如何自定义传参

Open
#258 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.1k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

protected override async Task InitializeAsync(CancellationToken stoppingToken = default)
{
AddDataFlow>();
AddDataFlow(GetDefaultStorage);
await AddRequestsAsync(
new Request(
"https://news.cnblogs.com/n/page/1", new Dictionary { { "网站", "博客园" } }));
}

这里面的 https://news.cnblogs.com/n/page/1 没有办法用传参的形式吗? 还是要修改源码

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.