mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 14:34:33 +00:00
Fixed YouTube (#717)
This commit is contained in:
@@ -18355,17 +18355,41 @@
|
||||
},
|
||||
"YouTube": {
|
||||
"tags": [
|
||||
"us",
|
||||
"video"
|
||||
],
|
||||
"regexCheck": "^[^\\/]+$",
|
||||
"checkType": "message",
|
||||
"presenseStrs": [
|
||||
"href=\"/feed/channel"
|
||||
],
|
||||
"absenceStrs": [
|
||||
"Not Found"
|
||||
"Error - Invidious",
|
||||
"This channel does not exist"
|
||||
],
|
||||
"alexaRank": 2,
|
||||
"urlMain": "https://www.youtube.com/",
|
||||
"url": "https://www.youtube.com/{username}",
|
||||
"urlProbe": "https://invidious.slipfox.xyz/c/{username}",
|
||||
"usernameClaimed": "test",
|
||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"YouTube User": {
|
||||
"tags": [
|
||||
"video"
|
||||
],
|
||||
"regexCheck": "^[^\\/]+$",
|
||||
"checkType": "message",
|
||||
"presenseStrs": [
|
||||
"href=\"/feed/channel"
|
||||
],
|
||||
"absenceStrs": [
|
||||
"Error - Invidious",
|
||||
"This channel does not exist"
|
||||
],
|
||||
"alexaRank": 2,
|
||||
"urlMain": "https://www.youtube.com/",
|
||||
"url": "https://www.youtube.com/{username}",
|
||||
"urlProbe": "https://invidious.slipfox.xyz/user/{username}",
|
||||
"usernameClaimed": "blue",
|
||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user