mirror of
https://github.com/kemayo/leech
synced 2025-12-14 20:34:50 +01:00
Fix linting on royalroad
This commit is contained in:
parent
e099f47e66
commit
e9dab9ab7d
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@ class RoyalRoad(Site):
|
|||
original_maxheaders = http.client._MAXHEADERS
|
||||
http.client._MAXHEADERS = 1000
|
||||
|
||||
metadata = soup.select('#main h2.heading a')
|
||||
story = Section(
|
||||
title=soup.find('h1', property='name').string.strip(),
|
||||
author=soup.find('meta', property='books:author').get('content').strip(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue