[shopify] support ohpolly.com
This commit is contained in:
@@ -1401,6 +1401,12 @@ Consider all sites to be NSFW unless otherwise known.
|
|||||||
<td>Collections, Products</td>
|
<td>Collections, Products</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Oh Polly</td>
|
||||||
|
<td>https://www.ohpolly.com/</td>
|
||||||
|
<td>Collections, Products</td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Omg Miami Swimwear</td>
|
<td>Omg Miami Swimwear</td>
|
||||||
<td>https://www.omgmiamiswimwear.com/</td>
|
<td>https://www.omgmiamiswimwear.com/</td>
|
||||||
|
|||||||
@@ -63,6 +63,10 @@ BASE_PATTERN = ShopifyExtractor.update({
|
|||||||
"root": "https://modcloth.com",
|
"root": "https://modcloth.com",
|
||||||
"pattern": r"modcloth\.com",
|
"pattern": r"modcloth\.com",
|
||||||
},
|
},
|
||||||
|
"ohpolly": {
|
||||||
|
"root": "https://www.ohpolly.com",
|
||||||
|
"pattern": r"(?:www\.)?ohpolly\.com",
|
||||||
|
},
|
||||||
"omgmiamiswimwear": {
|
"omgmiamiswimwear": {
|
||||||
"root": "https://www.omgmiamiswimwear.com",
|
"root": "https://www.omgmiamiswimwear.com",
|
||||||
"pattern": r"(?:www\.)?omgmiamiswimwear\.com",
|
"pattern": r"(?:www\.)?omgmiamiswimwear\.com",
|
||||||
@@ -102,6 +106,7 @@ class ShopifyCollectionExtractor(ShopifyExtractor):
|
|||||||
("https://loungeunderwear.com/collections/apparel"),
|
("https://loungeunderwear.com/collections/apparel"),
|
||||||
("https://michaels.com.au/collections/microphones"),
|
("https://michaels.com.au/collections/microphones"),
|
||||||
("https://modcloth.com/collections/shoes"),
|
("https://modcloth.com/collections/shoes"),
|
||||||
|
("https://www.ohpolly.com/collections/dresses-mini-dresses"),
|
||||||
("https://www.omgmiamiswimwear.com/collections/fajas"),
|
("https://www.omgmiamiswimwear.com/collections/fajas"),
|
||||||
("https://pinupgirlclothing.com/collections/evening"),
|
("https://pinupgirlclothing.com/collections/evening"),
|
||||||
("https://www.raidlondon.com/collections/flats"),
|
("https://www.raidlondon.com/collections/flats"),
|
||||||
@@ -141,6 +146,8 @@ class ShopifyProductExtractor(ShopifyExtractor):
|
|||||||
("https://michaels.com.au/collections/audio/products"
|
("https://michaels.com.au/collections/audio/products"
|
||||||
"/boya-by-wm4-pro-k5-2-4ghz-mic-android-1-1-101281"),
|
"/boya-by-wm4-pro-k5-2-4ghz-mic-android-1-1-101281"),
|
||||||
("https://modcloth.com/collections/shoes/products/heidii-brn"),
|
("https://modcloth.com/collections/shoes/products/heidii-brn"),
|
||||||
|
(("https://www.ohpolly.com/products/edonia-ruched-triangle-cup"
|
||||||
|
"-a-line-mini-dress-brown")),
|
||||||
("https://www.omgmiamiswimwear.com/products/la-medusa-maxi-dress", {
|
("https://www.omgmiamiswimwear.com/products/la-medusa-maxi-dress", {
|
||||||
"pattern": r"https://cdn\.shopify\.com/s/files/1/1819/6171/",
|
"pattern": r"https://cdn\.shopify\.com/s/files/1/1819/6171/",
|
||||||
"count": 5,
|
"count": 5,
|
||||||
|
|||||||
@@ -66,6 +66,7 @@ CATEGORY_MAP = {
|
|||||||
"kemonoparty" : "Kemono",
|
"kemonoparty" : "Kemono",
|
||||||
"lineblog" : "LINE BLOG",
|
"lineblog" : "LINE BLOG",
|
||||||
"livedoor" : "livedoor Blog",
|
"livedoor" : "livedoor Blog",
|
||||||
|
"ohpolly" : "Oh Polly",
|
||||||
"omgmiamiswimwear": "Omg Miami Swimwear",
|
"omgmiamiswimwear": "Omg Miami Swimwear",
|
||||||
"mangadex" : "MangaDex",
|
"mangadex" : "MangaDex",
|
||||||
"mangafox" : "Manga Fox",
|
"mangafox" : "Manga Fox",
|
||||||
|
|||||||
Reference in New Issue
Block a user