mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02: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
|
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 FanFicFare until further notice.")
|
||||||
|
|
||||||
# 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