Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Readme.md

forthebadge

Get Links From Webpage

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

Python 3

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