Commit graph

899 commits

Author SHA1 Message Date
Lyfe e59bb88c20
Add files via upload 2022-08-01 20:04:03 +07:00
wukko ca1a5a32b4
merged french localization by @lexito-o 2022-07-31 01:13:00 +06:00
Lexito a3b1cf4f6f
Update fr.json 2022-07-30 13:47:35 -04:00
Lexito 64513e0c8c
Update fr.json 2022-07-30 13:41:37 -04:00
Lexito 8922217fbb
Update fr.json 2022-07-30 13:39:02 -04:00
Lexito fbbe9d1eff
Update fr.json 2022-07-30 13:37:11 -04:00
Lexito 83cb2e368c
Update fr.json 2022-07-30 13:18:17 -04:00
Lexito c3b9d383d8
Update fr.json 2022-07-30 09:14:26 -04:00
Lexito 7aa779b071
Update fr.json 2022-07-30 08:42:31 -04:00
Lexito bf8fded0c7
Merge branch 'wukko:current' into current 2022-07-30 08:37:30 -04:00
lexito-o b853bf5901 added french localization 2022-07-30 08:35:04 -04:00
wukko 6705bd6606
added esbuild to list of npm modules 2022-07-30 18:01:51 +06:00
wukko e19837417b removed mobile user agent because douyin doesnt need it 2022-07-30 17:36:18 +06:00
wukko 600952aa51 fixed readme to include douyin 2022-07-30 17:21:01 +06:00
wukko e9a67e1f48 added support for douyin
- full support for douyin (no watermark)
- fixed up some tiktok stuff in the module
2022-07-30 16:58:14 +06:00
wukko 89d82f4999 faster and more accessible (2.2.8)
- spanish localization by @adrigoomy
- cobalt should load even faster cause all loaded files are now way smaller (esbuild implementation)
2022-07-30 15:13:33 +06:00
wukko 77bf8cdef2 fixed readme logo 2022-07-30 15:12:32 +06:00
wukko c8f4b8e902 faster and more accessible
- spanish localization by @adrigoomy
- cobalt should load even faster cause all loaded files are now way smaller (esbuild implementation)
2022-07-30 15:11:25 +06:00
wukko 22c16b2fc8 implemented esbuild and cleaned up stuff
cobalt should now load even faster
2022-07-30 15:01:54 +06:00
wukko f6b0894def fixed license in package.json (thank you @msowho) 2022-07-30 14:18:05 +06:00
wukko 2e417a3c96 move spanish localization to correct folder 2022-07-30 13:48:13 +06:00
wukko e129065fd8
merge spanish localization by adrigoomy 2022-07-30 13:37:56 +06:00
wukko b16eec47d6
fixed minor issues 2022-07-30 13:36:22 +06:00
adrigoomy 23119c8fa8
updated spanish localisation 2022-07-29 01:49:27 -04:00
wukko 1509046680 tiktok is back! (fix)
- added support for tiktok (images won't work, they're only accessible through the app)
- hopefully main input bar is now not rounded on ios, i fucking hate apple
- if service is not supported, a correlating error will appear, not generic one
- removed duplicates from config that are present in package json already
- tiny bit of clean up
- fixed weird redirect issue that broke downloads from some tiktok share links
2022-07-28 22:20:18 +06:00
wukko 1b4872c1de tiktok is back!
- added support for tiktok (images won't work, they're only accessible through the app)
- hopefully main input bar is now not rounded on ios, i fucking hate apple
- if service is not supported, a correlating error will appear, not generic one
- removed duplicates from config that are present in package json already
- tiny bit of clean up
2022-07-28 22:03:17 +06:00
wukko a4a9af6120 remade localization system once again
- new localization system: fast, dynamic, way more organized
- localization strings are WAY more descriptive
- it's now easier to add support for other languages (just one loc file instead of five)
- localization now falls back to english if localized string isnt available
- got rid of all static language selectors (probably)
- slightly updated english and russian strings
- miscellaneous settings items have been bundled together and moved to the bottom, cause they're used the least
- bottom links should no longer touch the popup border on overflow
- rearranged popup order in the rendered page
- bumped version up to 2.2.5

