Commit graph

103 commits

Author SHA1 Message Date
Christopher K. Hoadley
858b2cf488 Add Wikia to tests. 2019-02-06 18:53:28 -06:00
Christopher K. Hoadley
bdb467c442 Add Wikipedia to tests. 2019-02-06 18:49:21 -06:00
Christopher K. Hoadley
7b14c6aad3 Add Younow to tests. 2019-02-06 18:45:24 -06:00
Christopher K. Hoadley
95fbe411b4 Convert last.fm to use more reliable HTTP Status detection method. The site gives a clean 404 error. Add to tests. 2019-02-06 18:30:10 -06:00
Christopher K. Hoadley
ebf763557b Add Spotify to tests. 2019-02-06 15:42:19 -06:00
Christopher K. Hoadley
8947ecaeb8 Add SourceForge to tests. 2019-02-06 15:42:01 -06:00
Christopher K. Hoadley
677fb3e8e3 Add SoundCloud to tests. 2019-02-06 15:41:41 -06:00
Christopher K. Hoadley
d4a1eecc42 Add Smashcast to tests. 2019-02-06 15:41:22 -06:00
Christopher K. Hoadley
20d2ae5480 Add SlideShare to tests. 2019-02-06 15:40:59 -06:00
Christopher K. Hoadley
1d3fda218d Add Slack to tests. 2019-02-06 15:40:36 -06:00
Christopher K. Hoadley
614f65ccad Add 500px to tests. 2019-02-06 15:36:39 -06:00
Christopher K. Hoadley
5cf69c5463 Add Aptoide to tests. 2019-02-06 15:35:00 -06:00
Christopher K. Hoadley
e25a75ad3f Add AskFM to tests. 2019-02-06 15:34:14 -06:00
Christopher K. Hoadley
ba84a9cc78 Add Badoo to tests. 2019-02-06 15:33:03 -06:00
Christopher K. Hoadley
a595ec6966 Update actual URL that BitBucket redirects to. 2019-02-06 15:31:03 -06:00
Christopher K. Hoadley
3d704a2170 Add TradingView to tests. 2019-02-06 15:30:21 -06:00
Christopher K. Hoadley
20f58016fb Convert Trakt to use more reliable HTTP Status detection method. The site gives a clean 404 error. Add to tests. 2019-02-06 15:26:07 -06:00
Christopher K. Hoadley
0f878bd84b Add TripAdvisor to tests. 2019-02-06 15:22:54 -06:00
Christopher K. Hoadley
d4a1bbadb7 Add Twitter to tests. 2019-02-06 15:22:21 -06:00
Christopher K. Hoadley
710468ded9 Someone has claimed the user name "noonewouldeverusethis7" on BuzzFeed and Canva. The irony is not lost on me.
I don't get how the name was chosen.  I doubt that it was coincidence. Is there some monitoring of queries to the sites, and someone is claiming them?  Or, is someone in the Sherlock community just being a pain?
2019-02-06 15:21:48 -06:00
Christopher K. Hoadley
957f48581a Add Unsplash to tests. 2019-02-03 19:38:16 -06:00
Alex Crocker
a89b1d8b3a changed test variables to match example 2019-02-03 14:18:16 -05:00
Alex Crocker
d4e1b6fc9b added claimed/unclaimed keys for testing 2019-02-03 14:01:27 -05:00
Alex Crocker
5d2106c441 Added Steam Group support, Added .ideadir to .gitignore 2019-02-03 14:01:27 -05:00
Christopher K. Hoadley
c5a76da21d Add VSCO to tests. 2019-02-03 11:49:37 -06:00
Christopher K. Hoadley
dfddfbc838 Add Vimeo to tests. 2019-02-03 11:48:26 -06:00
Christopher K. Hoadley
8c401b1a7b Add Venmo to tests. 2019-02-03 11:46:28 -06:00
Christopher K. Hoadley
5bc6261a90 Fix YouPic detection. It was saying that usernames where available which were taken. Add to tests. 2019-02-03 11:20:05 -06:00
Christopher K. Hoadley
bc6bc0a8f1 Add BitBucket to tests. 2019-02-03 11:18:33 -06:00
Christopher K. Hoadley
bf0959d84b Convert all supported Response URL sites to use JSON driven tests. 2019-02-02 20:46:53 -06:00
Christopher K. Hoadley
a576af358f Convert all supported HTTP Status Code sites to use JSON driven tests. 2019-02-02 20:40:16 -06:00
Christopher K. Hoadley
be59b91107 Add information about a claimed and an unclaimed username to the site information. This will allow the tests to directly source the information from the JSON data. It will also allow people who add new sites to also add test data (which will automatically get tested). Add a new test method which finds all sites of a given detect algorithm, and which also has test vectors, and runs tests against them.
At the current time, the test vectors are optional.  But, once when there is finally complete coverage, then they will be required.  Anyone who adds a site without also adding test data will trigger a failure.
2019-02-02 20:32:06 -06:00
eladbarack
318736b61a Added Investing.com & Twitch 2019-02-02 14:24:28 +02:00
Christopher K. Hoadley
6fc5c131db Convert Designspiration to use the Status Code detection method. The site gives a clean 404 error. Add to tests. 2019-01-30 18:15:42 -06:00
Christopher K. Hoadley
26ef2e1b9b Convert Codementor to use the Status Code detection method. The site gives a clean 404 error. Add to tests. 2019-01-30 18:10:06 -06:00
Christopher K. Hoadley
110b93a757 Convert Codecademy to use the Status Code detection method. The site gives a clean 404 error. Add to tests. 2019-01-30 18:07:29 -06:00
Christopher K. Hoadley
223d9716cb Convert BuzzFeed to use the Status Code detection method. The site gives a clean 404 error. Add to tests. 2019-01-30 18:04:24 -06:00
Christopher K. Hoadley
08ac008828 Convert Behance to use the Status Code detection method. The site gives a clean 404 error. Add to tests. 2019-01-30 17:58:14 -06:00
Christopher K. Hoadley
65e3820608 Convert Bandcamp to use the Status Code detection method. The site gives a clean 404 error. Add to tests. 2019-01-30 17:54:22 -06:00
Christopher K. Hoadley
c76b4524da Convert BLIP.fm to use the Status Code detection method. The site gives a clean 404 error. Add to tests. 2019-01-30 17:51:46 -06:00
Christopher K. Hoadley
8a82d883c6 Convert AngelList to use the Status Code detection method. The site gives a clean 404 error. Add to tests. 2019-01-30 17:49:04 -06:00
Christopher K. Hoadley
bd941c8034 Convert Academia.edu to use the Status Code detection method. The site gives a clean 404 error. 2019-01-30 17:44:09 -06:00
Christopher K. Hoadley
f609320d3c Convert Canva to the more robust Response URL detection method. Add to tests to ensure that it is covered. 2019-01-30 17:25:05 -06:00
ptalmeida
04ee711872 Merge remote-tracking branch 'upstream/master' 2019-01-24 11:13:43 +00:00
ptalmeida
46705ad0a1 Add Alexa.com rank updating functionality to site_list.py 2019-01-24 11:01:34 +00:00
Christopher K. Hoadley
0709fd3947 Change EyeEm/CreativeMarket/EVE Online detection method to use the newly refurbished "response_url" detection method. 2019-01-23 19:16:55 -06:00
ptalmeida
2ef168d924 Add website sorting code to site_list.py
Includes a fix in indentation
2019-01-23 14:14:37 +00:00
ptalmeida
92479c83e4 Sort websites alphabetically 2019-01-23 13:07:51 +00:00
Christopher K. Hoadley
bb66d6a992 Update Pinterest and WordPress user URLs to exactly match what the site ends up with. If the request does not have the trailing "/", then the site will forward us to that URL. 2019-01-22 20:19:34 -06:00
Yahya SayadArbabi
cc7127c8fc Merge brach 'jusdepatate/patch-1' 2019-01-19 19:36:08 +03:30