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:
parent
9092386cca
commit
59cba2fa56
1 changed files with 1 additions and 0 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue