added freecodecamp website
This commit is contained in:
parent
5aaac0b408
commit
59cd6b3dea
|
|
@ -190,8 +190,8 @@
|
|||
},
|
||||
"BOOTH": {
|
||||
"errorType": "response_url",
|
||||
"regexCheck": "^[a-zA-Z0-9@_-]$",
|
||||
"errorUrl": "https://booth.pm/",
|
||||
"regexCheck": "^[a-zA-Z0-9@_-]$",
|
||||
"url": "https://{}.booth.pm/",
|
||||
"urlMain": "https://booth.pm/",
|
||||
"username_claimed": "blue",
|
||||
|
|
@ -343,8 +343,8 @@
|
|||
},
|
||||
"Carbonmade": {
|
||||
"errorType": "response_url",
|
||||
"regexCheck": "^[a-zA-Z0-9@_-]$",
|
||||
"errorUrl": "https://carbonmade.com/fourohfour?domain={}.carbonmade.com",
|
||||
"regexCheck": "^[a-zA-Z0-9@_-]$",
|
||||
"url": "https://{}.carbonmade.com",
|
||||
"urlMain": "https://carbonmade.com/",
|
||||
"username_claimed": "jenny",
|
||||
|
|
@ -851,14 +851,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Google Play": {
|
||||
"errorMsg": "the requested URL was not found on this server",
|
||||
"errorType": "message",
|
||||
"url": "https://play.google.com/store/apps/developer?id={}",
|
||||
"urlMain": "https://play.google.com",
|
||||
"username_claimed": "GitHub",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Google Developer": {
|
||||
"errorMsg": "Sorry, the profile was not found.",
|
||||
"errorType": "message",
|
||||
|
|
@ -867,6 +859,14 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Google Play": {
|
||||
"errorMsg": "the requested URL was not found on this server",
|
||||
"errorType": "message",
|
||||
"url": "https://play.google.com/store/apps/developer?id={}",
|
||||
"urlMain": "https://play.google.com",
|
||||
"username_claimed": "GitHub",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Gradle": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^(?!-)[a-zA-Z0-9-]{3,}(?<!-)$",
|
||||
|
|
@ -2410,6 +2410,15 @@
|
|||
"username_claimed": "red",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"freecodecamp": {
|
||||
"errorMsg": "{}",
|
||||
"errorType": "message",
|
||||
"url": "https://www.freecodecamp.org/{}",
|
||||
"urlMain": "https://www.freecodecamp.org/",
|
||||
"urlProbe": "https://api.freecodecamp.org/api/users/get-public-profile?username={}",
|
||||
"username_claimed": "naveennamani",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"furaffinity": {
|
||||
"errorMsg": "This user cannot be found.",
|
||||
"errorType": "message",
|
||||
|
|
|
|||
5
sites.md
5
sites.md
|
|
@ -1,4 +1,4 @@
|
|||
## List Of Supported Sites (359 Sites In Total!)
|
||||
## List Of Supported Sites (362 Sites In Total!)
|
||||
1.  [2Dimensions](https://2Dimensions.com/)
|
||||
1.  [3dnews](http://forum.3dnews.ru/)
|
||||
1.  [7Cups](https://www.7cups.com/)
|
||||
|
|
@ -42,6 +42,7 @@
|
|||
1.  [BuyMeACoffee](https://www.buymeacoffee.com/)
|
||||
1.  [BuzzFeed](https://buzzfeed.com/)
|
||||
1.  [CNET](https://www.cnet.com/)
|
||||
1.  [CTAN](https://ctan.org/)
|
||||
1.  [Carbonmade](https://carbonmade.com/)
|
||||
1.  [Career.habr](https://career.habr.com/)
|
||||
1.  [Championat](https://www.championat.com/)
|
||||
|
|
@ -106,6 +107,7 @@
|
|||
1.  [GitLab](https://gitlab.com/)
|
||||
1.  [Gitee](https://gitee.com/)
|
||||
1.  [GoodReads](https://www.goodreads.com/)
|
||||
1.  [Google Developer](https://g.dev/)
|
||||
1.  [Google Play](https://play.google.com)
|
||||
1.  [Gradle](https://gradle.org/)
|
||||
1.  [Grailed](https://www.grailed.com/)
|
||||
|
|
@ -308,6 +310,7 @@
|
|||
1.  [fl](https://www.fl.ru/)
|
||||
1.  [forum_guns](https://forum.guns.ru/)
|
||||
1.  [forumhouseRU](https://www.forumhouse.ru/)
|
||||
1.  [freecodecamp](https://www.freecodecamp.org/)
|
||||
1.  [furaffinity](https://www.furaffinity.net)
|
||||
1.  [geocaching](https://www.geocaching.com/)
|
||||
1.  [gfycat](https://gfycat.com/)
|
||||
|
|
|
|||
Loading…
Reference in New Issue