diff --git a/ketohub/spiders.py b/ketohub/spiders.py index e763ffa..eb16cab 100644 --- a/ketohub/spiders.py +++ b/ketohub/spiders.py @@ -258,7 +258,7 @@ class QueenBs(spiders.CrawlSpider): spiders.Rule( linkextractors.LinkExtractor( allow=r'http://queenbsincredibleedibles.com/.*/$', - deny=r'ive-fallen-in-love-with-keto'), + deny=r'(category\/)|(ive-fallen-in-love-with-keto)'), callback=callback_handler.process_callback, follow=False) ]