Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding facility to support multiple errors #841

Merged
merged 26 commits into from
Nov 5, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4663fd6
Fixed false positive for freelance.habr
glenacota Oct 24, 2020
7305cc5
Update data.json
TheJimmyNowak Oct 26, 2020
d85ea01
Fix typo
TheJimmyNowak Oct 28, 2020
717152e
Adds instagram check
omarkdev Oct 30, 2020
144a870
Remove instagram headers
omarkdev Oct 30, 2020
0c40718
Correct grammar mistake.
stupideveloper Nov 1, 2020
a0dd96f
Updated grammar.
stupideveloper Nov 1, 2020
3d43088
added issue templates
sdushantha Nov 1, 2020
72570b5
Change if statement in __main__.py
jithin-renji Nov 3, 2020
a50bbbb
fixed EyeEm false positive
sdushantha Nov 5, 2020
0e32137
updated Oracle Community's username_claimed
sdushantha Nov 5, 2020
d95b524
fixed Repl.it false positive
sdushantha Nov 5, 2020
f5d3063
fixed Vero false positive
sdushantha Nov 5, 2020
6cad998
fixed VirusTotal false positive
sdushantha Nov 5, 2020
7a7f36f
fixed WattPad false positive
sdushantha Nov 5, 2020
0284047
fixed opennet false positive
sdushantha Nov 5, 2020
41cceb7
fixed Facenama false positive
sdushantha Nov 5, 2020
5ce36bc
brought back Imgur by fixing it's false positive
sdushantha Nov 5, 2020
aa14f3e
fixed Medium false positive
sdushantha Nov 5, 2020
03a3162
brough back Codepen by fixing false positive
sdushantha Nov 5, 2020
74b4972
brough back ColourLovers
sdushantha Nov 5, 2020
c0d4d46
added proper description for why Foursquare was removed
sdushantha Nov 5, 2020
ef1125e
version bump 0.12.9 --> 0.13.0
sdushantha Nov 5, 2020
12cf1da
removed Filmogs because they shut down
sdushantha Nov 5, 2020
e2e5d10
Adding facility to support multiple errors
h20190563 Nov 5, 2020
7e041a4
Adding support of multiple errors for Tinder
h20190563 Nov 5, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed Filmogs because they shut down
  • Loading branch information
sdushantha authored and h20190563 committed Nov 5, 2020
commit 12cf1daf38280405f7a6196ecda2377d632af340
7 changes: 7 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,13 @@
"urlMain": "http://www.pokerstrategy.net",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Filmogs": {
"errorType": "status_code",
"url": "https://www.filmo.gs/users/{}",
"urlMain": "https://www.filmo.gs/",
"username_claimed": "cupparober",
"username_unclaimed": "noonewouldeverusethis7"
}
}

17 changes: 17 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -991,3 +991,20 @@ As of 2020-10-21, PokerStrategy returns false positives. This was reported in #7
"username_unclaimed": "noonewouldeverusethis7"
},
```

## Filmogs

Filmogs has closed down.

> **Filmogs is closed**
> **31-Aug 2020** - We are preparing the last data export and collection of images. It will be published here by 19-Oct 2020. If you have requested an export of your data it will also be emailed to you by 19-Oct 2020.

```
"Filmogs": {
"errorType": "status_code",
"url": "https://www.filmo.gs/users/{}",
"urlMain": "https://www.filmo.gs/",
"username_claimed": "cupparober",
"username_unclaimed": "noonewouldeverusethis7"
},
```
7 changes: 0 additions & 7 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -514,13 +514,6 @@
"username_claimed": "Jungypoo",
"username_unclaimed": "noonewouldeverusethis7"
},
"Filmogs": {
"errorType": "status_code",
"url": "https://www.filmo.gs/users/{}",
"urlMain": "https://www.filmo.gs/",
"username_claimed": "cupparober",
"username_unclaimed": "noonewouldeverusethis7"
},
"Flickr": {
"errorType": "status_code",
"url": "https://www.flickr.com/people/{}",
Expand Down