mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-04-29 18:35:13 +02:00
Merge default changes into bs4 branch.
This commit is contained in:
commit
ce9012de18
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ class FimFictionNetSiteAdapter(BaseSiteAdapter):
|
|||
self.story.setMetadata('title',stripHTML(title))
|
||||
|
||||
# Author
|
||||
author = storyContentBox.find('span', {'class':'author'})
|
||||
author = storyContentBox.find('div', {'class':'author'}).find('a')
|
||||
self.story.setMetadata("author", stripHTML(author))
|
||||
#No longer seems to be a way to access Fimfiction's internal author ID
|
||||
self.story.setMetadata("authorId", self.story.getMetadata("author"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue