1
0
Fork 0
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:
David Lynch 2017-11-17 22:57:54 -06:00
parent e099f47e66
commit e9dab9ab7d

View file

@ -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(),