Commit Graph

  • 254f77944f feat(VideoDetails): Add is_live_dvr_enabled, is_low_latency_live_stream and live_chunk_readahead (#569) absidue 2024-01-10 15:49:14 +01:00
  • 586bb5f139 feat(Format): Add max_dvr_duration_sec and target_duration_dec (#570) absidue 2024-01-10 15:40:08 +01:00
  • 562e6a20f0 feat(VideoInfo): Add live stream end_timestamp (#571) absidue 2024-01-10 15:39:47 +01:00
  • 944f821d9a chore: v8.2.0 release v8.2.0-deno LuanRT 2024-01-08 23:47:23 +00:00
  • b7cacc34f3 chore(main): release 8.2.0 (#567) v8.2.0 github-actions[bot] 2024-01-08 20:46:30 -03:00
  • 8f07e49512 fix(Parser): Add SortFilterHeader (#563) Brahim Hadriche 2024-01-08 18:37:06 -05:00
  • abd8a82cd0 chore(docs): Update auth documentation and examples (#568) Luan 2024-01-08 20:16:16 -03:00
  • 7ffd0fc25e feat(OAuth): Allow passing custom client identity (#566) Luan 2024-01-08 20:03:01 -03:00
  • bd9ae29de3 chore: v8.1.0 release v8.1.0-deno LuanRT 2023-12-27 02:25:21 +00:00
  • b50408fc1c chore(main): release 8.1.0 (#548) v8.1.0 github-actions[bot] 2023-12-26 23:24:27 -03:00
  • 9618f38fe1 fear(parser): Add DecoratedAvatarView (#544) Brahim Hadriche 2023-12-26 21:21:37 -05:00
  • e7efec2cf4 Merge branch 'main' of https://github.com/LuanRT/YouTube.js LuanRT 2023-12-26 23:17:19 -03:00
  • 82d5d1e3e1 chore: Fix import formatting in multiple files LuanRT 2023-12-26 23:16:45 -03:00
  • 9c503f4fa8 fix(VideoInfo): Restore like, dislike & removeRating methods LuanRT 2023-12-26 23:15:31 -03:00
  • 4dd977e375 Update interaction-manager.md (#562) RenautMestdagh 2023-12-27 01:36:55 +01:00
  • e4f2a00c84 feat(generator): add support for arrays (#556) Daniel Wykerd 2023-12-22 00:02:44 +02:00
  • fcd3044982 feat(parser): Support new like and dislike nodes (#557) absidue 2023-12-21 23:02:19 +01:00
  • 14578ac96a feat(YouTube): Add FEchannels feed (#560) Brahim Hadriche 2023-12-21 17:00:31 -05:00
  • 5c83e999df fix(Format): Extract correct audio language from captions (#553) absidue 2023-12-07 12:46:05 +01:00
  • 4e67240ff9 chore(FeedNudge): Add Text import LuanRT 2023-12-04 15:51:09 -03:00
  • f938c34ee8 feat(generator): Add support for generating view models (#550) absidue 2023-12-04 19:46:09 +01:00
  • bd487f8bef fix(generator): Output Parser.parseItem() calls with one valid type, without the array (#551) absidue 2023-12-04 19:45:38 +01:00
  • 48a5d4e7c3 feat(Thumbnail): Support sources in Thumbnail.fromResponse (#552) absidue 2023-12-04 17:50:08 +01:00
  • 37ae55a7c3 chore(protobuf): Commit generated files missing from #512 (#549) absidue 2023-12-02 15:35:05 +01:00
  • 923232de07 chore(PlayerConfig): Add default value to some fields LuanRT 2023-12-01 17:56:25 -03:00
  • a1c3ef8fbb Merge branch 'main' of https://github.com/LuanRT/YouTube.js LuanRT 2023-12-01 17:15:07 -03:00
  • 5c9c231cc2 feat(MediaInfo): Parse player config LuanRT 2023-12-01 17:14:36 -03:00
  • 1b159e5162 chore: v8.0.0 release v8.0.0-deno LuanRT 2023-12-01 03:55:35 +00:00
  • 572e16c541 chore(main): release 8.0.0 (#530) v8.0.0 github-actions[bot] 2023-12-01 00:54:29 -03:00
  • ed2cbf8a13 chore: lint LuanRT 2023-12-01 00:50:26 -03:00
  • 4261915fd4 fix(Library)!: Add support for the new layout and remove profile & stats info LuanRT 2023-12-01 00:49:22 -03:00
  • f74ed5a1cf fix(StructuredDescriptionContent): Add ReelShelf to list of possible nodes LuanRT 2023-11-30 23:36:32 -03:00
  • 5ae15be63d fix(VideoAttributeView): Fix image and overflow_menu_on_tap props LuanRT 2023-11-30 23:34:31 -03:00
  • a32aa8c633 feat: Add Shorts endpoint (#512) Konstantin 2023-12-01 02:58:11 +01:00
  • 4806fc6c11 feat(toDash): Add contentType to audio and video adaption sets (#539) absidue 2023-12-01 02:33:13 +01:00
  • 95ed60207a perf: Use named Parser import, to allow bundlers to create direct function references (#535) absidue 2023-12-01 02:31:59 +01:00
  • b50e2001aa chore: Clean up so unneeded private properties (#540) absidue 2023-12-01 02:21:14 +01:00
  • b60930a0c1 feat(parser): Add ChannelOwnerEmptyState (#541) absidue 2023-12-01 02:12:11 +01:00
  • c66eb1fecf feat(Channel): Support new about popup (#537) absidue 2023-12-01 02:06:25 +01:00
  • 6a5a579e39 fix(Channel)!: Remove getChannels() and has_channels, as YouTube removed the tab (#542) absidue 2023-12-01 02:03:36 +01:00
  • ff4ab1680e feat: add VideoAttributeView (#531) JellyBrick 2023-12-01 09:38:51 +09:00
  • 9007b65237 feat(Parser): Add ClipSection (#532) JellyBrick 2023-12-01 09:29:18 +09:00
  • e02139532b feat: add FeedNudge (#533) JellyBrick 2023-10-29 21:51:25 +09:00
  • db7f6209b2 feat: Use overrides instead of --legacy-peer-deps (#529) JellyBrick 2023-10-29 04:32:39 +09:00
  • 2b58b3887c chore: v7.0.0 release v7.0.0-deno LuanRT 2023-10-28 18:23:22 +00:00
  • 312c636ec4 chore(main): release 7.0.0 (#528) v7.0.0 github-actions[bot] 2023-10-28 15:21:53 -03:00
  • 4c0de199e8 fix(build): Inline package.json import to avoid runtime erros (#509) Azarattum 2023-10-29 01:19:37 +07:00
  • 9ab528ec82 feat(Kids): Add blockChannel command to easily block channels (#503) Ryan Sandbach 2023-10-28 13:28:17 -04:00
  • 24ffb01aef Merge branch 'main' of https://github.com/LuanRT/YouTube.js LuanRT 2023-10-28 13:31:10 -03:00
  • eaac38c919 chore: lint LuanRT 2023-10-28 13:30:58 -03:00
  • e627887fe0 chore(MediaInfo): Throw helpful errors when calling toDash or download for live and Post-Live DVR videos (#526) absidue 2023-10-28 18:29:37 +02:00
  • beaa28f4c6 feat(music#getSearchSuggestions)!: Return array of SearchSuggestionsSection instead of a single node LuanRT 2023-10-28 13:27:58 -03:00
  • a45273fec4 feat(parser): Add PlayerOverflow and PlayerControlsOverlay LuanRT 2023-10-28 13:17:26 -03:00
  • bc97e07ac6 feat(UpdateViewerShipAction): Add original_view_count and unlabeled_view_count_value (#527) absidue 2023-10-21 17:39:03 +02:00
  • f35b4c2c8c Merge branch 'main' of https://github.com/LuanRT/YouTube.js LuanRT 2023-10-18 23:32:01 -03:00
  • c934325648 chore: update readme [skip ci] LuanRT 2023-10-18 23:31:03 -03:00
  • cd27acd25b chore(deps-dev): bump @babel/traverse from 7.22.10 to 7.23.2 (#524) dependabot[bot] 2023-10-16 22:55:44 -03:00
  • 83b42d2585 chore(deps): bump undici from 5.23.0 to 5.26.2 (#523) dependabot[bot] 2023-10-16 17:36:00 -03:00
  • 2294bf7065 chore: v6.4.1 release v6.4.1-deno LuanRT 2023-10-02 03:05:14 +00:00
  • e54c0c4bf1 chore(main): release 6.4.1 (#507) v6.4.1 github-actions[bot] 2023-10-02 00:04:10 -03:00
  • 8e372d5c67 fix(Feed): Do not throw when multiple continuations are present LuanRT 2023-10-01 23:39:54 -03:00
  • 987f50604a fix(Playlist): Throw a more helpful error when parsing empty responses LuanRT 2023-10-01 23:31:05 -03:00
  • 69702085c6 refactor: Move transcript logic to MediaInfo (#511) Luan 2023-09-17 22:17:14 -03:00
  • d2959b3a55 perf: Cache deciphered n-params by info response (#505) absidue 2023-09-17 23:52:32 +02:00
  • 68df321858 perf(generator): Remove duplicate checks in isMiscType (#506) absidue 2023-09-15 20:25:08 +02:00
  • f4bc8508d0 chore(docs): Minor update (#502) Ryan Sandbach 2023-09-12 02:49:36 -04:00
  • e216124bb0 chore: update docs LuanRT 2023-09-10 02:14:14 -03:00
  • f2d673ac95 chore: v6.4.0 release v6.4.0-deno LuanRT 2023-09-10 05:09:20 +00:00
  • 6d98abbd53 chore(main): release 6.4.0 (#499) v6.4.0 github-actions[bot] 2023-09-10 02:08:24 -03:00
  • fba3fc9714 fix(BackstagePost): vote_button type mismatch LuanRT 2023-09-10 02:06:01 -03:00
  • f94ea6cf91 feat: Add support for retrieving transcripts (#500) Luan 2023-09-10 01:50:30 -03:00
  • 86fb33ed03 feat(PlaylistManager): add .setName() and .setDescription() functions for editing playlists (#498) Jeremy Banks 2023-09-01 16:40:25 -04:00
  • 1b557f25e3 chore: v6.3.0 release v6.3.0-deno LuanRT 2023-08-31 23:42:13 +00:00
  • bff4210349 chore(main): release 6.3.0 (#495) v6.3.0 github-actions[bot] 2023-08-31 20:41:06 -03:00
  • 91de6e5c0e feat(ChannelMetadata): Add music_artist_name (#497) absidue 2023-09-01 01:29:58 +02:00
  • c26972c42a fix(CompactMovie): Add missing import and remove unnecessary console.log (#496) absidue 2023-09-01 01:28:25 +02:00
  • 8bc2aaa358 feat(Session): Add on_behalf_of_user session option. (#494) Jeremy Banks 2023-08-31 07:20:37 -04:00
  • 20f055b7ea chore: v6.2.0 release v6.2.0-deno LuanRT 2023-08-29 17:26:54 +00:00
  • 2e5f076fd7 chore(main): release 6.2.0 (#491) v6.2.0 github-actions[bot] 2023-08-29 14:25:32 -03:00
  • 0412fa05ff fix(Format): Fix is_original always being true (#492) absidue 2023-08-29 19:23:08 +02:00
  • 10c15bfb9f feat(Session): Add fallback for session data retrieval (#490) Luan 2023-08-28 07:18:27 -03:00
  • 09321408e5 chore: v6.1.0 release v6.1.0-deno LuanRT 2023-08-27 19:44:15 +00:00
  • 4862c35cee chore(main): release 6.1.0 (#489) v6.1.0 github-actions[bot] 2023-08-27 16:43:10 -03:00
  • 2eed1726d5 feat(parser): Add CompactMovie (#487) absidue 2023-08-27 21:29:50 +02:00
  • 8b69587787 feat(parser): Add AlertWithButton (#486) absidue 2023-08-27 21:29:23 +02:00
  • ed7be2a675 feat(parser): Add ChannelHeaderLinksView (#484) absidue 2023-08-27 21:28:49 +02:00
  • 848c7e68e2 chore: v6.0.2 release v6.0.2-deno LuanRT 2023-08-24 20:07:16 +00:00
  • 361fb4a9f1 chore(main): release 6.0.2 (#481) v6.0.2 github-actions[bot] 2023-08-24 17:06:07 -03:00
  • 1c3ea2acd3 fix: invalid set ids in dash manifest (#480) Daniel Wykerd 2023-08-24 20:59:10 +02:00
  • bc437015e2 chore: v6.0.1 release v6.0.1-deno LuanRT 2023-08-22 12:09:04 +00:00
  • 859c4585d9 chore(main): release 6.0.1 (#476) v6.0.1 github-actions[bot] 2023-08-22 09:07:49 -03:00
  • 751f2b90fd Merge branch 'main' of https://github.com/LuanRT/YouTube.js LuanRT 2023-08-22 09:06:23 -03:00
  • 90be877d28 fix(SearchSubMenu): Groups not being parsed due to a typo LuanRT 2023-08-22 09:06:06 -03:00
  • 96e337a1d0 chore: v6.0.0 release v6.0.0-deno LuanRT 2023-08-18 11:40:24 +00:00
  • 052632314b chore(main): release 6.0.0 (#461) v6.0.0 github-actions[bot] 2023-08-18 08:39:05 -03:00
  • 22a38c0762 feat(Session): Add IOS to ClientType enum LuanRT 2023-08-18 08:36:17 -03:00
  • f7614634b6 chore: lint LuanRT 2023-08-18 08:26:39 -03:00
  • bf1510b235 fix(parser): Logger logging classdata as [Object object] LuanRT 2023-08-18 08:17:23 -03:00
  • 815e54b854 feat(MusicResponsiveListItem): Detect non music tracks properly LuanRT 2023-08-18 08:15:04 -03:00
  • f7666051f6 chore(parser): update MusicCarouselShelf LuanRT 2023-08-18 08:11:04 -03:00