mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 04:23:01 +02:00
adapter_deviantartcom: Watchers only stories need login #1070
This commit is contained in:
parent
3eda289349
commit
6ac299c198
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ class DeviantArtComSiteAdapter(BaseSiteAdapter):
|
|||
|
||||
soup = self.make_soup(data)
|
||||
|
||||
if self.requiresLogin(data):
|
||||
if self.requiresLogin(data) or self.isWatchersOnly(data):
|
||||
if self.performLogin(self.url):
|
||||
isLoggedIn = True
|
||||
data = self.get_request(self.url, usecache=False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue