Commit graph

1210 commits

Author SHA1 Message Date
wukko
1fad4816b2
web: use static svelte adapter instead of auto 2024-06-16 19:21:26 +06:00
wukko
3c1a69063d
web/sidebar: disable scrollbars 2024-06-16 19:11:44 +06:00
wukko
1c9d604326
web/sidebar: import individual files for icons 2024-06-16 19:10:58 +06:00
wukko
3554222f42
web: add api response types & clean up DownloadButton 2024-06-16 18:53:45 +06:00
wukko
1f2c28bd02
web: basic api interaction & downloading
download button now acts the way it should with various states
2024-06-16 18:22:44 +06:00
wukko
324729eb21
web: basic switcher component & mute mode button 2024-06-16 15:30:14 +06:00
wukko
bf26988cde
web/save: add paste button & dummy mode buttons
tuned default button look, moved custom icons to lib for easy access
2024-06-15 20:39:34 +06:00
wukko
e6ffa4864c
web: omnibox base with meowbalt 2024-06-14 21:48:57 +06:00
wukko
7cab37fc30
web: disable tap highlighting & user selection 2024-06-14 17:34:14 +06:00
wukko
92cccd720d
web: mobile navigation 2024-06-14 17:33:33 +06:00
wukko
5399ee9a4c
web: make sidebar scrollable on vertical overflow 2024-06-14 16:47:13 +06:00
wukko
b831dc8236
web: space out css 2024-06-14 16:38:10 +06:00
wukko
38d7add0a9
web: navigation & sidebar 2024-06-14 16:33:01 +06:00
wukko
fa85a4c75c
readme: update license info 2024-07-29 15:29:13 +06:00
wukko
c5c0d44a2e
web: add license 2024-07-29 15:26:04 +06:00
wukko
8cc11367ef
web: project skeleton 2024-06-13 15:32:17 +06:00
wukko
f8a28c6c5f
docs/api: update info about picker item types 2024-07-26 22:02:59 +06:00
wukko
9d4f7e666f
tests: add twitter image tests 2024-07-26 21:22:24 +06:00
wukko
dad13548e6
twitter: add support for downloading photos 2024-07-26 21:17:37 +06:00
wukko
57051968f3
youtube: better audio checking 2024-07-26 20:18:59 +06:00
wukko
7071157580
youtube: fix audio track selection for dubbed videos & clean up
closes #642
2024-07-26 19:54:19 +06:00
wukko
0895c695e7
repo: use global org funding file 2024-07-26 13:45:00 +06:00
wukko
b238587324
tests: allow rutube yappy test to fail 2024-07-26 09:56:22 +06:00
wukko
b308db4a59
package: update lock 2024-07-26 09:55:41 +06:00
wukko
b718b79ccd
package: bump version to 7.15 2024-07-26 09:52:55 +06:00
wukko
339a932e7f
package: update youtubei.js 2024-07-26 09:50:27 +06:00
wukko
cb2bde5b51
tests: allow facebook reel test to fail 2024-07-25 12:14:25 +06:00
wukko
8ab0661f1a
tests: update rutube yappy link 2024-07-25 12:08:37 +06:00
wukko
a388839e15
snapchat: clean up 2024-07-25 11:58:43 +06:00
wukko
83af16bb12
facebook: do not request the source url & clean up
fixed a vulnerability, removed useless variables, and cleaned up

thankfully we haven't built the image yesterday
2024-07-25 11:57:02 +06:00
ihatespawn
faeb96848b
tests: add mature video vimeo test (#628) 2024-07-24 19:46:29 +02:00
dumbmoron
9bf6cd36b5
tests: add canFail to facebook shortlink test 2024-07-24 15:56:50 +00:00
dumbmoron
27a6310357
ci/test: update basic test to use more reliable example link 2024-07-24 15:52:40 +00:00
dumbmoron
93c27f262b
tests/twitter: fix incorrect status, expect age restricted test to fail 2024-07-24 15:52:40 +00:00
dumbmoron
cdb2b401ce
ci: test services in github actions 2024-07-24 15:52:40 +00:00
dumbmoron
0fe85b2ae9
services/ok: fallback to compilation title if author name is missing 2024-07-24 15:52:28 +00:00
alina sireneva
a6623567e2
feat: support external proxies (#588) 2024-07-24 21:49:47 +06:00
dumbmoron
85e376bffd
api: move accept header check into handler, simplify error handling (#614) 2024-07-24 17:27:26 +02:00
dumbmoron
b516033f09
match: clean up snapchat call & add missing breaks 2024-07-24 15:17:58 +00:00
Snazzah
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
Brama Udi
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
dumbmoron
31e1fa5c5c
run-an-instance: remove slash from end of CORS_URL example
it's somewhat misleading, since this specifies the origin
(https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-tuple) and not a full URL
2024-07-20 12:53:59 +02:00
dumbmoron
d68ce2f490
stream/types: only use nice if parsed processingPriority is a number
for some reason, isNaN(true) -> false, which is technically correct,
but what the fuck...
2024-07-12 00:01:18 +00:00
dumbmoron
2f4e43f78f
youtube: client_id/client_secret is optional in session data 2024-07-11 07:56:13 +00:00
jj
c1f364929c
merge/youtube: bump youtubei.js to v10.1.0, update token format (#626)
to be in line with the structure youtubei.js expects when initializing
a session, the `expires` value of the stored tokens has been renamed
to `expiry_date`. if you have sessions that are stored in the cookies
file, cobalt ad-hoc transforms them into this new format.
2024-07-10 18:53:14 +02:00
dumbmoron
20c409cdb3
generate-youtube-tokens: update response format 2024-07-10 16:44:16 +00:00
dumbmoron
404cad711f
youtube: bump youtubei.js to v10.1.0 2024-07-10 14:13:56 +00:00
dumbmoron
33fa653ee5
package: bump version to 7.14.6 2024-07-09 13:55:38 +00:00
ihatespawn
bcb8ab101f
tests: fix broken links, correct expected responses (#618) 2024-07-09 15:17:09 +02:00
hyperdefined
cfce04bbd0
tests: fix broken twitter links (#604) 2024-07-09 00:03:03 +02:00