Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartwel27/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.).
https://github.com/bartwel27/webget
curl-library requests-library-python wget
Last synced: 5 days ago
JSON representation
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.).
- Host: GitHub
- URL: https://github.com/bartwel27/webget
- Owner: Bartwel27
- License: gpl-3.0
- Created: 2024-03-20T11:47:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T09:09:26.000Z (7 months ago)
- Last Synced: 2024-04-29T09:46:13.570Z (7 months ago)
- Topics: curl-library, requests-library-python, wget
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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