Fix SailorsunOrg
This commit is contained in:
parent
67d1ee281b
commit
e5c505e643
1 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,10 @@ class SaffronAndSage(WordPressScraper):
|
||||||
|
|
||||||
|
|
||||||
class SailorsunOrg(WordPressScraper):
|
class SailorsunOrg(WordPressScraper):
|
||||||
url = 'http://sailorsun.org/'
|
url = 'https://sailorsun.org/'
|
||||||
|
|
||||||
|
def shouldSkipUrl(self, url, data):
|
||||||
|
return 'sailorsun-org-credits' in url # video
|
||||||
|
|
||||||
|
|
||||||
class SamAndFuzzy(_ParserScraper):
|
class SamAndFuzzy(_ParserScraper):
|
||||||
|
|
Loading…
Reference in a new issue