Skip to content

FumaxIN/Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Downloader

Downloader is a simple python script that can download any file from a given URL

Running

Requirements

Steps

Download the file

git clone https://github.com/FumaxIN/Downloader.git

Switch to the directory

cd Downloader

Run the command

python downloader.py "[Download Link]"

How it works

  • Accpts the URL with argparse

  • Streams the URL

  • Checks for filename in Headers with regex OR extracts from URL if unable to find in headers.

  • Extracts Download Size from Headers.

  • Download Progress Bar for interactive update.

  • File is downloaded.

About

Download any file from web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages