LuanRT
|
be157ef016
|
fix: signature decipher extraction failing (#249)
|
2022-11-30 18:39:37 -03:00 |
|
LuanRT
|
9f703203b6
|
chore(docs): update readme
|
2022-11-29 05:49:15 -03:00 |
|
LuanRT
|
516eeeff45
|
refactor: improve Search parser (#247)
* refactor: improve Search parser
* chore: lint
|
2022-11-29 03:50:17 -03:00 |
|
LuanRT
|
6caa679df6
|
chore(release) v2.5.0
v2.5.0
|
2022-11-25 01:36:50 -03:00 |
|
LuanRT
|
2a87f42b32
|
fix(Search): check if WatchCardHeroVideo is null before casting
Related #243
|
2022-11-25 01:25:02 -03:00 |
|
LuanRT
|
f7c1e0f249
|
fix(Music): search endpoint missing
Related: #242
|
2022-11-23 20:04:24 -03:00 |
|
LuanRT
|
fe4c5433cf
|
feat: make Player instance optional (#240)
|
2022-11-16 03:17:59 -03:00 |
|
LuanRT
|
0e5e0c0fab
|
feat(Channel): add support for filters (#237)
* feat: add support for filters
Also add `channel#getShorts()` and `channel#getLiveStreams()`
* docs: update API ref
* chore: add tests
|
2022-11-14 19:08:16 -03:00 |
|
LuanRT
|
f0fd6146c7
|
Merge branch 'main' of https://github.com/LuanRT/YouTube.js
|
2022-11-14 15:32:08 -03:00 |
|
LuanRT
|
43061970c6
|
fix: export Player & Session classes
|
2022-11-14 15:30:40 -03:00 |
|
LuanRT
|
746023d9bb
|
chore(docs): fix typo'
|
2022-11-12 19:36:47 -03:00 |
|
LuanRT
|
3102479dd9
|
chore(release): v2.4.1
:]
v2.4.1
|
2022-11-12 19:07:06 -03:00 |
|
LuanRT
|
c7a13c948c
|
chore: remove unnecessary code
|
2022-11-12 19:02:40 -03:00 |
|
LuanRT
|
ec875ba321
|
chore(release): v2.4.0
|
2022-11-12 18:49:56 -03:00 |
|
LuanRT
|
db77bba802
|
fix(NotificationsCount): default to 0
|
2022-11-12 17:29:07 -03:00 |
|
LuanRT
|
5ea0a0ebf8
|
feat: add support for switching accounts (cookie based auth only) (#236)
* feat: add support for switching accounts
* style: lint
|
2022-11-12 16:26:02 -03:00 |
|
LuanRT
|
0130229236
|
fix(Actions): do not send undefined payloads
|
2022-11-12 15:38:29 -03:00 |
|
LuanRT
|
da517fe6d1
|
refactor: improve home feed parsing (#234)
* chore: update tests
* style: format code
* docs: update API ref
|
2022-11-12 01:31:11 -03:00 |
|
LuanRT
|
95ff1e6c5e
|
refactor(Library): use memo to get target YTNodes
|
2022-11-11 19:00:12 -03:00 |
|
LuanRT
|
0f8adfd9b8
|
chore(parser): ignore AdSlot
|
2022-11-11 17:23:13 -03:00 |
|
LuanRT
|
b514765354
|
chore(docs): update examples
|
2022-11-11 17:05:24 -03:00 |
|
LuanRT
|
3cbcd71a3a
|
feat: add support for topic/auto-generated channels and fix minor parsing errors (#233)
* dev: add support for topic channels
* dev(parser): do not try to parse empty nodes
* dev: add support for auto-generated game channels
|
2022-11-11 00:38:44 -03:00 |
|
Burhan Syed
|
4c00f15f55
|
fix: WatchCardHeroVideo accessibilityData parse error (#231)
* fix #230: WatchCardHeroVideo AccessibilityData Parser error
* add WatchCardHeroVideo test case
|
2022-11-10 19:18:08 -03:00 |
|
LuanRT
|
ea1d206b26
|
2.3.3
v2.3.3
|
2022-11-06 03:38:47 -03:00 |
|
LuanRT
|
aa334aacbd
|
refactor: clean up, fix & remove outdated code (#228)
* dev: refactor and remove redundant code
* docs(music): update `Library` API ref
* docs: update examples
* chore: update lock file
|
2022-11-06 03:32:16 -03:00 |
|
LuanRT
|
1eda93ee08
|
fix(session): visitorData and originalUrl
|
2022-10-21 14:42:34 -03:00 |
|
LuanRT
|
fe0ac0a961
|
chore(studio): fix a small typo
|
2022-10-19 17:11:50 -03:00 |
|
Daniel Wykerd
|
8740deb1f2
|
feat: custom parser error handler (#222)
As suggested in issue #218
|
2022-10-18 18:44:22 -03:00 |
|
mdashlw
|
d71b762df5
|
fix: don't remove "VL" from playlist id (#223)
|
2022-10-18 18:42:55 -03:00 |
|
LuanRT
|
dc14d3785f
|
chore(release): v2.3.2
v2.3.2
|
2022-10-13 16:58:19 -03:00 |
|
LuanRT
|
088f909515
|
chore: update proto
|
2022-10-13 16:52:19 -03:00 |
|
LuanRT
|
2a78d77aa3
|
refactor: get visitor data from the API [skip ci]
|
2022-10-13 16:39:56 -03:00 |
|
LuanRT
|
1b2862c00f
|
refactor: improve live chat polling (#220)
* dev: add RemoveChatItemByAuthorAction renderer parser
* dev: improve live chat polling
|
2022-10-12 16:16:07 -03:00 |
|
LuanRT
|
477c030084
|
feat(studio): add support for updating video metadata (#219)
* dev: update proto
* dev: add `Studio#updateVideoMetadata`
* feat: add `category` option
* chore(studio): update API ref
|
2022-10-12 16:08:53 -03:00 |
|
Émilien Devos
|
19d579df13
|
fix: wrong element name (#217)
|
2022-10-11 05:03:21 -03:00 |
|
LuanRT
|
5313c57783
|
chore(docs): fix typos [skip ci]
|
2022-10-06 05:24:09 -03:00 |
|
LuanRT
|
190f7681be
|
chore: update tests
|
2022-10-06 05:20:24 -03:00 |
|
LuanRT
|
6e027bcc85
|
docs(livechat): update API ref
|
2022-10-06 04:44:49 -03:00 |
|
LuanRT
|
6b531dd0ea
|
chore: lint
|
2022-10-06 04:38:28 -03:00 |
|
LuanRT
|
92f24076db
|
docs(ytmusic): add library class docs
|
2022-10-06 04:36:17 -03:00 |
|
Akazawa Daisuke
|
a9eba7ca62
|
feat: add RemoveChatItemAction and LiveChatTickerStickerItem (#214)
|
2022-10-03 03:09:40 -03:00 |
|
Akazawa Daisuke
|
2f56c15ecc
|
feat(LiveChat): add support for moderation & more (#202)
* Live Chat - Implement moderation
* Live Chat - Implement class ItemMenu
* fix moderation method
Co-authored-by: LuanRT <luan.lrt4@gmail.com>
|
2022-10-02 02:00:24 -03:00 |
|
LuanRT
|
95e0479745
|
docs: add parser ytnode instructions & other minor changes (#206)
* docs: add instructions on implementing ytnodes
* docs(parser): fix grammar & other minor improvements
* docs: update guidelines
* chore: update parser warning messages
|
2022-09-28 03:08:51 -03:00 |
|
LuanRT
|
556c7cd6e8
|
docs(parser): rephrase validTypes description [skip ci]
|
2022-09-23 03:38:11 -03:00 |
|
LuanRT
|
a4a88419ef
|
docs(parser): escape | separators [skip ci]
|
2022-09-23 03:34:53 -03:00 |
|
LuanRT
|
aefecd061e
|
chore(release): v2.2.3
v2.2.3
|
2022-09-23 03:19:54 -03:00 |
|
LuanRT
|
7485726f1e
|
refactor: fix a few parsing inconsistencies
|
2022-09-23 03:06:21 -03:00 |
|
LuanRT
|
9e703abe3a
|
chore(deps): bump jintr to 0.3.1
|
2022-09-22 18:44:16 -03:00 |
|
LuanRT
|
affbe84284
|
fix: include thirdParty prop for requests using TV_EMBEDDED (#198)
* dev: update `Context` interface
* dev: include `thirdParty` prop in requests using `TV_EMBEDDED`
|
2022-09-18 16:58:51 -03:00 |
|
Daniel Wykerd
|
fcbdae3e34
|
fix: browser example (#197)
|
2022-09-18 12:46:19 -03:00 |
|