Skip to content

This script is a file downloader that allows you to retrieve files from a specified URL with a given file extension. To use the script, simply provide the URL of the file you want to download, followed by the file extension (such as .pdf, .jpg, .zip, etc.).

License

Notifications You must be signed in to change notification settings

Bartwel27/webget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

webget

This script is a file downloader that allows you to retrieve files from a specified URL with a given file extension. To use the script, simply provide the URL of the file you want to download, followed by the file extension (such as .pdf, .jpg, .zip, etc.). The script will then download the file from the provided URL with the specified extension. For example, if you enter a URL and specify the extension as .pdf, the script will download the PDF file from that URL. Note that you'll need to provide a valid URL and file extension for the script to work correctly. Once run, the script will save the downloaded file in the same directory where the script is located.

Installation

pip install requests
pkg install wget
pkg install curl

Download

wget https://bartwel27.github.io/webget/v0.1/webget.py
python webget.py

Tip

Thank you

About

This script is a file downloader that allows you to retrieve files from a specified URL with a given file extension. To use the script, simply provide the URL of the file you want to download, followed by the file extension (such as .pdf, .jpg, .zip, etc.).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages