This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################################### | |
#This script is made for Tutorialspoint.# | |
#This will fetch all the url's of targe.# | |
#website. # | |
#Usage - # | |
# ./url_spidy.py target_address # | |
# # | |
######################################### | |
import urllib2 | |
from bs4 import BeautifulSoup |