Commit Graph

2702 Commits

Author SHA1 Message Date
Paul Pfeister 7cd9f2acb0 Merge pull request #2283 from gtkacz/2248-exophase_support
Adding support for exophase via `data.json` for #2248
2024-11-01 04:00:47 -04:00
Paul Pfeister 7b7a0d2c8e Merge pull request #2316 from MR-VL/master
Add support for Atcoder
2024-11-01 03:39:28 -04:00
Paul Pfeister f50d0e6c41 Merge pull request #2349 from NOMADE55/add-topcoder-bgg-small-ecommerce
Add BoardGameGeek and Small Ecommerce Platforms
2024-11-01 03:22:33 -04:00
Lucas Terracino bbe9e93164 Add support for Tiendanube 2024-10-22 14:38:09 -03:00
Lucas Terracino beb57d2e49 Add support for Empretienda 2024-10-22 14:38:01 -03:00
Lucas Terracino a03aa3157f Add support for BoardGameGeek 2024-10-22 14:28:14 -03:00
Lucas Terracino 4deba5f147 Add support for Topcoder 2024-10-22 14:11:51 -03:00
Bytexenon af4c08a08b fix: remove "Other" from archive.org downtime message check 2024-10-20 07:03:08 -07:00
mikebgrep deb1936027 add regexCheck for the pages that does not have related to the issue with long not valid username 2024-10-20 16:12:37 +03:00
Bytexenon fb52343aa3 fix: add additional error message check for archive.org downtime 2024-10-20 05:27:10 -07:00
Rhythm Bansal fdf3655e63 fixed urlProbe for Twitter by adding an alternative endpoint 2024-10-17 22:18:52 +05:30
Aalim Sheikh d83e7c1652 Add site rarible.com 2024-10-11 20:35:29 +05:30
Alok 8e0c7eff17 Change the errorMsg for Librarything 2024-10-11 11:02:57 +05:30
anuja b7406919dc commiting to correct function call 2024-10-11 07:53:59 +05:30
nktkhndlwl 656abbbbf8 fix errorType 2024-10-10 20:46:54 +05:30
Nuung ef751d34f2 modify: velog's username_claimed value 2024-10-09 19:11:51 +09:00
Nuung 4ef9e6b0de modify: I forgot to adding @ 2024-10-09 18:52:36 +09:00
Nuung ecd59455b0 Add support for velog 2024-10-09 18:31:06 +09:00
MR-VL 15e6924338 Add support for Atcoder 2024-10-05 21:47:45 -05:00
Utsav Jana ad86a8b954 Adding DigitalSpy 2024-10-02 22:25:26 +05:30
Niket Khandelwal 61fdb6e206 add VLR.gg support 2024-10-02 00:50:33 +05:30
Pasan Laksitha b6c33d2901 Add Hugging Face platform details to data.json for Sherlock project. 2024-09-11 10:16:25 +05:30
suramyavns b65b03fe63 removed duplication 2024-09-11 07:49:29 +05:30
suramyavns 5193ab8a97 fixed speedrun site support 2024-09-10 14:18:46 +05:30
sk337 84965712f6 Update data.json 2024-09-05 13:09:41 -07:00
sk337 5f0d55bcfa fix requested changes 2024-09-05 13:07:13 -07:00
ntexe 277d19816e fix #2242 2024-09-05 16:03:08 +03:00
sk337 a7b370bc3d add unclaimed username to v0.dev 2024-09-04 13:11:30 -07:00
sk337 efd765eba7 Update data.json 2024-09-04 13:06:22 -07:00
rsb-23 192e2c333e Fixed false positives #2273
- Updated user-agent in header and removed duplicate
-
2024-09-03 21:04:10 +05:30
gtkacz 89b4cec3cb Adding support for exophase via data.json for #2248 2024-09-02 15:16:57 -03:00
Paul Pfeister 4660afb7d8 Fix implicit optional (PEP 484)
Co-authored-by: GuardianWang <31812793+GuardianWang@users.noreply.github.com>
2024-08-30 01:21:08 -04:00
Paul Pfeister e9eb7d32ce docs: update readme for fedora, parrot, 24.04 2024-08-28 00:25:55 -04:00
ntexe f7075e1b64 Restore Fanpop
Cleaned up commit for sherlock-project/sherlock#2269
2024-08-27 23:08:40 -04:00
Paul Pfeister f32fdaa93a Merge pull request #2272 from PeterDaveHello/patch-1
Remove not needed `apt-get update` in Dockerfile
2024-08-27 22:51:59 -04:00
Paul Pfeister 1c8e3f8142 Merge branch 'add-kaskus' 2024-08-27 22:45:01 -04:00
Paul Pfeister 298161114b fix: indentation 2024-08-27 22:44:50 -04:00
Paul Pfeister 0d0335bca0 Comply with PEP 561 2024-08-27 22:32:48 -04:00
paperbenni 1e2e380876 add site Gitea.com 2024-08-27 19:37:35 +02:00
L0mbart bceb625984 Update data.json
add kaskus site
2024-08-27 13:17:00 +07:00
Peter Dave Hello a5dda7ae91 Remove not needed apt-get update in Dockerfile
There's no need to wait and waste the time and bandwidth to wait for `apt-get update` for `pip3 install` ;)
2024-08-27 02:37:23 +08:00
Paul Pfeister 9e111a334b Merge pull request #2259 from Txbias/codeforce-support
Remove Codeforces from removed-sites.md
2024-08-23 01:37:43 -04:00
Paul Pfeister 74a3576132 Merge remote-tracking branch 'ntexe/master' 2024-08-23 01:31:41 -04:00
Paul Pfeister 0646063509 fix: file not found 2024-08-23 01:21:49 -04:00
Paul Pfeister c6c1f3eef7 Deprecate Python 3.8
Python 3.8 is nearing EOL, and it's being deprecated here to allow for
more ready dependency resolution between pandas and numpy, avoiding a
fatal import. Resolves #2266.
2024-08-23 01:15:47 -04:00
Siddharth Dushantha 47ab466d85 Merge pull request #2265 from MR-VL/master
remove ICQ.com
2024-08-22 16:04:01 -04:00
MR-VL 378967c2a5 remove ICQ 2024-08-21 15:10:04 -05:00
ntexe 2cc854bd6b You can now disable creation of a txt file 2024-08-21 14:01:22 +03:00
Txbias 4d83f057ac Removed Codeforces from the removed-sites.md file 2024-08-15 16:27:55 +02:00
Siddharth Dushantha 573ae6c488 Merge pull request #2254 from sherlock-project/fix-sync-json-data
updated sherlock path
2024-08-11 06:09:43 -04:00