mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 17:02:43 +01:00
Don't error out on ffnet.
This commit is contained in:
parent
a33f39dfec
commit
10fb77f00f
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ class FanFictionNetSiteAdapter(BaseSiteAdapter):
|
||||||
|
|
||||||
url = self.origurl
|
url = self.origurl
|
||||||
logger.debug("URL: "+url)
|
logger.debug("URL: "+url)
|
||||||
raise exceptions.FailedToDownload("The site fanfiction.net is blocking downloads. Site is disabled in this version of FanFicFare.")
|
# raise exceptions.FailedToDownload("The site fanfiction.net is blocking downloads. Site is disabled in this version of FanFicFare.")
|
||||||
|
|
||||||
# use BeautifulSoup HTML parser to make everything easier to find.
|
# use BeautifulSoup HTML parser to make everything easier to find.
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue