Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinsadeghi committed Mar 26, 2018
1 parent d1c489c commit 9e17a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbpediaDown.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
def downloadlink(l):
# f=open(l.text,"w")
# br.click_link(l)
# br._factory.is_html = True
br._factory.is_html = True
br.retrieve(l, l.text)
# f.write(br.response().read())
print l.text," is downloaded. Extracting..."
Expand Down

0 comments on commit 9e17a32

Please sign in to comment.