Ability download extensions based
Open
Nobody has claimed this yet.
feature-request
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 214
- PR merge metrics
- No merged PRs in 30d
Description
Can download everything from https://example.com but if it is possible to download only the files for give extension with a flag like;
-f .js
https://example.com/new/jobs/file.js
https://example.com/staffs/fired.js
downloaded all the js files from example.com
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the command-line handling for the proposed -f flag and the logic that selects archived URLs for download. Implement filtering so a request such as -f .js downloads only matching files from the example domain, then verify that non-matching URLs are excluded.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100