6.2.3: loc improvements

- added info about country restrictions to youtube error message.
- updated donation popup text.
- updated save to gallery shortcut link.
- fixed #110.
This commit is contained in:
wukko
2023-07-14 22:19:58 +06:00
parent eae8149a08
commit cc30809ac7
5 changed files with 17 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "cobalt",
"description": "save what you love",
"version": "6.2.3",
"version": "6.2.4",
"author": "wukko",
"exports": "./src/cobalt.js",
"type": "module",
@@ -35,6 +35,6 @@
"node-cache": "^5.1.2",
"url-pattern": "1.0.3",
"xml-js": "^1.6.11",
"youtubei.js": "^5.1.0"
"youtubei.js": "^5.4.0"
}
}