feat: add "You're offline" for OCR

This commit is contained in:
GramingFoxTeam
2023-07-27 15:43:23 +03:00
parent c4d6963004
commit b4225f85a6
2 changed files with 16 additions and 0 deletions

View File

@@ -136,6 +136,14 @@
"description": "You need to install a downloader to download videos. NewPipe is the default downloader, and it can be downloaded from [here](https://github.com/TeamNewPipe/NewPipe/releases/latest).",
"color": 14908858
}
},
{
"regex": "you're offline|please check your",
"reply": {
"title": "Why does YT ReVanced say I'm offline?",
"description": "If your YT ReVanced appears to not have internet and you recently changed your Google password, remove the Vanced MicroG account from within your device settings and then log back in.",
"color": 14908858
}
}
]
}

View File

@@ -97,6 +97,14 @@
"title": "Why can't I download videos?",
"description": "You need to install a downloader to download videos. NewPipe is the default downloader, and it can be downloaded from [here](https://github.com/TeamNewPipe/NewPipe/releases/latest)."
}
},
{
"regex": "you're offline|please check your",
"reply": {
"title": "Why does YT ReVanced say I'm offline?",
"description": "If your YT ReVanced appears to not have internet and you recently changed your Google password, remove the Vanced MicroG account from within your device settings and then log back in.",
"color": 14908858
}
}
]
}