Don't error out on ffnet.

This commit is contained in:
Jim Miller 2021-01-11 21:02:33 -06:00
parent a33f39dfec
commit 10fb77f00f

View file

@ -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: