LuanRT
b6a898f733
feat: add full support for refinement cards
2022-06-13 04:20:49 -03:00
LuanRT
b3da6b11f8
chore: use null as default value
2022-06-11 08:09:26 -03:00
LuanRT
81bbbaebe2
fix: isn't always available
2022-06-11 08:06:50 -03:00
LuanRT
2254b69670
feat: add support for retrieving YTMusic “related” tab
...
+ finish lyrics parser and implement all needed YouTube Music renderers
2022-06-11 08:00:58 -03:00
LuanRT
a7ee98820a
chore: update type definitions
2022-06-10 17:16:58 -03:00
LuanRT
c7474d7087
feat: add music search filters protobuf message
...
This allows users to choose filters they want without having to rely on the `selectFilter()` method.
2022-06-10 17:12:06 -03:00
LuanRT
d167a0b807
feat: add support for music search filters
2022-06-10 15:07:23 -03:00
LuanRT
53965630b7
dev: check if renderer should be ignore before parsing
...
Will mostly be used to ignore ad renderers.
2022-06-10 04:32:24 -03:00
LuanRT
9840acc63d
feat: add support for retrieving watch next feed continuation
2022-06-10 03:57:05 -03:00
LuanRT
1676b11b0e
chore: fix typos
2022-06-10 03:37:36 -03:00
LuanRT
afa39753d5
chore: add jsdoc comments to selectFilter method
2022-06-10 03:34:55 -03:00
LuanRT
659df51115
feat(VideoInfo): add support for selecting feed filters
2022-06-10 03:00:25 -03:00
LuanRT
dab89545fe
chore: remove unused vars
2022-06-10 01:56:22 -03:00
LuanRT
73de36b946
feat: add merchandise parser
2022-06-10 01:50:21 -03:00
LuanRT
049fd16aab
docs: update jsdoc comments
2022-06-09 15:19:46 -03:00
LuanRT
bcaa02f10c
chore: update parser's readme
2022-06-09 15:02:28 -03:00
LuanRT
153238aefc
dev: finish YouTube Music search parsers
2022-06-09 14:33:26 -03:00
LuanRT
4ee6ec0d20
refactor: move data access code to /parser
2022-06-08 20:11:05 -03:00
LuanRT
cbac2e1c81
chore: remove unneeded param
2022-06-07 06:03:14 -03:00
LuanRT
fc191ae3d9
chore: remove unneeded super()
2022-06-07 06:00:48 -03:00
LuanRT
0661563656
feat: implement chip cloud & compact renderers
2022-06-07 05:57:28 -03:00
LuanRT
2c3f37191d
fix: comments entry point teaser_content always N/A
2022-06-07 03:02:39 -03:00
LuanRT
4f7de3cc50
feat: add support for captions
2022-06-07 02:52:01 -03:00
LuanRT
07b83a823c
feat: finish youtube search parser
...
The library is now able to parser everything from a search.
2022-06-06 17:19:24 -03:00
LuanRT
688fd55117
chore: add more info to parser's readme
2022-06-06 05:27:07 -03:00
LuanRT
87534c6489
chore(docs): update parser's readme
2022-06-06 04:53:06 -03:00
LuanRT
359020193b
dev: start parser refactor on the main codebase, see #65 and #44
...
Things were getting a bit complicated and slow with the old parser so I decided to continue #44 's work on the main codebase.
2022-06-06 04:19:14 -03:00
LuanRT
71c4b16654
chore: add notification/record_interactions endpoint
2022-05-30 17:03:38 -03:00
LuanRT
a85e9ef667
refactor!: welp, a lot of stuff
...
- Use the OS temp folder to cache the player, closes #57 .
- Added support for editing channel name, closes #40 .
- Added support for editing channel description.
- Added support for retrieving basic channel analytics, closes #54 .
- Moved `Innertube#getAccountInfo()` to `Innertube#account`, and renamed it to `getInfo()`.
- `getInfo()` is now able to return email, channel id, etc.
- Improved jsdoc.
2022-05-27 08:17:16 -03:00
LuanRT
865b6870a1
refactor!: change getSearchSuggestions response schema
2022-05-27 07:35:00 -03:00
LuanRT
155dc9bd15
refactor!: change how requests are handled
2022-05-24 06:19:13 -03:00
LuanRT
fa79e5cad2
fix: add default function to obj literals to avoid unexpected errors
2022-05-18 06:24:03 -03:00
LuanRT
9f3f8ad820
style: format code
2022-05-18 05:56:28 -03:00
LuanRT
46a385aa06
chore: fix major bugs and improve error handling
...
Seems like some methods weren't working due to a typo in the browseId, this commit should fix it. Also, additional checks were added so unexpected errors aren't thrown.
2022-05-09 18:30:22 -03:00
LuanRT
a5c9c9d863
feat: add support for comment translation
2022-05-06 17:50:33 -03:00
LuanRT
90bb3e20c0
feat: implement sound search endpoint
2022-05-02 05:07:11 -03:00
luan.lrt4@gmail.com
1bfe2676d8
refactor!: handle all request errors in Request.js and add debug mode
2022-04-30 23:16:17 -03:00
luan.lrt4@gmail.com
f79d4b635d
feat: full support for playlist management, closes #36
2022-04-26 04:27:03 -03:00
luan.lrt4@gmail.com
2010714f50
fix: uncaught exception when retrieving private playlists
2022-04-24 22:52:21 -03:00
luan.lrt4@gmail.com
02ece1ddda
chore: fix typo
2022-04-22 00:32:43 -03:00
luan.lrt4@gmail.com
d3394f846a
feat: add support for reporting comments and add comments sorting option
2022-04-22 00:22:50 -03:00
luan.lrt4@gmail.com
dbc8b62ba2
feat: add option to change geolocation & fix minor bugs, closes #34
2022-04-19 05:35:11 -03:00
luan.lrt4@gmail.com
e32981728b
chore(release): add support for trending content and release v1.4.1
2022-04-17 22:27:42 -03:00
luan.lrt4@gmail.com
4bbc2d50f4
refactor!: move everything that needs parsing to parser and improve oauth system
2022-04-16 22:08:01 -03:00
luan.lrt4@gmail.com
c7fc18b516
feat (ytmusic): add support for singles in top result
2022-04-13 18:07:28 -03:00
luan.lrt4@gmail.com
1ab302319d
refactor!: rewrite parser and refactor project structure, closes #19
2022-04-13 01:47:57 -03:00