Fix SailorsunOrg

This commit is contained in:
Tobias Gruetzmacher 2022-06-06 14:12:37 +02:00
parent 67d1ee281b
commit e5c505e643

View file

@ -44,7 +44,10 @@ class SaffronAndSage(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):