Commit graph

363 commits

Author SHA1 Message Date
wukko 5fb23dae65 data transfer fixes
- transfer data only if it wasn't transferred before, preventing unexpected changes.
- show popup every time a user is redirected.
- don't show an error if user's settings are equal to defaults.
2023-09-09 11:17:55 +06:00
wukko 04484f634f prepare for domain change, add settings migration 2023-09-09 03:10:43 +06:00
wukko 2b7f720189 change desktop identifier to d 2023-09-08 16:01:54 +06:00
wukko 941683c96b 7.3.1: padding fixes 2023-09-08 14:26:46 +06:00
wukko 0cfdf15cfa scroll to top on tab change in popups 2023-09-07 22:42:33 +06:00
wukko d892b3526e fix a typo 2023-09-06 21:53:18 +06:00
wukko b22a93a54d changelog update 2023-09-06 20:41:02 +06:00
wukko 6ae16bfd1d 7.3 release stuff
added changelog and bumped up the version
2023-09-06 20:32:52 +06:00
wukko bfde9aab39
Merge branch 'current' into disable-metadata 2023-09-06 20:05:16 +06:00
wukko 83f496a625 solve merge conflict i think 2023-09-06 20:03:35 +06:00
wukko 6698ed3b46 fixes 2023-09-06 20:01:17 +06:00
wukko e50f5eed34 loc update 2023-09-06 19:50:36 +06:00
wukko 7b9b2d3158
start speed improvement
import particular mode module only if needed

merge pull request #197 from dumbmoron/dynamic-mode-import
2023-09-06 19:40:53 +06:00
wukko be00900a49 fixes for poor rendering in chrome
- fixed blurry header
- fixed blurry tab bar
- fixed blurry switches
- fixed weirdly rounded corners in popups
- fixed 1px gap on edges of various elements in popup
- fixed overscrolling in other settings tab
- fixed unexpected button highlight effect in mobile version
- removed outdated fixed for tiny screens
2023-09-06 19:37:03 +06:00
dumbmoron ac3998ddda import particular mode module only if needed
mostly relevant because frontend does not need an innertube session
2023-09-03 15:38:50 +00:00
wukko 055eff92da 7.2: small improvements
- increased video length to 5 hours from 3 hours.
- fixed clickable area for urgent notice.
- possibly fixed random 0kb files.
2023-08-29 23:24:00 +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 4a52fe632d
forgot this one 2023-08-22 01:15:07 +06:00
wukko 2c4efc5a25 fix for picker on ios & popup title line height 2023-08-21 23:40:37 +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 b2501cc98d updated changelog 2023-08-20 23:27:06 +06: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
dumbmoron a09b062f9d
Merge branch 'current' into undici 2023-08-20 17:03:22 +02:00
wukko a6134c58d2 remove unused stuff 2023-08-20 21:02:20 +06:00
dumbmoron d54655c6b0 passthrough content-type; content-length 2023-08-20 15:00:03 +00:00
dumbmoron 814bfa404a replace got with undici
might as well since it already comes with youtubei.js
2023-08-20 14:44:34 +00: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