Skip to content

It is a simple script that picks a big text message with urls of files in it and extract the links, saves a TXT file and also downloads the files to a folder.

Notifications You must be signed in to change notification settings

ath67/extract-download-url-from-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

extract-download-url-from-text

It is a simple script that picks a big text message with urls of files in it and extract the links, saves a TXT file and also downloads the files to a folder.

Dependencies:

  • wget

USAGE

  1. You need to have a file on the script directory root with some message and some url in it. When running the script will ask you to input the filename.
  2. It will generate a file "url-list.txt" on the directory (if you run multiple times with different messages, the script will append to this file).
  3. After that it will run wget and download files to a new paste named "wgetfiles" on its directory.

FUTURE GOALS

  • Translate to English.
  • Make wget use multiple processing.
  • Use as set to save the urls to text file so it doesnt append duplicate urls.
  • Clean the terminal messages shown.
  • Automatic install WGET module.
  • When user doesnt approve list, delete URLS from OutputFile

About

It is a simple script that picks a big text message with urls of files in it and extract the links, saves a TXT file and also downloads the files to a folder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages