希望能有批量新建通配符下载功能
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 26.4k
- Forks
- 1.7k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 50
Description
有时候需要批量下载有规律的URL链接,比如:
http://www.a.com/hs/dun/002.jpg
http://www.a.com/hs/dun/003.jpg
http://www.a.com/hs/dun/004.jpg
http://www.a.com/hs/dun/005.jpg
http://www.a.com/hs/dun/006.jpg
描述你想要的解决方案
规律的数字用(*)通配符代替:http://www.a.com/hs/dun/(*).jpg
然后设置起始数字范围,就行了,非常方便。
描述你考虑过的替代方案
替代方案是手工把URL都编辑好,然后整个复制到某些下载工具也可以,但是不如迅雷的那个自动批量好使。
现在很多下载工具都没这个URL规律新建下载功能,迅雷可以直接新建下载任务,无奈又把迅雷安装上。
Contributor guide
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
Review the wildcard URL examples and the proposed start-number range in the issue, then inspect the repository's download-task creation flow and its Flutter interface. Done means users can enter a patterned URL, configure its numeric range, and create the corresponding batch downloads.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100