Made with Python3
(C) @FayasNoushad
Copyright permission under MIT License
License -> https://github.com/FayasNoushad/URL-Download/blob/main/LICENSE

Installation

pip install urldl

Usage

import urldl


url = "https://fayas.me/icon.png"
name = "logo.png"

urldl.download(url, name)
# For download image of url in name directory

urldl.download(url)
# Same of the above without name ( not recommended )
# Note :- This type not supported in some links

Credits


GitHub

View Github