https://github.com/kamirus/downloading-exercises
https://github.com/kamirus/downloading-exercises
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamirus/downloading-exercises
- Owner: Kamirus
- Created: 2016-04-08T12:53:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-02T22:30:21.000Z (almost 9 years ago)
- Last Synced: 2025-04-07T23:42:11.777Z (6 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Downloading-Exercises
What it does?
This is a simple script which can download multiple things at once from given page. Currently it takes all href's and src's then filter those using pattern. After that results are listed or downloaded to 'downloaded' folder in current directory.# Version of interpreter:
Python 3.X# Usage:
#### While being in directory with download.py and download_exe.py use this command:
$python3 download.py URL PATTERN [-download]
#### or just
$./download.py URL PATTERN [-download]# More info
$python3 download.py --help