LuanRT
|
1d62e469a9
|
refactor: rewrite Comments Section logic (#88)
* feat: add core comments section classes
* chore: update type declarations
* chore: fix linter warnings
* style: fix linter
* chore: update tests
* chore(tests): fix typo
* chore(tests): fix typo x2
* fix(tests): `getReplies()` method is only present in `CommentThread` and not `Comment`
* chore(tests): fix comment id path
* chore(tests): remove outdated code
* chore(tests): fix results path
* chore: enforce code style
* chore: update type declarations
* docs: add examples and documentation
* chore(docs): fix paths
* chore(docs): fix more paths
* chore(docs): fix `Comments.js` path
* chore(docs): fix typo
* chore(docs): mention example file
* chore(examples): fix imports
* chore(examples): fix typo
|
2022-07-02 19:55:33 -03:00 |
|
Bob Varioa
|
0a851bde31
|
refactor: remove confusing code practices (#87)
* Prefer `c ? x : y` over `c && x || y`
* Avoid unnecessary asssignment expressions
* Prefer switch statements over object lookup tables
* Add an .editorconfig
* Fix style issues
* Fix mentioned issues
Co-authored-by: bob <bob.varioa@gmail.com>
|
2022-07-01 19:37:59 -03:00 |
|
Daniel Krásný
|
8849a01ecf
|
fix(ytmusic): Multiple authors/artists (#82)
(legacy parser)
Changed return types of SongResultItem's key artist and VideoResultItem's key author to array of strings instead of string.
|
2022-06-27 14:15:42 -03:00 |
|
LuanRT
|
96857ccadf
|
feat(ytmusic): expose additional segments in albums
|
2022-06-23 02:47:03 -03:00 |
|
LuanRT
|
97d4cc1056
|
feat(ytmusic): add support for retrieving albums
|
2022-06-20 16:33:51 -03:00 |
|
LuanRT
|
7fc9b526b0
|
feat(ytmusic): add support for artists
Available through `Innertube#music.getArtist(id: string)`
#78
|
2022-06-20 06:08:24 -03:00 |
|
LuanRT
|
5af2a9972e
|
chore: remove unused var
|
2022-06-17 16:34:05 -03:00 |
|
LuanRT
|
1efbef6f49
|
chore(ytmusic): simplify home feed
|
2022-06-17 16:32:13 -03:00 |
|
LuanRT
|
4e1f6af736
|
chore: update jsdoc comments
|
2022-06-17 16:19:52 -03:00 |
|
LuanRT
|
98e7afda87
|
feat: add suppory for YouTube Music's “Explore” tab
|
2022-06-17 16:17:24 -03:00 |
|
LuanRT
|
e8a81084e6
|
fix(ytmusic): rename old class types
|
2022-06-15 23:29:30 -03:00 |
|
LuanRT
|
54a50d5704
|
chore(docs): remove unneeded tags
|
2022-06-14 15:08:37 -03:00 |
|
LuanRT
|
49688a0ad6
|
chore: fix invalid jsdoc comments
|
2022-06-14 15:03:45 -03:00 |
|
LuanRT
|
5f08be7991
|
feat: add support for retrieving YouTube Music's home feed
|
2022-06-13 07:38:49 -03:00 |
|
LuanRT
|
7142a63b1d
|
feat(ytmusic): add support for retrieving up next
|
2022-06-13 05:20:56 -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
|
049fd16aab
|
docs: update jsdoc comments
|
2022-06-09 15:19:46 -03:00 |
|
LuanRT
|
153238aefc
|
dev: finish YouTube Music search parsers
|
2022-06-09 14:33:26 -03:00 |
|
LuanRT
|
865b6870a1
|
refactor!: change getSearchSuggestions response schema
|
2022-05-27 07:35:00 -03:00 |
|
LuanRT
|
fa79e5cad2
|
fix: add default function to obj literals to avoid unexpected errors
|
2022-05-18 06:24:03 -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
|
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 |
|