You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
colly's default User-Agent identifies requests as coming from a scraping framework,
which causes CDNs like Cloudflare to silently drop connections from CI runners
This commit sets a descriptive bot-style User-Agent instead. It also adds a 2s delay
before retrying on status 0 and 503, matching the existing retry logic
Signed-off-by: vprashar2929 <vibhu.sharma2929@gmail.com>
0 commit comments