wukko
6c314a1a62
well that's just embarrassing
2023-10-08 18:31:04 +06:00
dumbmoron
0bb84f0e98
fix soundcloud downloads when requested format is best
2023-09-16 21:25:36 +00:00
wukko
e721cf9878
support for rutube, fixes, accommodations for multi lang
2023-09-16 23:38:07 +06:00
wukko
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
wukko
f7247b87f0
fix wording
2023-09-16 16:31:02 +06:00
wukko
ad9b6ebdd3
twitch clean up
2023-09-16 16:27:53 +06:00
wukko
ff9d48740d
Merge branch 'current' into feat/twitch
2023-09-16 15:40:09 +06:00
wukko
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
wukko
bfde9aab39
Merge branch 'current' into disable-metadata
2023-09-06 20:05:16 +06:00
wukko
8dcb6d8ea7
a typo just broke everything
2023-08-26 00:53:05 +06:00
wukko
be21c86d89
youtube: added support for live links
2023-08-26 00:03:24 +06:00
dumbmoron
93aa1f4db4
add option to disable file metadata
...
closes #142
2023-08-25 17:57:03 +00:00
wukko
fc89cb566b
clean up
2023-08-23 01:03:31 +06:00
wukko
749c00a691
soundcloud: got rid of html parsing
2023-08-23 00:49:02 +06:00
wukko
0ef2c70c66
add support for more vimeo links
...
closes #184
2023-08-22 12:46:13 +06:00
wukko
a1e08c0692
Update instagram.js
2023-08-21 22:03:18 +06:00
dumbmoron
40f8b3ee0c
update cookies that have no expiration
2023-08-20 22:33:33 +00:00
dumbmoron
9eb6700399
set instagram specific headers
2023-08-20 22:33:30 +00:00
dumbmoron
ba7137ef62
send cookies as-is
2023-08-20 22:21:00 +00:00
wukko
0a5fff32ae
7.1 release
...
added changelog and update notice
2023-08-20 23:25:02 +06:00
wukko
877148159d
use else-if instead of if for evaluating action
...
merge pull request #183 from dumbmoron/decider-elif
2023-08-20 22:46:13 +06:00
wukko
9d590a64dc
fix the order
2023-08-20 22:30:26 +06:00
dumbmoron
a59ecd14e7
use else-if instead of if for evaluating action
...
sets a fixed order of actions
2023-08-20 16:20:18 +00:00
wukko
b441b494ef
fix vk downloads
2023-08-20 22:12:09 +06:00
wukko
a6134c58d2
remove unused stuff
2023-08-20 21:02:20 +06:00
wukko
244357820d
update readme and services config
2023-08-20 19:59:34 +06:00
wukko
6be2c7344e
do not attempt to update nonexistent cookie
...
merge pull request #181 from dumbmoron/fix-cookie-update
2023-08-20 19:38:11 +06:00
wukko
cbb519d73e
fix + test
2023-08-20 19:36:56 +06:00
dumbmoron
411938b460
do not attempt to update nonexistent cookie
2023-08-20 13:27:49 +00:00
dumbmoron
1f6c7c8ead
instagram: add downloading of single image
2023-08-20 13:26:35 +00:00
wukko
dfdda06099
added support for instagram images
...
also improved various picker
2023-08-20 19:14:31 +06:00
wukko
a15558bc3f
oh
2023-08-20 18:16:00 +06:00
wukko
2929b9535f
added file metadata to videos & fixed youtube dubs
2023-08-20 18:14:15 +06:00
wukko
609bf26dd4
#177 : add cookie support
...
merge pull request #177 from dumbmoron/cookie
2023-08-20 16:58:49 +06:00
wukko
c72d9b0ed1
change cookie path capitalization for consistency with other env stuff
2023-08-20 16:58:04 +06:00
wukko
fd0357e52d
move cookies to processing
...
slight clean up and better example
2023-08-20 16:51:39 +06:00
wukko
a8cbebd240
vxtwitter support
...
- moved out host overrides to its own file
- added mastodon verification
2023-08-20 16:11:16 +06:00
wukko
8304499ce7
fixed streamable (the service) metadata
2023-08-20 15:45:03 +06:00
wukko
890b7c8924
streamable: clean up + more patterns
2023-08-20 15:18:21 +06:00
Blobadoodle
9af60e1e6b
===
2023-08-19 18:58:01 +01:00
Blobadoodle
df894864ce
useless comments
2023-08-19 18:34:43 +01:00
Blobadoodle
cd1d699886
feat: streamable support
2023-08-19 17:42:10 +01:00
dumbmoron
a2216510b7
add cookie support
...
usage:
- create cookies.json file somewhere, preferrably outside cobalt directory
- in docker, you can bind mount it (`volumes` in composefile)
- if you don't want cobalt to update the cookies, set it to `:ro` (cobalt will print a warning about this, ignore it)
- set COOKIE_PATH to the absolute path of this file
- enjoy?
usage in services: probably the simplest api ever
- import { getCookie, updateCookie } from '../../cookie/manager.js';
- const cookie = getCookie('<service_name>');
- add this to headers - `headers: { cookie }`
- after fetch is done, save potential cookie updates: updateCookie(cookie, fetch.headers)
- see instagram.js for example usage
2023-08-16 19:59:33 +00:00
wukko
2302c1dbe4
7.0 release
2023-08-15 16:15:11 +06:00
wukko
a1637e249f
fix soundcloud pattern test
...
merge pull request #167 from dumbmoron/fix-soundcloud-pattern-test
2023-08-15 16:10:39 +06:00
wukko
27d872363d
graphql twitter api & soundcloud fix
...
closes #127
2023-08-15 14:37:59 +06:00
wukko
5955594e48
even more cleansing
...
- added support for x.com urls
- removed del shortcut for clearing url input area because it was causing regular typing issues
- added info about no liability
- fixed donate button glow and text backdrop padding
- updated donation and privacy policy texts for more clarity in both english and russian
- made cors question in setup script to take yes as answer, not just 'y'
- text-to-copy now has proper rounding when highlighted
- home screen now smoothly fades in instead of popping in
2023-08-14 00:09:50 +06:00
dumbmoron
5e17144cb7
fix instagram downloads
2023-08-11 12:24:31 +00:00
dumbmoron
c3071b54c2
fix soundcloud pattern test
...
username can actually be up to 25 characters long, song url can actually be up to 255 characters long
2023-08-07 14:50:15 +00:00
wukko
43a3ebf475
7.0: ui refresh and more
2023-08-05 00:43:12 +06:00