Skip to content

Comments

Enhance large DL support for retries and custom UA#278

Merged
benoit74 merged 1 commit intomainfrom
enhance_large_dl
Feb 23, 2026
Merged

Enhance large DL support for retries and custom UA#278
benoit74 merged 1 commit intomainfrom
enhance_large_dl

Conversation

@benoit74
Copy link
Collaborator

Currently, the scraperlib has a save_large_file which conveniently uses wget for large files downloads.

This PR introduces the capability to custom number of retries and User-Agent in these wget calls.

This is going to be used by maps scraper (custom UA only for now).

@benoit74 benoit74 self-assigned this Feb 17, 2026
@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.63%. Comparing base (9904777) to head (82c2201).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #278   +/-   ##
=======================================
  Coverage   99.63%   99.63%           
=======================================
  Files          41       41           
  Lines        2493     2496    +3     
  Branches      346      347    +1     
=======================================
+ Hits         2484     2487    +3     
  Misses          7        7           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@benoit74 benoit74 requested a review from rgaudin February 17, 2026 15:34
@benoit74
Copy link
Collaborator Author

@rgaudin up

Copy link
Member

@rgaudin rgaudin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good

@benoit74 benoit74 merged commit 5dfc065 into main Feb 23, 2026
8 of 9 checks passed
@benoit74 benoit74 deleted the enhance_large_dl branch February 23, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants