[Extensions submodule] Add ChatGPT-User as fetcher

This commit is contained in:
Faisal Salman 2024-06-08 20:18:56 +07:00
parent 5328642e18
commit 6b642e2838
2 changed files with 13 additions and 2 deletions

View File

@ -175,8 +175,9 @@ const Emails = Object.freeze({
const Fetchers = Object.freeze({
browser : [
// ChatGPT-User - https://platform.openai.com/docs/plugins/bot
// BingPreview / Mastodon / Pinterestbot / Redditbot / Telegrambot / Twitterbot
[/(bingpreview|mastodon|(?:discord|linkedin|pinterest|reddit|telegram|twitter)bot)\/([\w\.]+)/i],
[/(bingpreview|chatgpt-user|mastodon|(?:discord|linkedin|pinterest|reddit|telegram|twitter)bot)\/([\w\.]+)/i],
[NAME, VERSION, [TYPE, FETCHER]],
// Google Bots / Snapchat

View File

@ -8,5 +8,15 @@
"version" : "1.0b",
"type" : "fetcher"
}
},
{
"desc" : "ChatGPT-User",
"ua" : "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot",
"expect" :
{
"name" : "ChatGPT-User",
"version" : "1.0",
"type" : "fetcher"
}
}
]