From 56e0e92e0d9a69bafe50ecae04c9bbb09f0975ad Mon Sep 17 00:00:00 2001 From: HRXN Date: Wed, 6 Mar 2019 09:16:27 +0100 Subject: [PATCH] [shopify] cosmetic changes in shopify.py (#181) Glanced over the commits, randomly spotted some minor things. --- gallery_dl/extractor/shopify.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gallery_dl/extractor/shopify.py b/gallery_dl/extractor/shopify.py index 7ad87b47..3d7315f7 100644 --- a/gallery_dl/extractor/shopify.py +++ b/gallery_dl/extractor/shopify.py @@ -14,7 +14,7 @@ import re class ShopifyExtractor(SharedConfigMixin, Extractor): - """Base class for shopify extractors""" + """Base class for Shopify extractors""" basecategory = "shopify" filename_fmt = "{product[title]}_{num:>02}_{id}.{extension}" archive_fmt = "{id}" @@ -89,7 +89,7 @@ class ShopifyProductExtractor(ShopifyExtractor): def generate_extractors(): - """Dynamically generate Extractor classes for FoOlSlide instances""" + """Dynamically generate Extractor classes for Shopify instances""" symtable = globals() extractors = config.get(("extractor", "shopify"))