LuanRT
470d8d9406
fix(PlayerCaptionsTracklist): parse props only if they exist in the node
...
Fixes #372
2023-03-28 20:50:50 -03:00
absidue
2c5907f80f
fix(Search): Return search results even if there are ads ( #373 )
2023-03-27 15:00:57 -03:00
github-actions[bot]
ade5feb31c
chore(main): release 4.1.0 ( #362 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.1.0
2023-03-24 01:34:29 -03:00
LuanRT
13ebf0a039
feat(Session): allow setting a custom visitor data token ( #371 )
...
* feat(Session): allow setting a custom visitor data token
* docs: update init options
* chore: lint
2023-03-24 01:30:24 -03:00
Araxeus
cb8fafe94b
fix(http): android tv http client missing clientName ( #370 )
2023-03-22 19:45:37 -03:00
absidue
bd35faa597
fix(parser): Make Video.is_live work on channel pages ( #368 )
2023-03-22 18:02:21 -03:00
absidue
a8b507ee65
fix(toDash): Generate unique Representation ids ( #366 )
2023-03-22 17:48:09 -03:00
Araxeus
e7eacd9742
fix(node) Electron apps crashing ( #367 )
...
Inside a `app.asar` file, the package.json might get trimmed and the `bugs_url` might be missing
`repo_url` conditional check was added for good measure
* fix(node) resolve `bugs_url` from repo_url
2023-03-22 17:13:40 -03:00
absidue
1c72a41675
fix(Utils): Properly parse timestamps with thousands separators ( #363 )
2023-03-22 03:48:01 -03:00
LuanRT
62a68b207c
chore(docs): fix typo
2023-03-17 18:19:10 -03:00
LuanRT
1d9587e8c1
feat(ShowingResultsFor): parse all props
2023-03-17 07:27:00 -03:00
github-actions[bot]
a90e5e0d07
chore(main): release 4.0.1 ( #360 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.0.1
2023-03-16 04:55:10 -03:00
LuanRT
955c8010a6
chore: lint
2023-03-16 04:53:48 -03:00
LuanRT
b2269deb79
chore: add Button type
...
Oops :D
2023-03-16 04:52:07 -03:00
LuanRT
573c8643aa
fix(Channel): type mismatch in subscribe_button prop
...
The `subscribe_button` property can also be of type `Button`.
2023-03-16 04:48:59 -03:00
github-actions[bot]
e21542c227
chore(main): release 4.0.0 ( #353 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.0.0
2023-03-15 21:08:37 -03:00
LuanRT
9d912e5938
refactor: use getters instead of props in the Innertube class
2023-03-15 20:34:58 -03:00
LuanRT
7ca0607004
refactor(ytmusic): rename SearchFilters interface to MusicSearchFilters
...
This allows us to expose the types from the InnerTube class as there is another interface there named `SearchFilters`
2023-03-15 19:24:17 -03:00
LuanRT
20d84265b5
chore(docs): minor improvements
2023-03-15 18:50:34 -03:00
Daniel Wykerd
b13bf6e992
refactor(Parser)!: general refactoring of parsers ( #344 )
...
* refactor: move common info into MediaInfo
* refactor: better inference on Memo
* refactor: improved typesafety in parser methods
* refactor: remove PlaylistAuthor in favor of Author
* refactor: cleanup live chat parsers
- Replace non standard author type with Author class
- Remove redundant code
* fix: new errors due to changes
* fix: pass actions to FormatUtils#toDash
* refactor!: merge NavigatableText and Text into single class
2023-03-15 18:25:12 -03:00
LuanRT
3d3436472f
refactor(parser): fix many minor inconsistencies
2023-03-15 06:43:04 -03:00
LuanRT
1a2fc3abd7
chore(docs): add documentation for search filters
2023-03-15 05:35:00 -03:00
LuanRT
8ef4b42d44
feat(parser): add GridShow and ShowCustomThumbnail
...
Closes #459
2023-03-15 05:15:16 -03:00
LuanRT
b71f03caf2
chore(docs): oops, fix a typo
2023-03-15 04:15:35 -03:00
LuanRT
dae7d6e40c
chore: update parser docs to reflect latest changes
2023-03-15 04:12:21 -03:00
Daniel Wykerd
2cee59024c
feat(Parser): just-in-time YTNode generation ( #310 )
...
* refactor: merge NavigatableText into Text
* fix(Text): data might not be object
* refactor: remove GetParserByName from map
* feat(Parser): just-in-time YTNode generation
* refactor: cleanup YTNodeGenerator
* fix: YTNode map imports
* feat(YTNodeGenerator): primative types
Add support for inferring primatives types
* fix(YTNodeGenerator): NavigationEndpoint detection
* fix(YTNodeGenerator): fix generated typescript
Correct types and linting for generated typescript class
* chore: update parsers after merge
* feat: add support for object type inference
* fix: object type def
* docs: basic YTNodeGenerator explanation
* docs: tsdoc for YTNodeGenerator
* docs: update parser updating guide
* fix: apply suggested changes
* docs: accessing generated nodes
2023-03-15 03:39:36 -03:00
absidue
ffd7d79308
refactor(shim): Move node CustomEvent polyfill to Platform.shim ( #357 )
2023-03-15 00:49:33 -03:00
LuanRT
9b005d62d6
feat(parser): add MusicCardShelf ( #358 )
2023-03-14 20:16:31 -03:00
Patrick Kan
a8e7e644ec
feat(parser): add GridMix ( #356 )
2023-03-14 06:19:22 -03:00
LuanRT
ad1d3dbf91
chore(docs): overhaul parser documentation
...
[skip ci]
2023-03-14 05:57:37 -03:00
LuanRT
3df3261488
chore(docs): improve contributing guidelines
2023-03-14 05:56:01 -03:00
LuanRT
1b1ce41c00
chore: overhaul documentation
...
Fix typos, add missing docs, rephrase some things and add a `COLLABORATORS.md`
[skip ci]
2023-03-13 07:08:26 -03:00
LuanRT
b82b720e4b
docs: update browser example [skip ci]
2023-03-13 01:40:25 -03:00
LuanRT
4784dfa563
feat(parser): add InfoPanelContent and InfoPanelContainer nodes
...
These are usually used to add more context to videos that discuss misinformation.
Fixes : #326
2023-03-13 01:04:03 -03:00
absidue
3e4d41bf06
feat!: Add support for OTF format streams ( #351 )
2023-03-12 23:48:58 -03:00
Patrick Kan
9f1c31d7a0
feat(yt): add support for movie items and trailers ( #349 )
2023-03-12 18:15:21 -03:00
Patrick Kan
9cb4530299
feat(parser): add view_playlist to Playlist ( #348 )
2023-03-12 18:10:48 -03:00
Patrick Kan
cb9a0c5410
Add status to SearchFilter and fix endpoint ( #347 )
...
* feat(parser): add `status` to `SearchFilter`
* fix(parser): `SearchFilter` endpoint parsing
2023-03-12 18:07:59 -03:00
Patrick Kan
427db5bbc2
feat(parser): Add play_all_button to Shelf ( #345 )
2023-03-12 18:04:35 -03:00
github-actions[bot]
2b29244b41
chore(main): release 3.3.0 ( #343 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v3.3.0
2023-03-09 01:24:26 -03:00
LuanRT
f9754f5ac6
fix(ytmusic): use static visitor id to avoid empty API responses
...
Fixes #279
2023-03-09 01:21:13 -03:00
LuanRT
b2253df802
feat(parser): add ConversationBar node
2023-03-08 18:09:21 -03:00
LuanRT
f3517708ff
fix(MultiMarkersPlayerBar): avoid observing undefined objects
2023-03-08 17:43:20 -03:00
Patrick Kan
0d35fe0ca5
feat(VideoInfo): support get by endpoint + more info ( #342 )
...
* feat(VideoInfo): get by endpoint + more info
* chore: fix param description for `getInfo()`
2023-03-08 16:42:41 -03:00
LuanRT
3e3dc351bb
fix(SharedPost): import Menu node directly (oops)
2023-03-08 11:29:39 -03:00
github-actions[bot]
197bb759cd
chore(main): release 3.2.0 ( #334 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v3.2.0
2023-03-08 07:20:21 -03:00
LuanRT
c76b24b3f4
chore(parser): import YTNodes directly to reduce web bundle size
2023-03-08 07:18:01 -03:00
absidue
574b67a1f7
feat: Add support for descriptive audio tracks ( #338 )
2023-03-08 05:36:01 -03:00
LuanRT
9b2738f128
fix(SegmentedLikeDislikeButton): like/dislike buttons can also be a simple Button
2023-03-07 05:43:32 -03:00
LuanRT
95f1d4077f
fix(YouTube): fix warnings when retrieving members-only content ( #341 )
2023-03-07 05:15:46 -03:00