We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49c587 commit 8fab873Copy full SHA for 8fab873
chapter3/2-crawlWikipedia.py
@@ -4,7 +4,7 @@
4
5
pages = set()
6
def getLinks(pageUrl):
7
- global pages
+ global pages
8
html = urlopen("http://en.wikipedia.org"+pageUrl)
9
bsObj = BeautifulSoup(html)
10
try:
0 commit comments