Merge pull request #144 from TheYahya/hoadlck-fix-more-sites

Fix EyeEm/CreativeMarket/EVE Online False Positives
pull/147/head
Christopher Kent Hoadley 6 years ago committed by GitHub
commit eae4da7294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -153,7 +153,8 @@
"urlMain": "https://coroflot.com/" "urlMain": "https://coroflot.com/"
}, },
"CreativeMarket": { "CreativeMarket": {
"errorType": "status_code", "errorType": "response_url",
"errorUrl": "https://www.creativemarket.com/",
"url": "https://creativemarket.com/{}", "url": "https://creativemarket.com/{}",
"urlMain": "https://creativemarket.com/" "urlMain": "https://creativemarket.com/"
}, },
@ -197,9 +198,9 @@
"urlMain": "https://dribbble.com/" "urlMain": "https://dribbble.com/"
}, },
"EVE Online": { "EVE Online": {
"errorMsg": "No results found with your search...", "errorType": "response_url",
"errorType": "message", "errorUrl": "https://eveonline.com",
"url": "https://evewho.com/search/{}", "url": "https://evewho.com/pilot/{}/",
"urlMain": "https://eveonline.com" "urlMain": "https://eveonline.com"
}, },
"Ebay": { "Ebay": {
@ -220,7 +221,8 @@
"urlMain": "https://www.etsy.com/" "urlMain": "https://www.etsy.com/"
}, },
"EyeEm": { "EyeEm": {
"errorType": "status_code", "errorType": "response_url",
"errorUrl": "https://www.eyeem.com/",
"url": "https://www.eyeem.com/u/{}", "url": "https://www.eyeem.com/u/{}",
"urlMain": "https://www.eyeem.com/" "urlMain": "https://www.eyeem.com/"
}, },

@ -111,7 +111,8 @@ class SherlockSiteCoverageTests(SherlockBaseTest):
self.username_check(['noonewouldeverusethis7'], self.username_check(['noonewouldeverusethis7'],
["Pinterest", "iMGSRC.RU", "Pastebin", ["Pinterest", "iMGSRC.RU", "Pastebin",
"WordPress", "devRant", "ImageShack", "MeetMe" "WordPress", "devRant", "ImageShack", "MeetMe",
"EyeEm", "CreativeMarket", "EVE Online"
], ],
exist_check=False exist_check=False
) )
@ -134,7 +135,8 @@ class SherlockSiteCoverageTests(SherlockBaseTest):
self.username_check(['blue'], self.username_check(['blue'],
["Pinterest", "iMGSRC.RU", "Pastebin", ["Pinterest", "iMGSRC.RU", "Pastebin",
"WordPress", "devRant", "ImageShack", "MeetMe" "WordPress", "devRant", "ImageShack", "MeetMe",
"EyeEm", "CreativeMarket", "EVE Online"
], ],
exist_check=True exist_check=True
) )

Loading…
Cancel
Save