save what you love
Go to file
wukko 227dc8436c beginning of 2.2 (one more fix)
- added download popup to solve the issue with downloads on ios
- merged big and small popups into one
- made buttons in donation menu act like buttons
- began to clean up localisation
- added ability to embed repo url into localisation strings
- moved ffmpeg args to config for more flexibility (and hopefully future changes)
- removed error response in stream that could result in a crash
- removed notice for ios users from about cause it's no longer relevant
- made error popup look and act like the rest
- a tiny bit of clean up
- changelog is now made out of latest commit (and doesn't break)
2022-07-14 02:49:09 +06:00
files beginning of 2.2 2022-07-14 02:32:00 +06:00
modules beginning of 2.2 (one more fix) 2022-07-14 02:49:09 +06:00
strings/en beginning of 2.2 (one more fix) 2022-07-14 02:49:09 +06:00
.gitignore oops 2022-07-09 01:05:43 +06:00
cobalt.js beginning of 2.2 2022-07-14 02:32:00 +06:00
config.json beginning of 2.2 2022-07-14 02:32:00 +06:00
jsconfig.json moved to new repo 2022-07-09 00:17:56 +06:00
LICENSE moved to new repo 2022-07-09 00:17:56 +06:00
package.json beginning of 2.2 2022-07-14 02:32:00 +06:00
README.md beginning of 2.2 2022-07-14 02:32:00 +06:00

cobalt

Sleek and easy to use social media downloader built on JavaScript. Try it out live: co.wukko.me!

cobalt logo

What is cobalt?

Everyone is annoyed by the mess video downloaders are on the web, and cobalt aims to be the ultimate social media downloader, that is efficient, pretty, and doesn't bother you with ads or privacy invasion agreement popups.

cobalt doesn't remux any videos, so you get videos of max quality available (unless you change that in settings).

What's supported?

  • Twitter
  • YouTube and YouTube Music
  • bilibili.com
  • Reddit
  • VK

What still has to be done

  • Quality switching for bilibili and Twitter
  • Clean up the mess that localisation is right now
    • Sort contents of .json files
    • Rename each entry key to be less linked to specific service (entries like youtubeBroke are awful, I'm sorry)
  • Add support for more languages when localisation clean up is done
  • Use esmbuild to minify frontend css and js
  • Make switch buttons in settings selectable with keyboard
  • Do something about changelog because the way it is right now is not really great
  • Remake page rendering module to be more versatile
  • Matching could be redone, I'll see what I can do
  • Facebook and Instagram support
  • TikTok support (?)
  • Support for bilibili.tv (?)

Disclaimer

This is my passion project, so update scheduele depends on my motivation. Don't expect any consistency in that.

Host an instance yourself

Code might be a little messy, but I promise to improve it over time.

Requirements

  • Node.js 14.16 or above
  • git

npm modules

  • express
  • cors
  • got
  • url-pattern
  • xml-js
  • dotenv
  • express-rate-limit
  • ffmpeg-static
  • node-cache
  • ytdl-core

Setup script installs all needed npm dependencies, but you have to install Node.js and git yourself, if you don't have those already.

  1. Clone the repo: git clone https://github.com/wukko/cobalt
  2. Run setup script and follow instructions: npm run setup
  3. Run cobalt via npm start
  4. Done.

License

cobalt is under GPL-3.0 license, please keep that in mind.