mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-09 11:14:08 +08:00
Fix for yet another storiesonline.net site change.
This commit is contained in:
@@ -194,7 +194,7 @@ class StoriesOnlineNetAdapter(BaseSiteAdapter):
|
||||
# in lieu of word count.
|
||||
self.story.setMetadata('size', lc2.findNext('td', {'class' : 'num'}).text)
|
||||
|
||||
score = lc2.findNext('th', {'class' : 'num'}).text
|
||||
score = lc2.findNext('th', {'class' : 'ynum'}).text
|
||||
if score != '-':
|
||||
self.story.setMetadata('score', score)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user