cobalt/README.md

102 lines
3.6 KiB
Markdown
Raw Normal View History

2022-07-08 19:17:56 +01:00
# cobalt
Best way to save content you love.
[co.wukko.me](https://co.wukko.me/)
2022-07-08 19:17:56 +01:00
2022-07-30 10:12:32 +01:00
![cobalt logo](https://raw.githubusercontent.com/wukko/cobalt/current/src/front/icons/wide.png "cobalt logo")
2022-07-08 19:17:56 +01:00
## What's cobalt?
cobalt is social media downloader with zero bullshit. It's efficient, easy to use, and doesn't bother you with ads or privacy invasion "consent" popups.
It preserves original media quality so you get best downloads possible (unless you change that in settings).
2022-07-08 19:17:56 +01:00
## Supported services
2022-07-08 19:17:56 +01:00
2022-08-12 15:10:00 +01:00
### Video and audio
2022-07-08 19:17:56 +01:00
- bilibili.com
2022-08-16 11:31:41 +01:00
- douyin (with or without watermark, preference set by user)
2022-07-08 19:17:56 +01:00
- Reddit
2022-08-16 11:31:41 +01:00
- TikTok (with or without watermark, preference set by user)
- Tumblr
- Twitter
- YouTube (with HDR support)
2022-08-12 15:10:39 +01:00
### Only video
- Vimeo
2022-07-08 19:17:56 +01:00
- VK
2022-08-12 15:10:39 +01:00
### Only audio
- YouTube Music
## Translations
- Spanish: [@adrigoomy](https://github.com/adrigoomy)
- French: [@lexito-o](https://github.com/lexito-o)
- Indonesian: [@LyfeV](https://github.com/LyfeV)
2022-08-04 19:17:51 +01:00
- Polish: [@hexandcube](https://github.com/hexandcube)
## How you can help cobalt speak your language
Take English or Russian localization from [this directory](https://github.com/wukko/cobalt/tree/current/src/localization/languages) and use it as a base for your translation. Then simply make a pull request and it'll be out for everyone upon review!
### What you should keep in mind:
- Do **NOT** use formal language, that's boring and lame. Use informal language on all occasions.
- Strings are **ALWAYS** lowercase unless it's an internal value like {ContactLink} or STRESSED LIKE THIS.
- Keep translations as friendly and fun as possible.
- Word-for-word translations from original language are not valid.
- You can rephrase sentences as long as they keep the same sense.
- You can add wordplays or puns if it feels natural to do so.
- Even though I love cursing, keep that away from translations.
- Always check if there are issues in UI with your localization.
- There's no need to translate `ChangelogContentTitle` and `ChangelogContent`, because those are very often changed. You can remove both of them from your translation file.
- Add "(in english)" in translation language to `ChangelogLastCommit` and `ChangelogLastMajor`, because those are almost always kept exclusively in English. Remove that phrase if you do translate major update changelog.
- Be nice.
## TO-DO
### Services
- [ ] niconico support
- [ ] Instagram support
- [ ] SoundCloud support
- [ ] Quality switching for bilibili
2022-08-16 11:31:41 +01:00
- [x] Find a way to get TikTok videos without a watermark
- [x] Add an option to keep watermark on TikTok videos
### Other
2022-08-16 08:14:19 +01:00
- [ ] Remake video quality picking
- [ ] Add support for emoji in localization
- [ ] Language picker in settings
- [ ] Make cobalt fully PWA compatible (add a service worker)
2022-07-08 19:17:56 +01:00
## Host an instance yourself
Code might be a little messy, but I do my best to improve it with every commit.
2022-07-08 19:17:56 +01:00
### Requirements
2022-07-08 19:18:52 +01:00
- Node.js 14.16 or above
2022-07-08 19:17:56 +01:00
- git
### npm modules
- cors
2022-07-08 19:17:56 +01:00
- dotenv
2022-07-30 13:01:51 +01:00
- esbuild
- express
2022-07-08 19:17:56 +01:00
- express-rate-limit
- ffmpeg-static
- got
2022-07-08 19:17:56 +01:00
- node-cache
- url-pattern
- xml-js
2022-07-08 19:17:56 +01:00
- ytdl-core
Setup script installs all needed `npm` dependencies, but you have to install `Node.js` and `git` yourself.
2022-07-08 19:17:56 +01:00
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`
2022-07-08 19:17:56 +01:00
4. Done.
## Disclaimer
This is my passion project, so update scheduele depends solely on my motivation. Don't expect any consistency in that.
2022-07-08 19:17:56 +01:00
## License
cobalt is under [AGPL-3.0](https://github.com/wukko/cobalt/blob/current/LICENSE).
2022-08-16 08:14:19 +01:00
[Fluent Emoji](https://github.com/microsoft/fluentui-emoji) by Microsoft is under [MIT](https://github.com/microsoft/fluentui-emoji/blob/main/LICENSE).