mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-04 07:03:44 +01:00
Disable adapter_fanfictionnet with warning about site blocking.
This commit is contained in:
parent
19af3ea7de
commit
18bf6445e0
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue