1.1.3 • Published 4 years ago

dlmgr v1.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

node download manager

TODO:

  • scrap a website and search for specific word in attribute of specific elements
  • get list of download files from file system
  • read configuration from config file
  • read config from command line parameters
  • update readme to explain how to ignore some links from list files (with adding # in beginning of the file)
  • add tracking mode to updated list file with finished files to prevent from downloading it again
  • change keyWord search to regex instead of simple include
  • can handle http and https links
  • set timeout for receive packet to detect when servers stop sending or connection is slow
  • pause and resume download progress
  • throw error when destination folder does not exist