mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-03 12:20:50 +02:00
url for fictionratings changed to https, breaking the soup find.
This commit is contained in:
parent
c066a809c7
commit
413525a881
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ class FanFictionNetSiteAdapter(BaseSiteAdapter):
|
|||
|
||||
|
||||
|
||||
a = soup.find('a', href='http://www.fictionratings.com/')
|
||||
a = soup.find('a', href='https://www.fictionratings.com/')
|
||||
rating = a.string
|
||||
if 'Fiction' in rating: # if rating has 'Fiction ', strip that out for consistency with past.
|
||||
rating = rating[8:]
|
||||
|
|
|
|||
Loading…
Reference in a new issue