mirror of
https://github.com/kemayo/leech
synced 2025-12-24 01:10:47 +01:00
Remove unneeded whitespace
This commit is contained in:
parent
97a2a8899a
commit
1bfc9b75f7
1 changed files with 3 additions and 3 deletions
|
|
@ -80,10 +80,10 @@ class Arbitrary(Site):
|
|||
# Probably by changing it so that this returns a Chapter / Section.
|
||||
logger.info("Extracting chapter @ %s", url)
|
||||
soup = self._soup(url)
|
||||
|
||||
|
||||
if not soup.select(definition.content_selector):
|
||||
return ''
|
||||
|
||||
return ''
|
||||
|
||||
content = soup.select(definition.content_selector)[0]
|
||||
|
||||
if definition.filter_selector:
|
||||
|
|
|
|||
Loading…
Reference in a new issue