mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-11 11:52:07 +08:00
Bump to 4-0-2 primarily for new download version for ffnet/fpcom fix.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# fanfictionloader ffd-retief
|
||||
application: fanfictionloader
|
||||
version: 4-0-1
|
||||
version: 4-0-2
|
||||
runtime: python
|
||||
api_version: 1
|
||||
|
||||
|
||||
@@ -199,8 +199,7 @@ class FanFictionNetSiteAdapter(BaseSiteAdapter):
|
||||
## more if hit too fast. This is in
|
||||
## additional to what ever the
|
||||
## slow_down_sleep_time setting is.
|
||||
soup = bs.BeautifulSoup(self._fetchUrl(url),
|
||||
selfClosingTags=('br','hr')) # otherwise soup eats the br/hr tags.
|
||||
soup = bs.BeautifulSoup(self._fetchUrl(url))
|
||||
|
||||
## Remove the 'share' button.
|
||||
sharediv = soup.find('div', {'class' : 'a2a_kit a2a_default_style'})
|
||||
|
||||
Reference in New Issue
Block a user