Disable adapter_fanfictionnet with warning about site blocking.

This commit is contained in:
Jim Miller 2021-01-09 12:11:28 -06:00
parent 19af3ea7de
commit 18bf6445e0

View file

@ -98,6 +98,7 @@ class FanFictionNetSiteAdapter(BaseSiteAdapter):
url = self.origurl
logger.debug("URL: "+url)
raise exceptions.FailedToDownload("The site fanfiction.net is blocking downloads. Site is disabled in FanFicFare until further notice.")
# use BeautifulSoup HTML parser to make everything easier to find.
try: