mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-04 18:40:51 +02:00
Minor fix for finestories.com.
This commit is contained in:
parent
44bd7f6319
commit
8761b766ca
1 changed files with 1 additions and 3 deletions
|
|
@ -93,7 +93,7 @@ class FineStoriesComAdapter(BaseSiteAdapter):
|
|||
params['theusername'] = self.getConfig("username")
|
||||
params['thepassword'] = self.getConfig("password")
|
||||
params['rememberMe'] = '1'
|
||||
params['page'] = 'http://finestories.com/'
|
||||
params['page'] = 'http://'+self.getSiteDomain()+'/'
|
||||
params['submit'] = 'Login'
|
||||
|
||||
loginUrl = 'http://' + self.getSiteDomain() + '/login.php'
|
||||
|
|
@ -262,8 +262,6 @@ class FineStoriesComAdapter(BaseSiteAdapter):
|
|||
last[len(last)-1]=last[len(last)-1].append(next)
|
||||
div.append(div1)
|
||||
|
||||
|
||||
|
||||
# removing all the left-over stuff
|
||||
for a in div.findAll('span'):
|
||||
a.extract()
|
||||
|
|
|
|||
Loading…
Reference in a new issue