LuanRT
4d332402db
fix(ytmusic): fix music#getLyrics() & music#getUpNext()
...
These were broken due to recent changes in the parser — both should be fixed now. Note that `music#getRelated()` is still broken.
2022-07-30 05:37:23 -03:00
LuanRT
c66940ae65
refactor(ytmusic): migrate Explore & Library to TypeScript
2022-07-30 04:18:12 -03:00
LuanRT
ff9aeeedce
refactor: rewrite Library to TypeScript
2022-07-29 16:09:11 -03:00
LuanRT
88a6ee907e
chore: lint
2022-07-29 06:58:49 -03:00
LuanRT
72c3af84b0
refactor(ytmusic)!: rewrite Album to TypeScript
2022-07-29 06:58:28 -03:00
LuanRT
99233bcf7a
refactor!: rewrite History to TypeScript
2022-07-29 06:20:58 -03:00
LuanRT
adae925367
refactor!: rewrite Analytics to TypeScript ( #122 )
...
* refactor: migrate all analytics’ classes to TypeScript
Also, add AnalyticsShortsCarouselCard and AnalyticsRoot.
2022-07-29 05:39:34 -03:00
LuanRT
7ba09a66d8
refactor: migrate NotificationsMenu to TypeScript
2022-07-29 01:00:56 -03:00
LuanRT
c16d632b31
fix: race condition causing “update-credentials” to fire multiple times
2022-07-28 05:11:10 -03:00
Daniel Wykerd
9ef765dbc1
feat: allow users to cache OAuth credentials ( #121 )
...
Use `UniversalCache` instance to cache user credentials
Opt-in via `OAuth#cacheCredentials()`
* chore: lint
2022-07-28 00:04:07 -03:00
Daniel Wykerd
dbfcb36fd7
fix: TabbedFeed#getTab to parse response. ( #120 )
...
* fix: TabbedFeed#getTab to parse response.
* fix: Channel parser and example
* refactor: migrate youtube Search to TS
* chore: lint
2022-07-26 17:29:30 -03:00
Daniel Wykerd
eb5d49d14e
refactor: replace xmlbuilder2 with linkedom ( #119 )
...
* refactor: replace xmlbuilder2 with linkedom
This reduces our bundle size from 909mb to 530mb
* chore: lint
2022-07-25 16:48:46 -03:00
Daniel Wykerd
a83518d021
refactor: allow uploads of streams ( #117 )
...
This allows uploading from a ReadableStream or File instead of reading
the whole file into memory first.
2022-07-25 15:51:42 -03:00
LuanRT
95079ced09
feat: add support for uploading videos ( #115 )
...
* chore: add video upload url
* feat!: add support for uploading videos
This is probably complete but I will do a self-review later today.
* style: align comments
* style: lint code
* chore: tidy things up
2022-07-25 04:45:55 -03:00
Daniel Wykerd
616b1405c3
refactor: generate typescript protobuf encoders ( #114 )
...
This also removes dependency `buffer` for browsers.
Co-authored-by: LuanRT <luan.lrt4@gmail.com >
2022-07-23 15:16:07 -03:00
Daniel Wykerd
ef6ec59402
feat: smaller user-agent list ( #112 ) ( #113 )
2022-07-23 15:05:53 -03:00
LuanRT
a2103963b4
feat: add Studio#setThumbnail() method ( #111 )
...
* feat: add support for protobuf payloads to `Actions#execute()`
* chore: compile proto definitions file
* feat(wip): add `Studio` class and implement `Studio#setThumbnail()` method
* fix: check if parameters are missing
2022-07-23 02:45:47 -03:00
Daniel Wykerd
9c44cfc7f8
fix: add missing playlist_length ( #110 )
...
* fix: add missing playlist_length
Also convert to TS
* chore: lint
2022-07-22 17:08:32 -03:00
LuanRT
9c7850d197
refactor(ytmusic): rewrite Artist to TypeScript
2022-07-22 05:21:02 -03:00
LuanRT
c12b1482fe
feat(ytmusic): expose Message renderer in the Search object
2022-07-22 05:19:17 -03:00
LuanRT
851afddf51
refactor(ytmusic): rewrite HomeFeed to TypeScript
2022-07-22 03:14:56 -03:00
LuanRT
8b9cd236ae
chore: fix warnings
2022-07-21 17:17:46 -03:00
LuanRT
0fb0c2318a
fix: filtered search & continuations not working correctly
2022-07-21 17:12:32 -03:00
LuanRT
dfd09e9683
fix: DidYouMean & ShowingResultsFor throwing type errors
2022-07-21 15:36:17 -03:00
LuanRT
6da69b4f18
feat: update InnerTubePayload protobuf
...
Refer to #104
2022-07-21 15:14:13 -03:00
LuanRT
60e6326402
style: format code
2022-07-21 03:51:28 -03:00
LuanRT
6a5ebeb8ee
chore: clean up build steps
2022-07-20 16:28:51 -03:00