Commit Graph

102 Commits

Author SHA1 Message Date
2a1ebd8e69 repo/readme: update formatting & clean up 2024-09-09 22:12:33 +06:00
e5c0bfa6f8 README: clarify root license 2024-09-09 16:00:23 +00:00
35456fe6d7 README: add bluesky to supported services 2024-09-09 15:52:12 +00:00
7b06a5047f repo: split README into subproject READMEs 2024-09-09 15:44:37 +00:00
fa85a4c75c readme: update license info 2024-07-29 15:29:13 +06:00
4080cd4581 services: add snapchat support (#429)
* feat: snapchat support

* chore: remove redundancy

* chore: a bit of better matching

* chore: update readme

* refactor(snapchat): refactor story matching to use pickers

* fix: small fix to directly linked stories

* fix(snapchat): fix filenames

* chore: update readme

* ref(snapchat): rewrite service, new test, split redirects into a util

* fix(snapchat): small fixes

* chore: deepscan error fixed

* fix: remove debug logging

* fix(snapchat): fix merge, clean up code with new utils

* fix(snapchat): update with suggested changes

---------

Signed-off-by: Snazzah <7025343+Snazzah@users.noreply.github.com>
Co-authored-by: jj <log@riseup.net>
2024-07-24 17:06:10 +02:00
c77ee2eb44 services: add facebook support (#403)
* feat: add facebook support

* chore: fix fail check

* chore: minor fix

* chore: add service in README.md

* chore: cleaning post-merge code

* facebook: add shared link pattern

* chore: clean up removing unnecessarily code

* fix: facebook shared link pattern

* matchActionDecider: redirect to facebook video instead of rendering

* facebook: pass sourceUrl in object

* url: fix botched lint

* fix: facebook shared link pattern with clean up

* test: change facebook test response to redirect

---------

Co-authored-by: dumbmoron <log@riseup.net>
2024-07-24 17:05:21 +02:00
ed607a08bb readme: add additional info about rutube 2024-05-29 13:15:10 +06:00
e4d42fa86a processing: add loom support (#530) 2024-05-29 13:12:52 +06:00
209fa32ec2 readme: update main instance api url 2024-05-22 07:54:58 +06:00
e13f0b9649 readme: update royale link 2024-05-22 02:44:45 +06:00
ac537153a5 instagram: don't advertise stories support
current implementation is extremely rate limited (getting about 2 stories gets the account rate limited) and therefore it's not viable to advertise stories as supported

tiny cobalt instances, however, might have SOME sort of downloading success, so i'm not removing the functionality completely
2024-05-17 21:58:07 +06:00
da749f6403 readme: add socials 2024-05-17 14:18:05 +06:00
5c9ecb2781 pinterest: implement image and gifs support (#475)
Co-authored-by: jj <log@riseup.net>
Co-authored-by: wukko <me@wukko.me>
2024-05-15 17:56:10 +06:00
b50ad1e4f2 readme: fix links for other branches/forks 2024-04-19 09:44:13 +06:00
11d7a62b07 readme: clarify free api usage terms 2024-04-19 09:41:52 +06:00
5bf8d954a4 readme: update disclaimer 2024-03-31 20:49:34 +06:00
fb7cfd69d0 readme: add a missing period and update "what's cobalt" section
Signed-off-by: wukko <me@wukko.me>
2024-03-31 09:38:28 +06:00
9234581c5e readme: fix a typo
Signed-off-by: wukko <me@wukko.me>
2024-03-17 00:33:57 +06:00
c3d7bfdbfc readme: fix typos in acknowledgments 2024-03-16 23:36:10 +06:00
24c03566e8 readme: add list of acknowledgements 2024-03-16 22:05:50 +06:00
3315be4350 readme: added more info about usage of branding and license 2024-03-06 19:11:11 +06:00
1cd2b170a8 readme: update bilibili name 2024-03-05 20:21:57 +06:00
a97733d257 feat: add dailymotion support
closes #343
2024-03-05 13:23:24 +00:00
56afa2848f readme: add info about ok video 2024-01-31 17:32:50 +06:00
8ed9b8ad5b chore: update readme 2023-10-30 12:31:20 -05:00
c7dc868498 fix alignment 2023-10-28 18:58:01 +06:00
3e6fdb7403 update emoji meaning in readme 2023-10-28 18:55:47 +06:00
31a2136c90 updated docs 2023-10-28 18:51:20 +06:00
72243c6e11 update info about instagram support in readme 2023-10-15 11:15:19 +06:00
eee0f43ee1 update readme 2023-09-17 01:03:55 +06:00
ad8a9c454d remove vods
there's no point in downloading entire streams. people can clip what they need and download that instead!
2023-09-16 17:58:43 +06:00
f7247b87f0 fix wording 2023-09-16 16:31:02 +06:00
ff9d48740d Merge branch 'current' into feat/twitch 2023-09-16 15:40:09 +06:00
572dc20e41 7.4
- updated more files to be up-to-date with domain change.
- 7.4 changelog.
- updated docker compose example with watchtower and cobalt image.
2023-09-09 22:31:24 +06:00
244357820d update readme and services config 2023-08-20 19:59:34 +06:00
a8cbebd240 vxtwitter support
- moved out host overrides to its own file
- added mastodon verification
2023-08-20 16:11:16 +06:00
bf506f5da9 updated readme 2023-08-15 16:12:38 +06:00
eae8149a08 fixed a typo in readme 2023-07-05 10:26:13 +06:00
db5d62ae58 6.2.2: fixes related to twitter screwing everything up
(also fixes an issue with some instagram links)
2023-06-30 16:29:21 +06:00
65161107fa 6.2: no more ip verification
- removed ip verification and updated privacy policy to reflect this change.
- streamable links now last for 20 seconds instead of 2 minutes.
- cleaned up stream verification algorithm. now the same function isn't run 4 times in a row.
- removed deprecated way of hosting a cobalt instance.
2023-06-27 19:56:15 +06:00
8d39096977 image lazy loading 2023-06-07 16:18:41 +06:00
55f1e4b704 tumblr audio, youtube vr, updated setup script, further mitosis accommodations 2023-06-05 12:43:04 +06:00
8551243207 Merge branch 'current' into feat/twitch 2023-05-23 12:24:54 -05:00
df73b8c860 oops 2023-05-09 10:18:06 +06:00
995e95790c one more checkmark replacement in readme 2023-05-08 14:47:26 +06:00
a66a1d3fde fix checkmarks in readme
well that's just rude
2023-05-08 14:46:49 +06:00
71cc5305b4 5.5.1
- updated readme: added info about new services, sorted the list alphabetically, replaced emoji with checkmarks, added info about ncsd (#101), and more.
- fixed typos in vk and setup modules.
- removed unused variables from css.
2023-05-08 14:40:38 +06:00
c8d0eb862c chore: update readme 2023-04-29 17:13:26 -05:00
450d01753d update the way environment variables are checked
no longer checking for .env file, just the variables
2023-04-09 09:40:13 +06:00