1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-01-05 07:03:08 +01:00

Little bit of feedback

This commit is contained in:
David Lynch 2013-12-29 13:57:25 -06:00
parent 9092386cca
commit 59cba2fa56

View file

@ -40,6 +40,7 @@ def extract(url, fetch):
return story
def _extract_chapter(url, title, fetch):
print("Extracting chapter from", url)
page = fetch(url)
soup = BeautifulSoup(page, 'html5lib')