if you see strings that are like this: !!EXAMPLE!! or withoutspace please file an issue on github
2022-07-24 16:54:05 +06:00
wukko 8d275b0213 reddit is back!
- fixed reddit support (i had no idea older posts had a different naming pattern for media files)
- improved russian localisation
- now frontend handles more unexpected api errors in case something goes absolutely wrong
2022-07-22 14:05:36 +06:00
wukko 86d45f63c9 changed license from gpl3.0 to agpl3.0 2022-07-21 16:36:22 +06:00
wukko 99cf7a238c fixed russian localisation grammar 2022-07-17 19:39:42 +06:00
wukko d08af58b11 it's all about you and your native language!
- finally cleaned up localisation (now i18n)
- made localisation strings easier to read and understand
- removed static selected language in service modules
- added support for russian language (привет-привет)
- it's now extremely easy to add support for more languages. just copy en folder in i18n and start translating strings. pull requests for adding languages are more than welcome.
2022-07-17 18:58:51 +06:00
wukko 299fe6336b got rid of dash in file names 2022-07-17 17:21:51 +06:00
wukko 67223b3acd internal changes only
- remade config module
- renamed loc to i18n because that's what all developers do
- moved code to src to make repo look cleaner
- fixed some i18n strings
2022-07-17 17:08:49 +06:00
wukko 227dc8436c beginning of 2.2 (one more fix)
- added download popup to solve the issue with downloads on ios
- merged big and small popups into one
- made buttons in donation menu act like buttons
- began to clean up localisation
- added ability to embed repo url into localisation strings
- moved ffmpeg args to config for more flexibility (and hopefully future changes)
- removed error response in stream that could result in a crash
- removed notice for ios users from about cause it's no longer relevant
- made error popup look and act like the rest
- a tiny bit of clean up
- changelog is now made out of latest commit (and doesn't break)
2022-07-14 02:49:09 +06:00
wukko 8e516d9d59 beginning of 2.2 (fix)
- added download popup to solve the issue with downloads on ios
- merged big and small popups into one
- made buttons in donation menu act like buttons
- began to clean up localisation
- added ability to embed repo url into localisation strings
- moved ffmpeg args to config for more flexibility (and hopefully future changes)
- removed error response in stream that could result in a crash
- removed notice for ios users from about cause it's no longer relevant
- made error popup look and act like the rest
- a tiny bit of clean up
- changelog is now made out of latest commit
2022-07-14 02:43:29 +06:00
wukko 137184d469 beginning of 2.2
- added download popup to solve the issue with downloads on ios
- merged big and small popups into one
- made buttons in donation menu act like buttons
- began to clean up localisation
- added ability to embed repo url into localisation strings
- moved ffmpeg args to config for more flexibility (and hopefully future changes)
- removed error response in stream that could result in a crash
- removed notice for ios users from about cause it's no longer relevant
- made error popup look and act like the rest
- a tiny bit of clean up
- ill do better changelog tomorrow i think
2022-07-14 02:32:00 +06:00
wukko 78176be045
im a buffoon
this is a blind commit this might as well break everything
2022-07-12 00:48:10 +06:00
wukko abe936e695 made donate popup always scrollable 2022-07-11 10:01:56 +06:00
wukko 900bb46018
add monero wallet 2022-07-11 00:43:58 +06:00
wukko 22f13cc86f added cors and title + description meta tags 2022-07-10 20:04:03 +06:00
wukko 9081f790ff i fucking hate youtube
youtube-related changes:
- fixed silly mistake that made all shorts download in default format instead of preferred one
- made youtube module return full video (audio + video) if it's available and matches selected quality (usually 720p)
- changed the order of streams in video render (now video is first)

other changes:
- hopefully fixed zoom in on input in safari
- moved match module from sub to main modules directory
2022-07-10 19:30:42 +06:00
wukko ec105fb333 oops 2022-07-09 01:05:43 +06:00
wukko 1ee024dbe5
how 2022-07-09 00:21:00 +06:00
wukko 130a57bbcd
Update README.md 2022-07-09 00:19:44 +06:00
wukko f8c39bfaa5
Update README.md 2022-07-09 00:19:25 +06:00
wukko 0bb221beeb
Update README.md 2022-07-09 00:18:52 +06:00
wukko 1e66b75357
Update README.md 2022-07-09 00:18:29 +06:00
wukko 94acf10e9e
moved to new repo 2022-07-09 00:17:56 +06:00
wukko 1decab4daf
Initial commit 2022-07-09 00:12:55 +06:00