mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-17 22:00:00 +00:00
small fixes
This commit is contained in:
parent
e3b9fccfc3
commit
411ede864d
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
"ErrorRateLimit": "you're making too many requests. calm down and try again in a bit.",
|
"ErrorRateLimit": "you're making too many requests. calm down and try again in a bit.",
|
||||||
"ErrorCouldntFetch": "couldn't get any info about your link. check if your link is correct and try again.",
|
"ErrorCouldntFetch": "couldn't get any info about your link. check if your link is correct and try again.",
|
||||||
"ErrorLengthLimit": "current length limit is {s} minutes. video that you tried to download is longer than {s} minutes. pick something else!",
|
"ErrorLengthLimit": "current length limit is {s} minutes. video that you tried to download is longer than {s} minutes. pick something else!",
|
||||||
"ErrorBadFetch": "an error occured when i tried to get info about your link. are you sure it works? check if it does, and try again.",
|
"ErrorBadFetch": "an error occurred when i tried to get info about your link. are you sure it works? check if it does, and try again.",
|
||||||
"ErrorCorruptedStream": "this download is unfortunately corrupted. try again or try a different format and resolution.",
|
"ErrorCorruptedStream": "this download is unfortunately corrupted. try again or try a different format and resolution.",
|
||||||
"ErrorNoInternet": "there's no internet or {appName} api is down. check your connection and try again.",
|
"ErrorNoInternet": "there's no internet or {appName} api is down. check your connection and try again.",
|
||||||
"ErrorCantConnectToServiceAPI": "i couldn't connect to {s} api. seems like either {s} is down or {appName} server ip got blocked. try again later.",
|
"ErrorCantConnectToServiceAPI": "i couldn't connect to {s} api. seems like either {s} is down or {appName} server ip got blocked. try again later.",
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"twitter": {
|
"twitter": {
|
||||||
"patterns": [":user/status/:id"],
|
"patterns": [":user/status/:id", ":user/status/:id/video/1"],
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"vk": {
|
"vk": {
|
||||||
|
|
Loading…
Reference in a new issue