LuanRT
3756e63996
feat(Search): add support for features filter ( #270 )
2023-01-01 22:40:35 -03:00
LuanRT
a27807b6c1
feat: allow enabling safety mode ( #269 )
...
Unrelated: this also simplifies the creation of sessions without a player instance.
2023-01-01 19:55:08 -03:00
LuanRT
5cfb969e33
feat: implement Innertube#resolveURL(url) ( #268 )
2022-12-31 18:35:55 -03:00
LuanRT
1163125f5c
feat: add LiveChatRestrictedParticipation node ( #267 )
2022-12-31 17:42:59 -03:00
LuanRT
9ac5043309
chore: clean up & remove unneeded code ( #265 )
2022-12-31 05:49:41 -03:00
LuanRT
6a4b4f3359
feat: add support for chapters & video heatmap ( #263 )
...
* feat: add support for chapters & video heatmap
* chore: add tests
2022-12-27 04:17:05 -03:00
LuanRT
2b3642ba63
feat: add support for searching within a channel ( #262 )
...
* feat(Channel): add support for searching
* dev: add channel search test
* chore: update docs
2022-12-26 18:56:37 -03:00
LuanRT
fb2e237284
fix: add YouTube Studio to the list of clients ( #261 )
...
As of December 16, YouTube Studio (Android) endpoints fail with a "Precondition check failed." message. If a newer version of the YouTube app is used then it throws a 404, indicating that it is now a requirement to use the correct client for YT Studio requests. I would say that's a bit of a bummer as we'll have to keep track of yet another client's version to make sure it doesn't get too outdated.
2022-12-20 18:34:50 -03:00
LuanRT
6f3deaf16a
fix: use WEB client in setNotificationPreferences
2022-12-19 18:51:20 -03:00
LuanRT
d4382e81c3
chore: update proto and format code
2022-12-19 18:48:00 -03:00
LuanRT
89956cab46
chore: default Accept-Language to *
2022-12-19 18:46:47 -03:00
LuanRT
cac762569a
feat(Session): allow overriding geolocation ( #260 )
...
* Allow overriding geolocation
* Fix some inconsistencies (unrelated)
2022-12-19 03:55:38 -03:00
LuanRT
9978ebf085
refactor(Parser): reduce reliance on localised strings ( #258 )
2022-12-17 00:54:08 -03:00
LuanRT
b036e2fcdc
feat(Channel): parse subscribe button
...
This way one can subscribe to a given channel simply by calling the button's endpoint.
2022-12-16 17:13:13 -03:00
LuanRT
e37f42f41b
feat: bring back Video#is_live and add ExpandableMetadata ( #256 )
...
* bring back `Video#is_live`
* add ExpandableMetadata
2022-12-15 19:01:42 -03:00
absidue
883a023624
feat(TextRun): add support for formatting ( #254 )
2022-12-14 22:48:35 -03:00
absidue
f5d61d70f2
fix: author and thumbnails for autogenerated playlists ( #251 )
2022-12-07 20:34:53 -03:00
LuanRT
49d1432b5a
chore: fix a few inconsistencies
2022-11-30 19:02:49 -03:00
LuanRT
be157ef016
fix: signature decipher extraction failing ( #249 )
2022-11-30 18:39:37 -03:00
LuanRT
516eeeff45
refactor: improve Search parser ( #247 )
...
* refactor: improve Search parser
* chore: lint
2022-11-29 03:50:17 -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
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
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
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
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
6b531dd0ea
chore: lint
2022-10-06 04:38:28 -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