tiktok is back!

- added support for tiktok (images won't work, they're only accessible through the app)
- hopefully main input bar is now not rounded on ios, i fucking hate apple
- if service is not supported, a correlating error will appear, not generic one
- removed duplicates from config that are present in package json already
- tiny bit of clean up
This commit is contained in:
wukko
2022-07-28 22:03:17 +06:00
parent a4a9af6120
commit 1b4872c1de
12 changed files with 86 additions and 41 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "cobalt",
"description": "probably the friendliest social media downloader yet",
"version": "2.2.5",
"version": "2.2.6",
"author": "wukko",
"exports": "./cobalt.js",
"exports": "./src/cobalt.js",
"type": "module",
"engines": {
"node": ">=14.16"
@@ -29,7 +29,7 @@
"ffmpeg-static": "^5.0.0",
"got": "^12.1.0",
"node-cache": "^5.1.2",
"url-pattern": "^1.0.3",
"url-pattern": "1.0.3",
"xml-js": "^1.6.11",
"ytdl-core": "4.11.0"
}