Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 957 Bytes

File metadata and controls

36 lines (26 loc) · 957 Bytes

Get Links From Webpage

forthebadge forthebadge forthebadge forthebadge

The python script gets all the links from the webpage

What the program does?

  • Takes single URL as input at the same time
  • Gets all the links

Requirements

Python3.6+

pip install -r requirements.txt

Usage

get_links.py [-h] -u URL

Extract Links From Webpage

optional arguments:
  -h, --help  show this help message and exit
  -u URL      URL to extract links from

Contribution

Any kind of contributions are welcome

  1. Fork the project
  2. Commit your changes
  3. Open a pull request