added regex checking for Audiojungle

The regex was created using the username criteria from their webpage: https://imgur.com/a/QJU3ypn
pull/727/head
Siddharth Dushantha 4 years ago committed by GitHub
parent e05ee256da
commit 9a85f334a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,6 +121,7 @@
},
"Audiojungle": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9_]+$",
"url": "https://audiojungle.net/user/{}",
"urlMain": "https://audiojungle.net/",
"username_claimed": "blue",

Loading…
Cancel
Save