From ccd6423183f8330032cf3447491df14ebeb9768b Mon Sep 17 00:00:00 2001 From: Luan Date: Tue, 22 Jul 2025 16:53:42 -0300 Subject: [PATCH] chore: update docs --- docs/api/README.md | 1 + docs/api/classes/Actions.md | 10 +- docs/api/classes/Continuation.md | 22 +- docs/api/classes/ContinuationCommand.md | 18 +- docs/api/classes/EventEmitter.md | 10 +- docs/api/classes/GridContinuation.md | 20 +- docs/api/classes/HTTPClient.md | 18 +- docs/api/classes/Innertube.md | 84 +++--- docs/api/classes/ItemSectionContinuation.md | 18 +- docs/api/classes/LiveChatContinuation.md | 32 +-- .../classes/MusicPlaylistShelfContinuation.md | 18 +- docs/api/classes/MusicShelfContinuation.md | 18 +- docs/api/classes/NavigateAction.md | 16 +- docs/api/classes/OAuth2.md | 36 +-- docs/api/classes/Platform.md | 4 +- docs/api/classes/Player.md | 34 +-- docs/api/classes/PlaylistPanelContinuation.md | 18 +- .../classes/ReloadContinuationItemsCommand.md | 20 +- docs/api/classes/SectionListContinuation.md | 18 +- docs/api/classes/Session.md | 64 ++--- docs/api/classes/ShowMiniplayerCommand.md | 18 +- docs/api/classes/UniversalCache.md | 10 +- docs/api/enumerations/ClientType.md | 26 +- docs/api/interfaces/ApiResponse.md | 6 +- docs/api/interfaces/HTTPClientInit.md | 2 +- .../interfaces/IBotguardChallenge.md | 10 +- .../APIResponseTypes/interfaces/IEndpoint.md | 4 +- .../interfaces/IParsedResponse.md | 108 +++---- .../interfaces/IPlayabilityStatus.md | 10 +- .../interfaces/IPlaybackTracking.md | 4 +- .../interfaces/IPlayerConfig.md | 6 +- .../interfaces/IRawBotguardChallenge.md | 10 +- .../interfaces/IRawPlayerConfig.md | 6 +- .../interfaces/IRawResponse.md | 86 +++--- .../interfaces/IRawTrustedResource.md | 4 +- .../interfaces/IStreamingData.md | 12 +- .../interfaces/ITrustedResource.md | 4 +- .../AddToPlaylistServiceRequest.md | 2 +- .../type-aliases/BrowseRequest.md | 2 +- .../BrowseRequestSupportedMetadata.md | 2 +- .../type-aliases/ContinuationRequest.md | 2 +- .../type-aliases/CreateCommentRequest.md | 2 +- .../CreatePlaylistServiceRequest.md | 2 +- .../DeletePlaylistServiceRequest.md | 2 +- .../type-aliases/FeedbackContext.md | 2 +- .../type-aliases/FeedbackRequest.md | 2 +- .../APIResponseTypes/type-aliases/FormData.md | 2 +- .../GetAccountsListInnertubeRequest.md | 2 +- .../GetKidsBlocklistPickerRequest.md | 2 +- .../type-aliases/IBrowseResponse.md | 2 +- .../type-aliases/IGetChallengeResponse.md | 2 +- .../IGetNotificationsMenuResponse.md | 2 +- .../type-aliases/IGetTranscriptResponse.md | 2 +- .../type-aliases/IGuideResponse.md | 2 +- .../type-aliases/INextResponse.md | 2 +- .../type-aliases/IPlayerResponse.md | 2 +- .../type-aliases/IResolveURLResponse.md | 2 +- .../type-aliases/ISearchResponse.md | 2 +- .../type-aliases/IUpdatedMetadataResponse.md | 2 +- .../type-aliases/InlineSettingStatus.md | 2 +- .../type-aliases/LikeRequest.md | 2 +- .../type-aliases/LikeTarget.md | 2 +- .../LiveChatItemContextMenuRequest.md | 2 +- ...ifyChannelNotificationPreferenceRequest.md | 2 +- .../type-aliases/NextNavendpoint.md | 2 +- .../PerformCommentActionRequest.md | 2 +- .../type-aliases/PlaylistEditRequest.md | 2 +- .../type-aliases/PlaylistPrivacyStatus.md | 2 +- .../APIResponseTypes/type-aliases/RawData.md | 2 +- .../APIResponseTypes/type-aliases/RawNode.md | 2 +- .../type-aliases/ReelWatchRequest.md | 2 +- .../type-aliases/SearchRequest.md | 2 +- .../type-aliases/ShareEntityServiceRequest.md | 2 +- .../type-aliases/SubscribeRequest.md | 2 +- .../type-aliases/UnsubscribeRequest.md | 2 +- .../type-aliases/WatchNextRequest.md | 2 +- .../type-aliases/WatchRequest.md | 2 +- .../api/namespaces/BinarySerializer/README.md | 15 + .../BinarySerializer/functions/deserialize.md | 21 ++ .../BinarySerializer/functions/serialize.md | 17 ++ .../variables/MAGIC_HEADER.md | 9 + .../BinarySerializer/variables/VERSION.md | 9 + docs/api/namespaces/Clients/classes/Kids.md | 16 +- docs/api/namespaces/Clients/classes/Music.md | 34 ++- docs/api/namespaces/Clients/classes/Studio.md | 6 +- .../namespaces/Constants/variables/CLIENTS.md | 2 +- .../Constants/variables/CLIENT_NAME_IDS.md | 2 +- .../variables/INNERTUBE_HEADERS_BASE.md | 2 +- .../namespaces/Constants/variables/OAUTH.md | 2 +- .../Constants/variables/STREAM_HEADERS.md | 2 +- .../Constants/variables/SUPPORTED_CLIENTS.md | 2 +- .../namespaces/Constants/variables/URLS.md | 2 +- .../FormatUtils/functions/chooseFormat.md | 2 +- .../FormatUtils/functions/download.md | 2 +- .../FormatUtils/functions/toDash.md | 2 +- .../Generator/functions/camelToSnake.md | 2 +- .../Generator/functions/createRuntimeClass.md | 2 +- .../functions/generateRuntimeClass.md | 2 +- .../functions/generateTypescriptClass.md | 2 +- .../Generator/functions/inferType.md | 2 +- .../Generator/functions/introspect.md | 2 +- .../Generator/functions/isArrayType.md | 2 +- .../Generator/functions/isIgnoredKey.md | 2 +- .../Generator/functions/isMiscType.md | 2 +- .../Generator/functions/isRenderer.md | 2 +- .../Generator/functions/isRendererList.md | 2 +- .../Generator/functions/mergeKeyInfo.md | 2 +- .../namespaces/Generator/functions/parse.md | 2 +- .../Generator/functions/toParser.md | 2 +- .../Generator/functions/toTypeDeclaration.md | 2 +- .../interfaces/ObjectInferenceType.md | 6 +- .../interfaces/PrimitiveInferenceType.md | 6 +- .../interfaces/RendererInferenceType.md | 6 +- .../type-aliases/ArrayInferenceType.md | 2 +- .../Generator/type-aliases/InferenceType.md | 2 +- .../Generator/type-aliases/KeyInfo.md | 2 +- .../type-aliases/MiscInferenceType.md | 2 +- docs/api/namespaces/Helpers/classes/Maybe.md | 68 ++--- docs/api/namespaces/Helpers/classes/Memo.md | 4 +- .../Helpers/classes/SuperParsedResult.md | 12 +- docs/api/namespaces/Helpers/classes/YTNode.md | 22 +- .../namespaces/Helpers/functions/observe.md | 2 +- .../Helpers/interfaces/Constructor.md | 2 +- .../Helpers/interfaces/YTNodeConstructor.md | 4 +- .../Helpers/type-aliases/ObservedArray.md | 2 +- docs/api/namespaces/LZW/functions/compress.md | 2 +- .../namespaces/LZW/functions/decompress.md | 2 +- docs/api/namespaces/Log/functions/debug.md | 2 +- docs/api/namespaces/Log/functions/error.md | 2 +- docs/api/namespaces/Log/functions/info.md | 2 +- docs/api/namespaces/Log/functions/setLevel.md | 2 +- docs/api/namespaces/Log/functions/warn.md | 2 +- docs/api/namespaces/Log/functions/warnOnce.md | 2 +- docs/api/namespaces/Log/variables/Level.md | 2 +- .../Managers/classes/AccountManager.md | 8 +- .../Managers/classes/InteractionManager.md | 18 +- .../Managers/classes/PlaylistManager.md | 20 +- .../Misc/classes/AccessibilityContext.md | 4 +- .../Misc/classes/AccessibilityData.md | 8 +- docs/api/namespaces/Misc/classes/Author.md | 22 +- .../namespaces/Misc/classes/ChildElement.md | 20 +- .../namespaces/Misc/classes/CommandContext.md | 22 +- docs/api/namespaces/Misc/classes/EmojiRun.md | 10 +- docs/api/namespaces/Misc/classes/Format.md | 100 +++---- .../Misc/classes/RendererContext.md | 6 +- .../Misc/classes/SubscriptionButton.md | 10 +- docs/api/namespaces/Misc/classes/Text.md | 20 +- docs/api/namespaces/Misc/classes/TextRun.md | 32 +-- docs/api/namespaces/Misc/classes/Thumbnail.md | 10 +- .../namespaces/Misc/classes/VideoDetails.md | 42 +-- docs/api/namespaces/Mixins/classes/Feed.md | 40 +-- .../Mixins/classes/FilterableFeed.md | 44 +-- .../namespaces/Mixins/classes/MediaInfo.md | 44 ++- .../namespaces/Mixins/classes/TabbedFeed.md | 50 ++-- .../Parser/functions/addRuntimeParser.md | 2 +- .../functions/applyCommentsMutations.md | 2 +- .../Parser/functions/applyMutations.md | 2 +- .../Parser/functions/getDynamicParsers.md | 2 +- .../Parser/functions/getParserByName.md | 2 +- .../namespaces/Parser/functions/hasParser.md | 2 +- docs/api/namespaces/Parser/functions/parse.md | 6 +- .../Parser/functions/parseActions.md | 2 +- .../namespaces/Parser/functions/parseArray.md | 6 +- .../api/namespaces/Parser/functions/parseC.md | 2 +- .../Parser/functions/parseCommand.md | 2 +- .../Parser/functions/parseCommands.md | 2 +- .../Parser/functions/parseFormats.md | 2 +- .../namespaces/Parser/functions/parseItem.md | 6 +- .../namespaces/Parser/functions/parseLC.md | 2 +- .../namespaces/Parser/functions/parseRR.md | 6 +- .../Parser/functions/parseResponse.md | 2 +- .../Parser/functions/sanitizeClassName.md | 2 +- .../Parser/functions/setParserErrorHandler.md | 2 +- .../Parser/functions/shouldIgnore.md | 2 +- .../Parser/type-aliases/ParserError.md | 2 +- .../Parser/type-aliases/ParserErrorHandler.md | 2 +- .../ProtoUtils/functions/decodeVisitorData.md | 2 +- .../functions/encodeCommentActionParams.md | 2 +- .../ProtoUtils/functions/encodeNextParams.md | 2 +- .../ProtoUtils/functions/encodeVisitorData.md | 2 +- .../type-aliases/CommentActionParamsArgs.md | 2 +- docs/api/namespaces/Types/README.md | 1 + .../Types/interfaces/DownloadOptions.md | 33 ++- .../Types/interfaces/FormatOptions.md | 39 ++- .../Types/interfaces/GetVideoInfoOptions.md | 32 +++ .../api/namespaces/Types/interfaces/ICache.md | 8 +- .../Types/interfaces/ICacheConstructor.md | 2 +- .../Types/interfaces/PlatformShim.md | 42 +-- .../namespaces/Types/type-aliases/Duration.md | 2 +- .../Types/type-aliases/EngagementType.md | 2 +- .../namespaces/Types/type-aliases/Feature.md | 2 +- .../Types/type-aliases/FetchFunction.md | 2 +- .../Types/type-aliases/FormatFilter.md | 2 +- .../Types/type-aliases/InnerTubeClient.md | 2 +- .../Types/type-aliases/InnerTubeConfig.md | 2 +- .../Types/type-aliases/MusicSearchFilters.md | 2 +- .../Types/type-aliases/MusicSearchType.md | 2 +- .../namespaces/Types/type-aliases/Runtime.md | 2 +- .../Types/type-aliases/SearchFilters.md | 2 +- .../Types/type-aliases/SearchType.md | 2 +- .../namespaces/Types/type-aliases/SortBy.md | 2 +- .../Types/type-aliases/URLTransformer.md | 2 +- .../UpdateVideoMetadataOptions.md | 2 +- .../Types/type-aliases/UploadDate.md | 2 +- .../UploadedVideoMetadataOptions.md | 2 +- .../Types/type-aliases/VMPrimative.md | 2 +- .../namespaces/Utils/classes/ChannelError.md | 138 ++++++--- .../Utils/classes/InnertubeError.md | 146 ++++++---- .../Utils/classes/MissingParamError.md | 146 ++++++---- .../namespaces/Utils/classes/OAuth2Error.md | 146 ++++++---- .../namespaces/Utils/classes/ParsingError.md | 146 ++++++---- .../namespaces/Utils/classes/PlayerError.md | 138 ++++++--- .../namespaces/Utils/classes/SessionError.md | 138 ++++++--- .../namespaces/Utils/functions/base64ToU8.md | 2 +- .../namespaces/Utils/functions/concatMemos.md | 2 +- .../namespaces/Utils/functions/debugFetch.md | 28 +- .../namespaces/Utils/functions/deepCompare.md | 2 +- .../Utils/functions/escapeStringRegexp.md | 2 +- .../Utils/functions/findFunction.md | 2 +- .../Utils/functions/findVariable.md | 2 +- .../Utils/functions/generateRandomString.md | 2 +- .../Utils/functions/generateSidAuth.md | 2 +- .../namespaces/Utils/functions/getCookie.md | 2 +- .../Utils/functions/getRandomUserAgent.md | 2 +- .../functions/getStringBetweenStrings.md | 2 +- .../api/namespaces/Utils/functions/hasKeys.md | 2 +- .../namespaces/Utils/functions/isTextRun.md | 2 +- .../Utils/functions/streamToIterable.md | 2 +- .../Utils/functions/throwIfMissing.md | 2 +- .../Utils/functions/timeToSeconds.md | 2 +- .../namespaces/Utils/functions/u8ToBase64.md | 2 +- .../Utils/type-aliases/ASTLookupArgs.md | 2 +- .../Utils/type-aliases/ASTLookupResult.md | 2 +- .../Utils/type-aliases/DeviceCategory.md | 2 +- docs/api/namespaces/YT/classes/AccountInfo.md | 6 +- docs/api/namespaces/YT/classes/Channel.md | 112 ++++---- .../YT/classes/ChannelListContinuation.md | 42 +-- docs/api/namespaces/YT/classes/Comments.md | 16 +- .../YT/classes/FilteredChannelList.md | 52 ++-- docs/api/namespaces/YT/classes/Guide.md | 6 +- docs/api/namespaces/YT/classes/HashtagFeed.md | 50 ++-- docs/api/namespaces/YT/classes/History.md | 44 +-- docs/api/namespaces/YT/classes/HomeFeed.md | 52 ++-- docs/api/namespaces/YT/classes/ItemMenu.md | 10 +- docs/api/namespaces/YT/classes/Library.md | 52 ++-- docs/api/namespaces/YT/classes/LiveChat.md | 48 ++-- .../YT/classes/NotificationsMenu.md | 10 +- docs/api/namespaces/YT/classes/Playlist.md | 48 ++-- docs/api/namespaces/YT/classes/Search.md | 56 ++-- docs/api/namespaces/YT/classes/Settings.md | 18 +- .../namespaces/YT/classes/SmoothedQueue.md | 20 +- .../namespaces/YT/classes/TranscriptInfo.md | 12 +- docs/api/namespaces/YT/classes/VideoInfo.md | 92 +++--- docs/api/namespaces/YTKids/classes/Channel.md | 44 +-- .../api/namespaces/YTKids/classes/HomeFeed.md | 46 +-- docs/api/namespaces/YTKids/classes/Search.md | 42 +-- .../namespaces/YTKids/classes/VideoInfo.md | 52 ++-- docs/api/namespaces/YTMusic/classes/Album.md | 14 +- docs/api/namespaces/YTMusic/classes/Artist.md | 10 +- .../api/namespaces/YTMusic/classes/Explore.md | 8 +- .../namespaces/YTMusic/classes/HomeFeed.md | 16 +- .../api/namespaces/YTMusic/classes/Library.md | 20 +- .../YTMusic/classes/LibraryContinuation.md | 10 +- .../namespaces/YTMusic/classes/Playlist.md | 20 +- docs/api/namespaces/YTMusic/classes/Recap.md | 10 +- docs/api/namespaces/YTMusic/classes/Search.md | 34 +-- .../namespaces/YTMusic/classes/TrackInfo.md | 64 ++--- docs/api/namespaces/YTNodes/README.md | 8 + .../YTNodes/classes/AboutChannel.md | 18 +- .../YTNodes/classes/AboutChannelView.md | 42 +-- .../YTNodes/classes/AccountChannel.md | 18 +- .../namespaces/YTNodes/classes/AccountItem.md | 30 +- .../YTNodes/classes/AccountItemSection.md | 18 +- .../classes/AccountItemSectionHeader.md | 16 +- .../YTNodes/classes/AccountSectionList.md | 18 +- .../YTNodes/classes/ActiveAccountHeader.md | 24 +- .../classes/AddBannerToLiveChatCommand.md | 16 +- .../YTNodes/classes/AddChatItemAction.md | 18 +- .../classes/AddLiveChatTickerItemAction.md | 18 +- .../YTNodes/classes/AddToPlaylist.md | 18 +- .../YTNodes/classes/AddToPlaylistCommand.md | 24 +- .../YTNodes/classes/AddToPlaylistEndpoint.md | 18 +- .../classes/AddToPlaylistServiceEndpoint.md | 18 +- docs/api/namespaces/YTNodes/classes/Alert.md | 18 +- .../YTNodes/classes/AlertWithButton.md | 20 +- .../YTNodes/classes/AnchoredSection.md | 24 +- .../classes/AnimatedThumbnailOverlayView.md | 16 +- .../classes/AppendContinuationItemsAction.md | 18 +- .../YTNodes/classes/AttributionView.md | 18 +- .../YTNodes/classes/AudioOnlyPlayability.md | 16 +- .../YTNodes/classes/AuthorCommentBadge.md | 22 +- .../YTNodes/classes/AutomixPreviewVideo.md | 16 +- .../YTNodes/classes/AvatarStackView.md | 20 +- .../namespaces/YTNodes/classes/AvatarView.md | 20 +- .../YTNodes/classes/BackgroundPromo.md | 22 +- .../YTNodes/classes/BackstageImage.md | 18 +- .../YTNodes/classes/BackstagePost.md | 40 +-- .../YTNodes/classes/BackstagePostThread.md | 16 +- .../namespaces/YTNodes/classes/BadgeView.md | 20 +- .../YTNodes/classes/BrowseEndpoint.md | 18 +- .../YTNodes/classes/BrowseFeedActions.md | 16 +- .../YTNodes/classes/BrowserMediaSession.md | 18 +- .../classes/BumperUserEduContentView.md | 20 +- docs/api/namespaces/YTNodes/classes/Button.md | 34 +-- .../YTNodes/classes/ButtonCardView.md | 20 +- .../namespaces/YTNodes/classes/ButtonView.md | 70 ++--- .../YTNodes/classes/C4TabbedHeader.md | 38 +-- .../YTNodes/classes/CallToActionButton.md | 20 +- docs/api/namespaces/YTNodes/classes/Card.md | 24 +- .../YTNodes/classes/CardCollection.md | 20 +- .../YTNodes/classes/CarouselHeader.md | 16 +- .../YTNodes/classes/CarouselItem.md | 26 +- .../YTNodes/classes/CarouselItemView.md | 18 +- .../YTNodes/classes/CarouselLockup.md | 18 +- .../YTNodes/classes/CarouselTitleView.md | 20 +- .../ChangeEngagementPanelVisibilityAction.md | 18 +- .../api/namespaces/YTNodes/classes/Channel.md | 32 +-- .../classes/ChannelAboutFullMetadata.md | 38 +-- .../YTNodes/classes/ChannelAgeGate.md | 26 +- .../classes/ChannelExternalLinkView.md | 20 +- .../YTNodes/classes/ChannelFeaturedContent.md | 18 +- .../YTNodes/classes/ChannelHeaderLinks.md | 18 +- .../YTNodes/classes/ChannelHeaderLinksView.md | 18 +- .../YTNodes/classes/ChannelMetadata.md | 42 +-- .../YTNodes/classes/ChannelMobileHeader.md | 16 +- .../YTNodes/classes/ChannelOptions.md | 22 +- .../YTNodes/classes/ChannelOwnerEmptyState.md | 18 +- .../YTNodes/classes/ChannelSubMenu.md | 18 +- .../YTNodes/classes/ChannelSwitcherHeader.md | 18 +- .../YTNodes/classes/ChannelSwitcherPage.md | 18 +- .../YTNodes/classes/ChannelTagline.md | 26 +- .../classes/ChannelThumbnailWithLink.md | 22 +- .../YTNodes/classes/ChannelVideoPlayer.md | 24 +- .../api/namespaces/YTNodes/classes/Chapter.md | 20 +- .../namespaces/YTNodes/classes/ChildVideo.md | 22 +- .../namespaces/YTNodes/classes/ChipBarView.md | 16 +- .../namespaces/YTNodes/classes/ChipCloud.md | 22 +- .../YTNodes/classes/ChipCloudChip.md | 20 +- .../namespaces/YTNodes/classes/ChipView.md | 22 +- .../classes/ClientSideToggleMenuItem.md | 30 +- .../namespaces/YTNodes/classes/ClipAdState.md | 18 +- .../YTNodes/classes/ClipCreation.md | 34 +-- .../YTNodes/classes/ClipCreationScrubber.md | 30 +- .../YTNodes/classes/ClipCreationTextInput.md | 18 +- .../namespaces/YTNodes/classes/ClipSection.md | 16 +- .../classes/CollaboratorInfoCardContent.md | 24 +- .../YTNodes/classes/CollageHeroImage.md | 22 +- .../classes/CollectionThumbnailView.md | 18 +- .../YTNodes/classes/CommandExecutorCommand.md | 16 +- .../YTNodes/classes/CommentActionButtons.md | 22 +- .../YTNodes/classes/CommentDialog.md | 28 +- .../YTNodes/classes/CommentReplies.md | 24 +- .../YTNodes/classes/CommentReplyDialog.md | 24 +- .../YTNodes/classes/CommentSimplebox.md | 24 +- .../YTNodes/classes/CommentThread.md | 32 +-- .../namespaces/YTNodes/classes/CommentView.md | 104 ++++--- .../classes/CommentsEntryPointHeader.md | 26 +- .../classes/CommentsEntryPointTeaser.md | 18 +- .../YTNodes/classes/CommentsHeader.md | 26 +- .../YTNodes/classes/CommentsSimplebox.md | 18 +- .../YTNodes/classes/CompactChannel.md | 32 +-- .../namespaces/YTNodes/classes/CompactLink.md | 26 +- .../namespaces/YTNodes/classes/CompactMix.md | 42 +-- .../YTNodes/classes/CompactMovie.md | 36 +-- .../YTNodes/classes/CompactPlaylist.md | 42 +-- .../YTNodes/classes/CompactStation.md | 24 +- .../YTNodes/classes/CompactVideo.md | 66 ++--- .../classes/CompositeVideoPrimaryInfo.md | 201 +++++++++++++ .../YTNodes/classes/ConfirmDialog.md | 22 +- .../YTNodes/classes/ContentMetadataView.md | 18 +- .../classes/ContentPreviewImageView.md | 18 +- .../YTNodes/classes/ContinuationCommand.md | 18 +- .../YTNodes/classes/ContinuationItem.md | 20 +- .../YTNodes/classes/ConversationBar.md | 16 +- .../namespaces/YTNodes/classes/CopyLink.md | 20 +- .../YTNodes/classes/CreateCommentEndpoint.md | 18 +- .../YTNodes/classes/CreatePlaylistDialog.md | 24 +- .../classes/CreatePlaylistDialogFormView.md | 26 +- .../classes/CreatePlaylistServiceEndpoint.md | 18 +- .../YTNodes/classes/CreatorHeart.md | 28 +- .../YTNodes/classes/CreatorHeartView.md | 30 +- .../YTNodes/classes/DecoratedAvatarView.md | 20 +- .../YTNodes/classes/DecoratedPlayerBar.md | 18 +- .../YTNodes/classes/DefaultPromoPanel.md | 36 +-- .../YTNodes/classes/DeletePlaylistEndpoint.md | 18 +- .../YTNodes/classes/DescriptionPreviewView.md | 26 +- .../YTNodes/classes/DialogHeaderView.md | 16 +- .../namespaces/YTNodes/classes/DialogView.md | 20 +- .../namespaces/YTNodes/classes/DidYouMean.md | 20 +- .../YTNodes/classes/DimChatItemAction.md | 16 +- .../YTNodes/classes/DislikeButtonView.md | 18 +- .../YTNodes/classes/DismissableDialog.md | 241 ++++++++++++++++ .../DismissableDialogContentSection.md | 221 ++++++++++++++ .../YTNodes/classes/DownloadButton.md | 22 +- .../namespaces/YTNodes/classes/Dropdown.md | 18 +- .../YTNodes/classes/DropdownItem.md | 26 +- .../YTNodes/classes/DropdownView.md | 26 +- .../YTNodes/classes/DynamicTextView.md | 18 +- .../api/namespaces/YTNodes/classes/Element.md | 18 +- .../YTNodes/classes/EmergencyOnebox.md | 20 +- .../namespaces/YTNodes/classes/EmojiPicker.md | 40 +-- .../YTNodes/classes/EmojiPickerCategory.md | 24 +- .../classes/EmojiPickerCategoryButton.md | 20 +- .../classes/EmojiPickerUpsellCategory.md | 26 +- .../YTNodes/classes/EndScreenPlaylist.md | 26 +- .../YTNodes/classes/EndScreenVideo.md | 32 +-- .../namespaces/YTNodes/classes/Endscreen.md | 18 +- .../YTNodes/classes/EndscreenElement.md | 50 ++-- .../classes/EngagementPanelSectionList.md | 26 +- .../classes/EngagementPanelTitleHeader.md | 22 +- .../YTNodes/classes/EomSettingsDisclaimer.md | 20 +- .../YTNodes/classes/ExpandableMetadata.md | 22 +- .../YTNodes/classes/ExpandableTab.md | 22 +- .../classes/ExpandableVideoDescriptionBody.md | 20 +- .../YTNodes/classes/ExpandedShelfContents.md | 18 +- .../api/namespaces/YTNodes/classes/Factoid.md | 20 +- .../YTNodes/classes/FancyDismissibleDialog.md | 18 +- .../YTNodes/classes/FeedFilterChipBar.md | 16 +- .../namespaces/YTNodes/classes/FeedNudge.md | 26 +- .../YTNodes/classes/FeedTabbedHeader.md | 16 +- .../YTNodes/classes/FeedbackEndpoint.md | 18 +- .../YTNodes/classes/FlexibleActionsView.md | 18 +- .../YTNodes/classes/FormFooterView.md | 20 +- .../namespaces/YTNodes/classes/GameCard.md | 16 +- .../namespaces/YTNodes/classes/GameDetails.md | 24 +- .../GetAccountsListInnertubeEndpoint.md | 18 +- .../classes/GetKidsBlocklistPickerCommand.md | 18 +- .../YTNodes/classes/GetMultiPageMenuAction.md | 16 +- docs/api/namespaces/YTNodes/classes/Grid.md | 28 +- .../namespaces/YTNodes/classes/GridChannel.md | 26 +- .../namespaces/YTNodes/classes/GridHeader.md | 16 +- .../api/namespaces/YTNodes/classes/GridMix.md | 32 +-- .../namespaces/YTNodes/classes/GridMovie.md | 30 +- .../YTNodes/classes/GridPlaylist.md | 36 +-- .../YTNodes/classes/GridShelfView.md | 271 ++++++++++++++++++ .../namespaces/YTNodes/classes/GridShow.md | 26 +- .../namespaces/YTNodes/classes/GridVideo.md | 50 ++-- .../YTNodes/classes/GuideCollapsibleEntry.md | 20 +- .../classes/GuideCollapsibleSectionEntry.md | 22 +- .../YTNodes/classes/GuideDownloadsEntry.md | 28 +- .../namespaces/YTNodes/classes/GuideEntry.md | 26 +- .../YTNodes/classes/GuideSection.md | 18 +- .../classes/GuideSubscriptionsSection.md | 18 +- .../YTNodes/classes/HashtagHeader.md | 18 +- .../namespaces/YTNodes/classes/HashtagTile.md | 28 +- .../namespaces/YTNodes/classes/HeatMarker.md | 20 +- .../api/namespaces/YTNodes/classes/Heatmap.md | 24 +- .../YTNodes/classes/HeroPlaylistThumbnail.md | 18 +- .../classes/HideEngagementPanelEndpoint.md | 16 +- .../YTNodes/classes/HighlightsCarousel.md | 16 +- .../YTNodes/classes/HistorySuggestion.md | 22 +- .../YTNodes/classes/HorizontalCardList.md | 22 +- .../YTNodes/classes/HorizontalList.md | 20 +- .../YTNodes/classes/HorizontalMovieList.md | 22 +- .../classes/HowThisWasMadeSectionView.md | 20 +- .../YTNodes/classes/HypePointsFactoid.md | 211 ++++++++++++++ .../namespaces/YTNodes/classes/IconLink.md | 20 +- .../YTNodes/classes/ImageBannerView.md | 18 +- .../YTNodes/classes/IncludingResultsFor.md | 26 +- .../YTNodes/classes/InfoPanelContainer.md | 28 +- .../YTNodes/classes/InfoPanelContent.md | 32 +-- .../api/namespaces/YTNodes/classes/InfoRow.md | 22 +- .../classes/InteractiveTabbedHeader.md | 32 +-- .../namespaces/YTNodes/classes/ItemSection.md | 22 +- .../YTNodes/classes/ItemSectionHeader.md | 16 +- .../YTNodes/classes/ItemSectionTab.md | 20 +- .../classes/ItemSectionTabbedHeader.md | 20 +- .../YTNodes/classes/KidsBlocklistPicker.md | 22 +- .../classes/KidsBlocklistPickerItem.md | 28 +- .../YTNodes/classes/KidsCategoriesHeader.md | 18 +- .../YTNodes/classes/KidsCategoryTab.md | 22 +- .../YTNodes/classes/KidsHomeScreen.md | 16 +- .../namespaces/YTNodes/classes/LikeButton.md | 22 +- .../YTNodes/classes/LikeButtonView.md | 20 +- .../YTNodes/classes/LikeEndpoint.md | 20 +- .../namespaces/YTNodes/classes/LiveChat.md | 24 +- .../YTNodes/classes/LiveChatActionPanel.md | 20 +- .../YTNodes/classes/LiveChatAuthorBadge.md | 24 +- .../YTNodes/classes/LiveChatAutoModMessage.md | 26 +- .../YTNodes/classes/LiveChatBanner.md | 34 +-- .../classes/LiveChatBannerChatSummary.md | 24 +- .../YTNodes/classes/LiveChatBannerHeader.md | 20 +- .../YTNodes/classes/LiveChatBannerPoll.md | 26 +- .../YTNodes/classes/LiveChatBannerRedirect.md | 22 +- .../YTNodes/classes/LiveChatDialog.md | 18 +- .../YTNodes/classes/LiveChatHeader.md | 20 +- .../YTNodes/classes/LiveChatItemBumperView.md | 16 +- .../LiveChatItemContextMenuEndpoint.md | 18 +- .../YTNodes/classes/LiveChatItemList.md | 18 +- .../YTNodes/classes/LiveChatMembershipItem.md | 34 +-- .../YTNodes/classes/LiveChatMessageInput.md | 22 +- .../classes/LiveChatModeChangeMessage.md | 28 +- .../YTNodes/classes/LiveChatPaidMessage.md | 56 ++-- .../YTNodes/classes/LiveChatPaidSticker.md | 48 ++-- .../YTNodes/classes/LiveChatParticipant.md | 20 +- .../classes/LiveChatParticipantsList.md | 18 +- .../classes/LiveChatPlaceholderItem.md | 18 +- .../YTNodes/classes/LiveChatProductItem.md | 42 +-- .../LiveChatRestrictedParticipation.md | 18 +- ...hatSponsorshipsGiftPurchaseAnnouncement.md | 22 +- ...tSponsorshipsGiftRedemptionAnnouncement.md | 28 +- .../classes/LiveChatSponsorshipsHeader.md | 28 +- .../YTNodes/classes/LiveChatTextMessage.md | 34 +-- .../classes/LiveChatTickerPaidMessageItem.md | 38 +-- .../classes/LiveChatTickerPaidStickerItem.md | 34 +-- .../classes/LiveChatTickerSponsorItem.md | 22 +- .../LiveChatViewerEngagementMessage.md | 30 +- .../YTNodes/classes/LockupMetadataView.md | 22 +- .../namespaces/YTNodes/classes/LockupView.md | 24 +- .../YTNodes/classes/MacroMarkersInfoItem.md | 18 +- .../YTNodes/classes/MacroMarkersList.md | 18 +- .../YTNodes/classes/MacroMarkersListEntity.md | 34 +-- .../YTNodes/classes/MacroMarkersListItem.md | 26 +- .../classes/MarkChatItemAsDeletedAction.md | 18 +- .../MarkChatItemsByAuthorAsDeletedAction.md | 18 +- docs/api/namespaces/YTNodes/classes/Menu.md | 26 +- .../YTNodes/classes/MenuFlexibleItem.md | 18 +- .../YTNodes/classes/MenuNavigationItem.md | 34 +-- .../namespaces/YTNodes/classes/MenuPopup.md | 16 +- .../YTNodes/classes/MenuServiceItem.md | 34 +-- .../classes/MenuServiceItemDownload.md | 18 +- .../namespaces/YTNodes/classes/MenuTitle.md | 16 +- .../YTNodes/classes/MerchandiseItem.md | 36 +-- .../YTNodes/classes/MerchandiseShelf.md | 22 +- .../api/namespaces/YTNodes/classes/Message.md | 16 +- .../YTNodes/classes/MetadataBadge.md | 22 +- .../namespaces/YTNodes/classes/MetadataRow.md | 18 +- .../YTNodes/classes/MetadataRowContainer.md | 18 +- .../YTNodes/classes/MetadataRowHeader.md | 18 +- .../YTNodes/classes/MetadataScreen.md | 16 +- .../YTNodes/classes/MicroformatData.md | 60 ++-- docs/api/namespaces/YTNodes/classes/Mix.md | 42 +-- .../YTNodes/classes/MobileTopbar.md | 20 +- .../classes/ModalWithTitleAndButton.md | 20 +- ...fyChannelNotificationPreferenceEndpoint.md | 18 +- docs/api/namespaces/YTNodes/classes/Movie.md | 40 +-- .../YTNodes/classes/MovingThumbnail.md | 14 +- .../YTNodes/classes/MultiMarkersPlayerBar.md | 16 +- .../YTNodes/classes/MultiPageMenu.md | 20 +- .../MultiPageMenuNotificationSection.md | 20 +- .../YTNodes/classes/MultiPageMenuSection.md | 16 +- .../YTNodes/classes/MusicCardShelf.md | 36 +-- .../classes/MusicCardShelfHeaderBasic.md | 16 +- .../YTNodes/classes/MusicCarouselShelf.md | 20 +- .../classes/MusicCarouselShelfBasicHeader.md | 24 +- .../YTNodes/classes/MusicDescriptionShelf.md | 22 +- .../YTNodes/classes/MusicDetailHeader.md | 36 +-- .../classes/MusicDownloadStateBadge.md | 18 +- .../MusicEditablePlaylistDetailHeader.md | 20 +- .../YTNodes/classes/MusicElementHeader.md | 16 +- .../namespaces/YTNodes/classes/MusicHeader.md | 18 +- .../YTNodes/classes/MusicImmersiveHeader.md | 32 +-- .../YTNodes/classes/MusicInlineBadge.md | 20 +- .../classes/MusicItemThumbnailOverlay.md | 20 +- .../classes/MusicLargeCardItemCarousel.md | 18 +- .../YTNodes/classes/MusicMenuItemDivider.md | 14 +- .../YTNodes/classes/MusicMultiRowListItem.md | 32 +-- .../YTNodes/classes/MusicMultiSelectMenu.md | 18 +- .../classes/MusicMultiSelectMenuItem.md | 24 +- .../YTNodes/classes/MusicNavigationButton.md | 18 +- .../YTNodes/classes/MusicPlayButton.md | 30 +- .../classes/MusicPlaylistEditHeader.md | 28 +- .../YTNodes/classes/MusicPlaylistShelf.md | 22 +- .../namespaces/YTNodes/classes/MusicQueue.md | 16 +- .../YTNodes/classes/MusicResponsiveHeader.md | 32 +-- .../classes/MusicResponsiveListItem.md | 62 ++-- .../MusicResponsiveListItemFixedColumn.md | 18 +- .../MusicResponsiveListItemFlexColumn.md | 18 +- .../namespaces/YTNodes/classes/MusicShelf.md | 28 +- .../YTNodes/classes/MusicSideAlignedItem.md | 18 +- .../YTNodes/classes/MusicSortFilterButton.md | 20 +- .../YTNodes/classes/MusicTastebuilderShelf.md | 24 +- .../MusicTastebuilderShelfThumbnail.md | 16 +- .../YTNodes/classes/MusicThumbnail.md | 16 +- .../YTNodes/classes/MusicTwoRowItem.md | 44 +-- .../YTNodes/classes/MusicVisualHeader.md | 22 +- .../YTNodes/classes/NavigationEndpoint.md | 44 +-- .../YTNodes/classes/Notification.md | 32 +-- .../YTNodes/classes/NotificationAction.md | 16 +- .../OpenOnePickAddVideoModalCommand.md | 20 +- .../YTNodes/classes/OpenPopupAction.md | 18 +- .../namespaces/YTNodes/classes/PageHeader.md | 18 +- .../YTNodes/classes/PageHeaderView.md | 32 +-- .../YTNodes/classes/PageIntroduction.md | 22 +- .../YTNodes/classes/PanelFooterView.md | 20 +- .../YTNodes/classes/PdgCommentChip.md | 20 +- .../YTNodes/classes/PdgReplyButtonView.md | 20 +- .../classes/PerformCommentActionEndpoint.md | 18 +- .../namespaces/YTNodes/classes/PivotBar.md | 16 +- .../YTNodes/classes/PivotBarItem.md | 28 +- .../namespaces/YTNodes/classes/PivotButton.md | 28 +- .../classes/PlayerAnnotationsExpanded.md | 20 +- .../classes/PlayerCaptionsTracklist.md | 22 +- .../YTNodes/classes/PlayerControlsOverlay.md | 16 +- .../YTNodes/classes/PlayerErrorMessage.md | 24 +- .../classes/PlayerLegacyDesktopYpcOffer.md | 22 +- .../classes/PlayerLegacyDesktopYpcTrailer.md | 32 +-- .../classes/PlayerLiveStoryboardSpec.md | 16 +- .../YTNodes/classes/PlayerMicroformat.md | 46 +-- .../YTNodes/classes/PlayerOverflow.md | 18 +- .../YTNodes/classes/PlayerOverlay.md | 32 +-- .../YTNodes/classes/PlayerOverlayAutoplay.md | 40 +-- .../classes/PlayerOverlayVideoDetails.md | 18 +- .../YTNodes/classes/PlayerStoryboardSpec.md | 16 +- .../namespaces/YTNodes/classes/Playlist.md | 42 +-- .../YTNodes/classes/PlaylistAddToOption.md | 28 +- .../classes/PlaylistCustomThumbnail.md | 16 +- .../YTNodes/classes/PlaylistEditEndpoint.md | 18 +- .../YTNodes/classes/PlaylistHeader.md | 48 ++-- .../classes/PlaylistInfoCardContent.md | 24 +- .../YTNodes/classes/PlaylistMetadata.md | 18 +- .../YTNodes/classes/PlaylistPanel.md | 32 +-- .../YTNodes/classes/PlaylistPanelVideo.md | 38 +-- .../classes/PlaylistPanelVideoWrapper.md | 18 +- .../YTNodes/classes/PlaylistSidebar.md | 18 +- .../classes/PlaylistSidebarPrimaryInfo.md | 26 +- .../classes/PlaylistSidebarSecondaryInfo.md | 18 +- .../classes/PlaylistThumbnailOverlay.md | 18 +- .../YTNodes/classes/PlaylistVideo.md | 48 ++-- .../YTNodes/classes/PlaylistVideoList.md | 22 +- .../YTNodes/classes/PlaylistVideoThumbnail.md | 16 +- docs/api/namespaces/YTNodes/classes/Poll.md | 22 +- .../namespaces/YTNodes/classes/PollHeader.md | 24 +- docs/api/namespaces/YTNodes/classes/Post.md | 40 +-- .../YTNodes/classes/PostMultiImage.md | 16 +- .../YTNodes/classes/PrefetchWatchCommand.md | 18 +- .../YTNodes/classes/PremiereTrailerBadge.md | 16 +- .../namespaces/YTNodes/classes/ProductList.md | 16 +- .../YTNodes/classes/ProductListHeader.md | 18 +- .../YTNodes/classes/ProductListItem.md | 30 +- .../YTNodes/classes/ProfileColumn.md | 18 +- .../YTNodes/classes/ProfileColumnStats.md | 18 +- .../classes/ProfileColumnStatsEntry.md | 18 +- .../YTNodes/classes/ProfileColumnUserInfo.md | 18 +- docs/api/namespaces/YTNodes/classes/Quiz.md | 18 +- .../YTNodes/classes/RecognitionShelf.md | 24 +- .../namespaces/YTNodes/classes/ReelItem.md | 28 +- .../YTNodes/classes/ReelPlayerHeader.md | 24 +- .../YTNodes/classes/ReelPlayerOverlay.md | 36 +-- .../namespaces/YTNodes/classes/ReelShelf.md | 22 +- .../YTNodes/classes/ReelWatchEndpoint.md | 18 +- .../YTNodes/classes/RelatedChipCloud.md | 16 +- .../classes/RemoveBannerForLiveChatCommand.md | 16 +- .../YTNodes/classes/RemoveChatItemAction.md | 16 +- .../classes/RemoveChatItemByAuthorAction.md | 16 +- .../YTNodes/classes/ReplaceChatItemAction.md | 18 +- .../YTNodes/classes/ReplaceLiveChatAction.md | 18 +- .../YTNodes/classes/ReplayChatItemAction.md | 18 +- .../namespaces/YTNodes/classes/RichGrid.md | 20 +- .../namespaces/YTNodes/classes/RichItem.md | 16 +- .../YTNodes/classes/RichListHeader.md | 22 +- .../YTNodes/classes/RichMetadata.md | 26 +- .../YTNodes/classes/RichMetadataRow.md | 16 +- .../namespaces/YTNodes/classes/RichSection.md | 20 +- .../namespaces/YTNodes/classes/RichShelf.md | 38 +-- .../YTNodes/classes/RunAttestationCommand.md | 18 +- .../namespaces/YTNodes/classes/SearchBox.md | 22 +- .../YTNodes/classes/SearchEndpoint.md | 18 +- .../YTNodes/classes/SearchFilter.md | 26 +- .../YTNodes/classes/SearchFilterGroup.md | 18 +- .../classes/SearchFilterOptionsDialog.md | 18 +- .../YTNodes/classes/SearchHeader.md | 18 +- .../YTNodes/classes/SearchRefinementCard.md | 20 +- .../YTNodes/classes/SearchSubMenu.md | 20 +- .../YTNodes/classes/SearchSuggestion.md | 22 +- .../classes/SearchSuggestionsSection.md | 16 +- .../classes/SecondarySearchContainer.md | 18 +- .../YTNodes/classes/SectionHeaderView.md | 211 ++++++++++++++ .../namespaces/YTNodes/classes/SectionList.md | 24 +- .../classes/SegmentedLikeDislikeButton.md | 18 +- .../classes/SegmentedLikeDislikeButtonView.md | 28 +- .../YTNodes/classes/SendFeedbackAction.md | 16 +- .../YTNodes/classes/SettingBoolean.md | 24 +- .../YTNodes/classes/SettingsCheckbox.md | 24 +- .../YTNodes/classes/SettingsOptions.md | 20 +- .../YTNodes/classes/SettingsSidebar.md | 20 +- .../YTNodes/classes/SettingsSwitch.md | 24 +- .../YTNodes/classes/ShareEndpoint.md | 18 +- .../YTNodes/classes/ShareEntityEndpoint.md | 18 +- .../classes/ShareEntityServiceEndpoint.md | 18 +- .../YTNodes/classes/SharePanelHeader.md | 16 +- .../YTNodes/classes/SharePanelTitleV15.md | 16 +- .../namespaces/YTNodes/classes/ShareTarget.md | 22 +- .../namespaces/YTNodes/classes/SharedPost.md | 32 +-- docs/api/namespaces/YTNodes/classes/Shelf.md | 28 +- .../YTNodes/classes/ShortsLockupView.md | 34 +-- .../YTNodes/classes/ShowCustomThumbnail.md | 16 +- .../YTNodes/classes/ShowDialogCommand.md | 18 +- .../classes/ShowEngagementPanelEndpoint.md | 18 +- .../classes/ShowLiveChatActionPanelAction.md | 16 +- .../classes/ShowLiveChatDialogAction.md | 16 +- .../classes/ShowLiveChatTooltipCommand.md | 16 +- .../YTNodes/classes/ShowingResultsFor.md | 26 +- .../YTNodes/classes/SignalAction.md | 16 +- .../YTNodes/classes/SignalServiceEndpoint.md | 18 +- .../YTNodes/classes/SimpleCardContent.md | 26 +- .../YTNodes/classes/SimpleCardTeaser.md | 18 +- .../YTNodes/classes/SimpleMenuHeader.md | 18 +- .../YTNodes/classes/SimpleTextSection.md | 18 +- .../classes/SingleActionEmergencySupport.md | 24 +- .../classes/SingleColumnBrowseResults.md | 16 +- .../SingleColumnMusicWatchNextResults.md | 16 +- .../YTNodes/classes/SingleHeroImage.md | 18 +- .../namespaces/YTNodes/classes/SlimOwner.md | 22 +- .../YTNodes/classes/SlimVideoMetadata.md | 28 +- .../YTNodes/classes/SortFilterHeader.md | 16 +- .../YTNodes/classes/SortFilterSubMenu.md | 26 +- .../YTNodes/classes/SponsorCommentBadge.md | 18 +- .../api/namespaces/YTNodes/classes/StartAt.md | 16 +- .../classes/StructuredDescriptionContent.md | 16 +- .../StructuredDescriptionPlaylistLockup.md | 34 +-- .../YTNodes/classes/SubFeedOption.md | 20 +- .../YTNodes/classes/SubFeedSelector.md | 18 +- .../YTNodes/classes/SubscribeButton.md | 48 ++-- .../YTNodes/classes/SubscribeEndpoint.md | 18 +- .../SubscriptionNotificationToggleButton.md | 20 +- docs/api/namespaces/YTNodes/classes/Tab.md | 22 +- docs/api/namespaces/YTNodes/classes/Tabbed.md | 16 +- .../YTNodes/classes/TabbedSearchResults.md | 16 +- .../YTNodes/classes/TextCarouselItemView.md | 22 +- .../YTNodes/classes/TextFieldView.md | 22 +- .../namespaces/YTNodes/classes/TextHeader.md | 18 +- .../classes/ThirdPartyShareTargetSection.md | 16 +- .../YTNodes/classes/ThumbnailBadgeView.md | 22 +- .../classes/ThumbnailBottomOverlayView.md | 18 +- .../ThumbnailHoverOverlayToggleActionsView.md | 16 +- .../classes/ThumbnailHoverOverlayView.md | 20 +- .../classes/ThumbnailLandscapePortrait.md | 18 +- .../classes/ThumbnailOverlayBadgeView.md | 18 +- .../classes/ThumbnailOverlayBottomPanel.md | 18 +- .../classes/ThumbnailOverlayEndorsement.md | 16 +- .../classes/ThumbnailOverlayHoverText.md | 18 +- .../ThumbnailOverlayInlineUnplayable.md | 18 +- .../classes/ThumbnailOverlayLoadingPreview.md | 16 +- .../classes/ThumbnailOverlayNowPlaying.md | 16 +- .../classes/ThumbnailOverlayPinking.md | 16 +- .../classes/ThumbnailOverlayPlaybackStatus.md | 16 +- .../ThumbnailOverlayProgressBarView.md | 16 +- .../classes/ThumbnailOverlayResumePlayback.md | 16 +- .../classes/ThumbnailOverlaySidePanel.md | 18 +- .../classes/ThumbnailOverlayTimeStatus.md | 18 +- .../classes/ThumbnailOverlayToggleButton.md | 24 +- .../YTNodes/classes/ThumbnailView.md | 20 +- .../YTNodes/classes/TimedMarkerDecoration.md | 24 +- .../classes/TitleAndButtonListHeader.md | 16 +- .../YTNodes/classes/ToggleButton.md | 40 +-- .../YTNodes/classes/ToggleButtonView.md | 24 +- .../YTNodes/classes/ToggleFormField.md | 241 ++++++++++++++++ .../YTNodes/classes/ToggleMenuServiceItem.md | 26 +- .../api/namespaces/YTNodes/classes/Tooltip.md | 26 +- .../YTNodes/classes/TopbarMenuButton.md | 20 +- .../YTNodes/classes/TopicChannelDetails.md | 24 +- .../namespaces/YTNodes/classes/Transcript.md | 16 +- .../YTNodes/classes/TranscriptFooter.md | 16 +- .../YTNodes/classes/TranscriptSearchBox.md | 22 +- .../YTNodes/classes/TranscriptSearchPanel.md | 22 +- .../classes/TranscriptSectionHeader.md | 20 +- .../YTNodes/classes/TranscriptSegment.md | 24 +- .../YTNodes/classes/TranscriptSegmentList.md | 22 +- .../YTNodes/classes/TwoColumnBrowseResults.md | 18 +- .../YTNodes/classes/TwoColumnSearchResults.md | 22 +- .../classes/TwoColumnWatchNextResults.md | 24 +- .../YTNodes/classes/UnifiedSharePanel.md | 22 +- .../YTNodes/classes/UniversalWatchCard.md | 22 +- .../YTNodes/classes/UnsubscribeEndpoint.md | 18 +- .../UpdateChannelSwitcherPageAction.md | 18 +- .../YTNodes/classes/UpdateDateTextAction.md | 16 +- .../classes/UpdateDescriptionAction.md | 16 +- .../classes/UpdateEngagementPanelAction.md | 18 +- .../UpdateEngagementPanelContentCommand.md | 18 +- .../classes/UpdateLiveChatPollAction.md | 16 +- .../classes/UpdateSubscribeButtonAction.md | 18 +- .../YTNodes/classes/UpdateTitleAction.md | 16 +- .../classes/UpdateToggleButtonTextAction.md | 20 +- .../YTNodes/classes/UpdateViewershipAction.md | 24 +- .../YTNodes/classes/UploadTimeFactoid.md | 16 +- .../YTNodes/classes/UpsellDialog.md | 24 +- .../YTNodes/classes/VerticalList.md | 22 +- .../YTNodes/classes/VerticalWatchCardList.md | 22 +- docs/api/namespaces/YTNodes/classes/Video.md | 84 +++--- .../YTNodes/classes/VideoAttributeView.md | 32 +-- .../classes/VideoAttributesSectionView.md | 24 +- .../namespaces/YTNodes/classes/VideoCard.md | 88 +++--- .../classes/VideoDescriptionCourseSection.md | 18 +- .../YTNodes/classes/VideoDescriptionHeader.md | 30 +- .../VideoDescriptionInfocardsSection.md | 26 +- .../classes/VideoDescriptionMusicSection.md | 18 +- .../VideoDescriptionTranscriptSection.md | 20 +- .../YTNodes/classes/VideoInfoCardContent.md | 26 +- .../classes/VideoMetadataCarouselView.md | 18 +- .../namespaces/YTNodes/classes/VideoOwner.md | 20 +- .../YTNodes/classes/VideoPrimaryInfo.md | 30 +- .../YTNodes/classes/VideoSecondaryInfo.md | 32 +-- .../YTNodes/classes/VideoViewCount.md | 22 +- .../YTNodes/classes/ViewCountFactoid.md | 20 +- .../classes/VoiceReplyContainerView.md | 221 ++++++++++++++ .../YTNodes/classes/WatchCardCompactVideo.md | 22 +- .../YTNodes/classes/WatchCardHeroVideo.md | 22 +- .../YTNodes/classes/WatchCardRichHeader.md | 24 +- .../classes/WatchCardSectionSequence.md | 16 +- .../YTNodes/classes/WatchEndpoint.md | 18 +- .../YTNodes/classes/WatchNextEndScreen.md | 18 +- .../YTNodes/classes/WatchNextEndpoint.md | 18 +- .../YTNodes/classes/WatchNextTabbedResults.md | 18 +- .../namespaces/YTNodes/classes/YpcTrailer.md | 18 +- .../YTShorts/classes/ShortFormVideoInfo.md | 54 ++-- docs/api/type-aliases/Context.md | 2 +- docs/api/type-aliases/DeviceAndUserCode.md | 2 +- docs/api/type-aliases/InnertubeEndpoint.md | 2 +- .../OAuth2AuthErrorEventHandler.md | 2 +- .../type-aliases/OAuth2AuthEventHandler.md | 2 +- .../OAuth2AuthPendingEventHandler.md | 2 +- docs/api/type-aliases/OAuth2ClientID.md | 2 +- docs/api/type-aliases/OAuth2Tokens.md | 2 +- docs/api/type-aliases/ParsedResponse.md | 2 +- docs/api/type-aliases/SWSessionData.md | 2 +- docs/api/type-aliases/SessionArgs.md | 2 +- docs/api/type-aliases/SessionData.md | 2 +- docs/api/type-aliases/SessionOptions.md | 4 +- 819 files changed, 10340 insertions(+), 7971 deletions(-) create mode 100644 docs/api/namespaces/BinarySerializer/README.md create mode 100644 docs/api/namespaces/BinarySerializer/functions/deserialize.md create mode 100644 docs/api/namespaces/BinarySerializer/functions/serialize.md create mode 100644 docs/api/namespaces/BinarySerializer/variables/MAGIC_HEADER.md create mode 100644 docs/api/namespaces/BinarySerializer/variables/VERSION.md create mode 100644 docs/api/namespaces/Types/interfaces/GetVideoInfoOptions.md create mode 100644 docs/api/namespaces/YTNodes/classes/CompositeVideoPrimaryInfo.md create mode 100644 docs/api/namespaces/YTNodes/classes/DismissableDialog.md create mode 100644 docs/api/namespaces/YTNodes/classes/DismissableDialogContentSection.md create mode 100644 docs/api/namespaces/YTNodes/classes/GridShelfView.md create mode 100644 docs/api/namespaces/YTNodes/classes/HypePointsFactoid.md create mode 100644 docs/api/namespaces/YTNodes/classes/SectionHeaderView.md create mode 100644 docs/api/namespaces/YTNodes/classes/ToggleFormField.md create mode 100644 docs/api/namespaces/YTNodes/classes/VoiceReplyContainerView.md diff --git a/docs/api/README.md b/docs/api/README.md index 4a568d6e..132e84f5 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -327,6 +327,7 @@ Re-exports [WatchRequest](namespaces/APIResponseTypes/type-aliases/WatchRequest. ## Namespaces - [APIResponseTypes](namespaces/APIResponseTypes/README.md) +- [BinarySerializer](namespaces/BinarySerializer/README.md) - [Clients](namespaces/Clients/README.md) - [Constants](namespaces/Constants/README.md) - [FormatUtils](namespaces/FormatUtils/README.md) diff --git a/docs/api/classes/Actions.md b/docs/api/classes/Actions.md index 3672ec38..e88a7f8f 100644 --- a/docs/api/classes/Actions.md +++ b/docs/api/classes/Actions.md @@ -18,7 +18,7 @@ #### Defined in -[src/core/Actions.ts:49](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Actions.ts#L49) +[src/core/Actions.ts:49](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Actions.ts#L49) ## Properties @@ -28,7 +28,7 @@ #### Defined in -[src/core/Actions.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Actions.ts#L47) +[src/core/Actions.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Actions.ts#L47) ## Methods @@ -68,7 +68,7 @@ Call arguments ##### Defined in -[src/core/Actions.ts:81](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Actions.ts#L81) +[src/core/Actions.ts:81](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Actions.ts#L81) #### execute(endpoint, args) @@ -98,7 +98,7 @@ Call arguments ##### Defined in -[src/core/Actions.ts:88](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Actions.ts#L88) +[src/core/Actions.ts:88](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Actions.ts#L88) *** @@ -132,4 +132,4 @@ Call parameters. #### Defined in -[src/core/Actions.ts:59](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Actions.ts#L59) +[src/core/Actions.ts:59](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Actions.ts#L59) diff --git a/docs/api/classes/Continuation.md b/docs/api/classes/Continuation.md index 134c8b5b..611504e7 100644 --- a/docs/api/classes/Continuation.md +++ b/docs/api/classes/Continuation.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/continuations.ts:147](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L147) +[src/parser/continuations.ts:147](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L147) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/continuations.ts:142](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L142) +[src/parser/continuations.ts:142](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L142) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/continuations.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L144) +[src/parser/continuations.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L144) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/continuations.ts:143](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L143) +[src/parser/continuations.ts:143](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L143) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/continuations.ts:145](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L145) +[src/parser/continuations.ts:145](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L145) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/continuations.ts:140](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L140) +[src/parser/continuations.ts:140](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L140) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/classes/ContinuationCommand.md b/docs/api/classes/ContinuationCommand.md index f30ae0ca..ba3f06dd 100644 --- a/docs/api/classes/ContinuationCommand.md +++ b/docs/api/classes/ContinuationCommand.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/continuations.ts:220](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L220) +[src/parser/continuations.ts:220](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L220) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/continuations.ts:217](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L217) +[src/parser/continuations.ts:217](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L217) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/continuations.ts:218](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L218) +[src/parser/continuations.ts:218](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L218) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/continuations.ts:215](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L215) +[src/parser/continuations.ts:215](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L215) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/classes/EventEmitter.md b/docs/api/classes/EventEmitter.md index 32df6797..d31e9ed2 100644 --- a/docs/api/classes/EventEmitter.md +++ b/docs/api/classes/EventEmitter.md @@ -27,7 +27,7 @@ #### Defined in -[src/utils/EventEmitterLike.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/EventEmitterLike.ts#L6) +[src/utils/EventEmitterLike.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/EventEmitterLike.ts#L6) ## Methods @@ -115,7 +115,7 @@ node\_modules/typescript/lib/lib.dom.d.ts:8262 #### Defined in -[src/utils/EventEmitterLike.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/EventEmitterLike.ts#L10) +[src/utils/EventEmitterLike.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/EventEmitterLike.ts#L10) *** @@ -135,7 +135,7 @@ node\_modules/typescript/lib/lib.dom.d.ts:8262 #### Defined in -[src/utils/EventEmitterLike.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/EventEmitterLike.ts#L40) +[src/utils/EventEmitterLike.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/EventEmitterLike.ts#L40) *** @@ -155,7 +155,7 @@ node\_modules/typescript/lib/lib.dom.d.ts:8262 #### Defined in -[src/utils/EventEmitterLike.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/EventEmitterLike.ts#L15) +[src/utils/EventEmitterLike.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/EventEmitterLike.ts#L15) *** @@ -175,7 +175,7 @@ node\_modules/typescript/lib/lib.dom.d.ts:8262 #### Defined in -[src/utils/EventEmitterLike.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/EventEmitterLike.ts#L27) +[src/utils/EventEmitterLike.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/EventEmitterLike.ts#L27) *** diff --git a/docs/api/classes/GridContinuation.md b/docs/api/classes/GridContinuation.md index d21fbcea..8b7964d3 100644 --- a/docs/api/classes/GridContinuation.md +++ b/docs/api/classes/GridContinuation.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/continuations.ts:114](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L114) +[src/parser/continuations.ts:114](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L114) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/continuations.ts:111](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L111) +[src/parser/continuations.ts:111](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L111) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/continuations.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L112) +[src/parser/continuations.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L112) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/continuations.ts:109](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L109) +[src/parser/continuations.ts:109](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L109) ## Accessors @@ -88,7 +88,7 @@ #### Defined in -[src/parser/continuations.ts:120](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L120) +[src/parser/continuations.ts:120](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L120) ## Methods @@ -126,7 +126,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -160,7 +160,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -194,7 +194,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -232,4 +232,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/classes/HTTPClient.md b/docs/api/classes/HTTPClient.md index b0a18bf1..2ec23d25 100644 --- a/docs/api/classes/HTTPClient.md +++ b/docs/api/classes/HTTPClient.md @@ -22,13 +22,13 @@ #### Defined in -[src/utils/HTTPClient.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/HTTPClient.ts#L30) +[src/utils/HTTPClient.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/HTTPClient.ts#L30) ## Accessors ### fetch\_function -> `get` **fetch\_function**(): (`input`, `init`?) => `Promise`\<`Response`\> +> `get` **fetch\_function**(): (`input`, `init`?) => `Promise`\<`Response`\>(`input`, `init`?) => `Promise`\<`Response`\> #### Returns @@ -46,9 +46,19 @@ `Promise`\<`Response`\> +##### Parameters + +• **input**: `string` \| `URL` \| `Request` + +• **init?**: `RequestInit` + +##### Returns + +`Promise`\<`Response`\> + #### Defined in -[src/utils/HTTPClient.ts:36](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/HTTPClient.ts#L36) +[src/utils/HTTPClient.ts:36](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/HTTPClient.ts#L36) ## Methods @@ -68,4 +78,4 @@ #### Defined in -[src/utils/HTTPClient.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/HTTPClient.ts#L40) +[src/utils/HTTPClient.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/HTTPClient.ts#L40) diff --git a/docs/api/classes/Innertube.md b/docs/api/classes/Innertube.md index 8249cab8..ba187b7c 100644 --- a/docs/api/classes/Innertube.md +++ b/docs/api/classes/Innertube.md @@ -27,7 +27,7 @@ const innertube = await Innertube.create({ cache: new UniversalCache(true)}); #### Defined in -[src/Innertube.ts:65](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L65) +[src/Innertube.ts:66](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L66) ## Accessors @@ -43,7 +43,7 @@ An interface for managing and retrieving account information. #### Defined in -[src/Innertube.ts:602](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L602) +[src/Innertube.ts:603](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L603) *** @@ -59,7 +59,7 @@ An internal class used to dispatch requests. #### Defined in -[src/Innertube.ts:623](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L623) +[src/Innertube.ts:624](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L624) *** @@ -75,7 +75,7 @@ An interface for directly interacting with certain YouTube features. #### Defined in -[src/Innertube.ts:616](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L616) +[src/Innertube.ts:617](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L617) *** @@ -91,7 +91,7 @@ An interface for interacting with YouTube Kids. #### Defined in -[src/Innertube.ts:595](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L595) +[src/Innertube.ts:596](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L596) *** @@ -107,7 +107,7 @@ An interface for interacting with YouTube Music. #### Defined in -[src/Innertube.ts:581](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L581) +[src/Innertube.ts:582](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L582) *** @@ -123,7 +123,7 @@ An interface for managing playlists. #### Defined in -[src/Innertube.ts:609](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L609) +[src/Innertube.ts:610](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L610) *** @@ -139,7 +139,7 @@ The session used by this instance. #### Defined in -[src/Innertube.ts:630](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L630) +[src/Innertube.ts:631](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L631) *** @@ -155,7 +155,7 @@ An interface for interacting with YouTube Studio. #### Defined in -[src/Innertube.ts:588](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L588) +[src/Innertube.ts:589](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L589) ## Methods @@ -185,7 +185,7 @@ Utility method to call an endpoint without having to use [Actions](Actions.md). ##### Defined in -[src/Innertube.ts:572](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L572) +[src/Innertube.ts:573](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L573) #### call(endpoint, args) @@ -205,7 +205,7 @@ Utility method to call an endpoint without having to use [Actions](Actions.md). ##### Defined in -[src/Innertube.ts:573](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L573) +[src/Innertube.ts:574](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L574) *** @@ -232,7 +232,7 @@ Download options. #### Defined in -[src/Innertube.ts:462](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L462) +[src/Innertube.ts:471](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L471) *** @@ -254,19 +254,19 @@ Fetches an attestation challenge. #### Defined in -[src/Innertube.ts:558](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L558) +[src/Innertube.ts:559](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L559) *** ### getBasicInfo() -> **getBasicInfo**(`video_id`, `client`?): `Promise`\<[`VideoInfo`](../namespaces/YT/classes/VideoInfo.md)\> +> **getBasicInfo**(`video_id`, `options`?): `Promise`\<[`VideoInfo`](../namespaces/YT/classes/VideoInfo.md)\> #### Parameters • **video\_id**: `string` -• **client?**: [`InnerTubeClient`](../namespaces/Types/type-aliases/InnerTubeClient.md) +• **options?**: [`GetVideoInfoOptions`](../namespaces/Types/interfaces/GetVideoInfoOptions.md) #### Returns @@ -274,7 +274,7 @@ Fetches an attestation challenge. #### Defined in -[src/Innertube.ts:118](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L118) +[src/Innertube.ts:123](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L123) *** @@ -292,7 +292,7 @@ Fetches an attestation challenge. #### Defined in -[src/Innertube.ts:381](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L381) +[src/Innertube.ts:390](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L390) *** @@ -306,7 +306,7 @@ Fetches an attestation challenge. #### Defined in -[src/Innertube.ts:375](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L375) +[src/Innertube.ts:384](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L384) *** @@ -328,7 +328,7 @@ Fetches an attestation challenge. #### Defined in -[src/Innertube.ts:296](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L296) +[src/Innertube.ts:305](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L305) *** @@ -342,7 +342,7 @@ Fetches an attestation challenge. #### Defined in -[src/Innertube.ts:363](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L363) +[src/Innertube.ts:372](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L372) *** @@ -356,7 +356,7 @@ Fetches an attestation challenge. #### Defined in -[src/Innertube.ts:340](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L340) +[src/Innertube.ts:349](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L349) *** @@ -374,7 +374,7 @@ Fetches an attestation challenge. #### Defined in -[src/Innertube.ts:421](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L421) +[src/Innertube.ts:430](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L430) *** @@ -388,7 +388,7 @@ Fetches an attestation challenge. #### Defined in -[src/Innertube.ts:351](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L351) +[src/Innertube.ts:360](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L360) *** @@ -402,19 +402,19 @@ Fetches an attestation challenge. #### Defined in -[src/Innertube.ts:334](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L334) +[src/Innertube.ts:343](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L343) *** ### getInfo() -> **getInfo**(`target`, `client`?): `Promise`\<[`VideoInfo`](../namespaces/YT/classes/VideoInfo.md)\> +> **getInfo**(`target`, `options`?): `Promise`\<[`VideoInfo`](../namespaces/YT/classes/VideoInfo.md)\> #### Parameters • **target**: `string` \| [`NavigationEndpoint`](../namespaces/YTNodes/classes/NavigationEndpoint.md) -• **client?**: [`InnerTubeClient`](../namespaces/Types/type-aliases/InnerTubeClient.md) +• **options?**: [`GetVideoInfoOptions`](../namespaces/Types/interfaces/GetVideoInfoOptions.md) #### Returns @@ -422,7 +422,7 @@ Fetches an attestation challenge. #### Defined in -[src/Innertube.ts:73](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L73) +[src/Innertube.ts:74](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L74) *** @@ -436,7 +436,7 @@ Fetches an attestation challenge. #### Defined in -[src/Innertube.ts:345](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L345) +[src/Innertube.ts:354](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L354) *** @@ -450,7 +450,7 @@ Fetches an attestation challenge. #### Defined in -[src/Innertube.ts:388](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L388) +[src/Innertube.ts:397](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L397) *** @@ -468,7 +468,7 @@ Fetches an attestation challenge. #### Defined in -[src/Innertube.ts:408](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L408) +[src/Innertube.ts:417](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L417) *** @@ -484,7 +484,7 @@ Retrieves the user's playlists. #### Defined in -[src/Innertube.ts:402](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L402) +[src/Innertube.ts:411](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L411) *** @@ -506,7 +506,7 @@ Gets a post page given a post id and the channel id #### Defined in -[src/Innertube.ts:482](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L482) +[src/Innertube.ts:491](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L491) *** @@ -530,7 +530,7 @@ Gets the comments of a post. #### Defined in -[src/Innertube.ts:506](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L506) +[src/Innertube.ts:512](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L512) *** @@ -550,7 +550,7 @@ Gets the comments of a post. #### Defined in -[src/Innertube.ts:267](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L267) +[src/Innertube.ts:276](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L276) *** @@ -570,7 +570,7 @@ Gets the comments of a post. #### Defined in -[src/Innertube.ts:156](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L156) +[src/Innertube.ts:165](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L165) *** @@ -599,7 +599,7 @@ Format options. #### Defined in -[src/Innertube.ts:447](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L447) +[src/Innertube.ts:456](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L456) *** @@ -613,7 +613,7 @@ Format options. #### Defined in -[src/Innertube.ts:369](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L369) +[src/Innertube.ts:378](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L378) *** @@ -627,7 +627,7 @@ Format options. #### Defined in -[src/Innertube.ts:357](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L357) +[src/Innertube.ts:366](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L366) *** @@ -641,7 +641,7 @@ Format options. #### Defined in -[src/Innertube.ts:393](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L393) +[src/Innertube.ts:402](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L402) *** @@ -661,7 +661,7 @@ Resolves the given URL. #### Defined in -[src/Innertube.ts:470](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L470) +[src/Innertube.ts:479](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L479) *** @@ -681,7 +681,7 @@ Resolves the given URL. #### Defined in -[src/Innertube.ts:191](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L191) +[src/Innertube.ts:200](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L200) *** @@ -699,4 +699,4 @@ Resolves the given URL. #### Defined in -[src/Innertube.ts:69](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/Innertube.ts#L69) +[src/Innertube.ts:70](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/Innertube.ts#L70) diff --git a/docs/api/classes/ItemSectionContinuation.md b/docs/api/classes/ItemSectionContinuation.md index 9ccc0f65..f22b0ea3 100644 --- a/docs/api/classes/ItemSectionContinuation.md +++ b/docs/api/classes/ItemSectionContinuation.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/continuations.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L15) +[src/parser/continuations.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/continuations.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L12) +[src/parser/continuations.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/continuations.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L13) +[src/parser/continuations.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L13) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/continuations.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L10) +[src/parser/continuations.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L10) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/classes/LiveChatContinuation.md b/docs/api/classes/LiveChatContinuation.md index c8810dd5..d7d8c1f4 100644 --- a/docs/api/classes/LiveChatContinuation.md +++ b/docs/api/classes/LiveChatContinuation.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/continuations.ts:174](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L174) +[src/parser/continuations.ts:174](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L174) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/continuations.ts:160](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L160) +[src/parser/continuations.ts:160](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L160) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/continuations.ts:159](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L159) +[src/parser/continuations.ts:159](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L159) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/continuations.ts:171](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L171) +[src/parser/continuations.ts:171](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L171) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/continuations.ts:165](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L165) +[src/parser/continuations.ts:165](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L165) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/continuations.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L162) +[src/parser/continuations.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L162) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/continuations.ts:161](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L161) +[src/parser/continuations.ts:161](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L161) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/continuations.ts:163](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L163) +[src/parser/continuations.ts:163](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L163) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/continuations.ts:164](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L164) +[src/parser/continuations.ts:164](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L164) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/continuations.ts:172](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L172) +[src/parser/continuations.ts:172](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L172) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/continuations.ts:157](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L157) +[src/parser/continuations.ts:157](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L157) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/classes/MusicPlaylistShelfContinuation.md b/docs/api/classes/MusicPlaylistShelfContinuation.md index 1415de82..b3754c31 100644 --- a/docs/api/classes/MusicPlaylistShelfContinuation.md +++ b/docs/api/classes/MusicPlaylistShelfContinuation.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/continuations.ts:86](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L86) +[src/parser/continuations.ts:86](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L86) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/continuations.ts:84](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L84) +[src/parser/continuations.ts:84](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L84) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/continuations.ts:83](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L83) +[src/parser/continuations.ts:83](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L83) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/continuations.ts:81](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L81) +[src/parser/continuations.ts:81](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L81) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/classes/MusicShelfContinuation.md b/docs/api/classes/MusicShelfContinuation.md index c799f56a..e0f63668 100644 --- a/docs/api/classes/MusicShelfContinuation.md +++ b/docs/api/classes/MusicShelfContinuation.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/continuations.ts:99](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L99) +[src/parser/continuations.ts:99](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L99) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/continuations.ts:97](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L97) +[src/parser/continuations.ts:97](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L97) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/continuations.ts:96](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L96) +[src/parser/continuations.ts:96](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L96) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/continuations.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L94) +[src/parser/continuations.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L94) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/classes/NavigateAction.md b/docs/api/classes/NavigateAction.md index 78f05b9a..7cc403c5 100644 --- a/docs/api/classes/NavigateAction.md +++ b/docs/api/classes/NavigateAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/continuations.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L29) +[src/parser/continuations.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L29) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/continuations.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L27) +[src/parser/continuations.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L27) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/continuations.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L25) +[src/parser/continuations.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L25) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/classes/OAuth2.md b/docs/api/classes/OAuth2.md index 0a55d75b..b627fcff 100644 --- a/docs/api/classes/OAuth2.md +++ b/docs/api/classes/OAuth2.md @@ -18,7 +18,7 @@ #### Defined in -[src/core/OAuth2.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L46) +[src/core/OAuth2.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L46) ## Properties @@ -28,7 +28,7 @@ #### Defined in -[src/core/OAuth2.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L39) +[src/core/OAuth2.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L39) *** @@ -38,7 +38,7 @@ #### Defined in -[src/core/OAuth2.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L41) +[src/core/OAuth2.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L41) *** @@ -48,7 +48,7 @@ #### Defined in -[src/core/OAuth2.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L40) +[src/core/OAuth2.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L40) *** @@ -58,7 +58,7 @@ #### Defined in -[src/core/OAuth2.ts:43](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L43) +[src/core/OAuth2.ts:43](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L43) *** @@ -68,7 +68,7 @@ #### Defined in -[src/core/OAuth2.ts:44](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L44) +[src/core/OAuth2.ts:44](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L44) *** @@ -78,7 +78,7 @@ #### Defined in -[src/core/OAuth2.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L38) +[src/core/OAuth2.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L38) ## Methods @@ -92,7 +92,7 @@ #### Defined in -[src/core/OAuth2.ts:105](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L105) +[src/core/OAuth2.ts:105](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L105) *** @@ -106,7 +106,7 @@ #### Defined in -[src/core/OAuth2.ts:268](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L268) +[src/core/OAuth2.ts:268](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L268) *** @@ -120,7 +120,7 @@ #### Defined in -[src/core/OAuth2.ts:236](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L236) +[src/core/OAuth2.ts:236](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L236) *** @@ -138,7 +138,7 @@ #### Defined in -[src/core/OAuth2.ts:54](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L54) +[src/core/OAuth2.ts:54](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L54) *** @@ -156,7 +156,7 @@ #### Defined in -[src/core/OAuth2.ts:130](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L130) +[src/core/OAuth2.ts:130](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L130) *** @@ -170,7 +170,7 @@ #### Defined in -[src/core/OAuth2.ts:197](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L197) +[src/core/OAuth2.ts:197](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L197) *** @@ -184,7 +184,7 @@ #### Defined in -[src/core/OAuth2.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L126) +[src/core/OAuth2.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L126) *** @@ -198,7 +198,7 @@ #### Defined in -[src/core/OAuth2.ts:185](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L185) +[src/core/OAuth2.ts:185](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L185) *** @@ -216,7 +216,7 @@ #### Defined in -[src/core/OAuth2.ts:85](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L85) +[src/core/OAuth2.ts:85](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L85) *** @@ -230,7 +230,7 @@ #### Defined in -[src/core/OAuth2.ts:313](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L313) +[src/core/OAuth2.ts:313](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L313) *** @@ -248,4 +248,4 @@ #### Defined in -[src/core/OAuth2.ts:319](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L319) +[src/core/OAuth2.ts:319](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L319) diff --git a/docs/api/classes/Platform.md b/docs/api/classes/Platform.md index 89fce3cc..ebcb9a05 100644 --- a/docs/api/classes/Platform.md +++ b/docs/api/classes/Platform.md @@ -24,7 +24,7 @@ #### Defined in -[src/utils/Utils.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L22) +[src/utils/Utils.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L22) ## Methods @@ -42,4 +42,4 @@ #### Defined in -[src/utils/Utils.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L18) +[src/utils/Utils.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L18) diff --git a/docs/api/classes/Player.md b/docs/api/classes/Player.md index eeb14fc3..e8ca552b 100644 --- a/docs/api/classes/Player.md +++ b/docs/api/classes/Player.md @@ -26,7 +26,7 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L26) +[src/core/Player.ts:34](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L34) ## Properties @@ -36,7 +36,7 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L22) +[src/core/Player.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L30) *** @@ -46,7 +46,7 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L20) +[src/core/Player.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L28) *** @@ -56,7 +56,7 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L24) +[src/core/Player.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L32) *** @@ -66,7 +66,7 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L23) +[src/core/Player.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L31) *** @@ -76,7 +76,7 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L21) +[src/core/Player.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L29) ## Accessors @@ -90,7 +90,7 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:324](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L324) +[src/core/Player.ts:324](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L324) *** @@ -104,7 +104,7 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:328](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L328) +[src/core/Player.ts:328](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L328) ## Methods @@ -122,7 +122,7 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:218](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L218) +[src/core/Player.ts:223](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L223) *** @@ -146,7 +146,7 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:93](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L93) +[src/core/Player.ts:100](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L100) *** @@ -170,7 +170,7 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L33) +[src/core/Player.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L41) *** @@ -190,7 +190,7 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:244](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L244) +[src/core/Player.ts:244](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L244) *** @@ -212,7 +212,7 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:292](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L292) +[src/core/Player.ts:292](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L292) *** @@ -232,7 +232,7 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:263](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L263) +[src/core/Player.ts:263](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L263) *** @@ -250,7 +250,7 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:240](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L240) +[src/core/Player.ts:240](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L240) *** @@ -270,7 +270,7 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L188) +[src/core/Player.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L195) *** @@ -296,4 +296,4 @@ Represents YouTube's player script. This is required to decipher signatures. #### Defined in -[src/core/Player.ts:212](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Player.ts#L212) +[src/core/Player.ts:217](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Player.ts#L217) diff --git a/docs/api/classes/PlaylistPanelContinuation.md b/docs/api/classes/PlaylistPanelContinuation.md index 19e2797b..3199f865 100644 --- a/docs/api/classes/PlaylistPanelContinuation.md +++ b/docs/api/classes/PlaylistPanelContinuation.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/continuations.ts:131](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L131) +[src/parser/continuations.ts:131](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L131) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/continuations.ts:129](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L129) +[src/parser/continuations.ts:129](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L129) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/continuations.ts:128](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L128) +[src/parser/continuations.ts:128](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L128) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/continuations.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L126) +[src/parser/continuations.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L126) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/classes/ReloadContinuationItemsCommand.md b/docs/api/classes/ReloadContinuationItemsCommand.md index bb78569d..04403cfc 100644 --- a/docs/api/classes/ReloadContinuationItemsCommand.md +++ b/docs/api/classes/ReloadContinuationItemsCommand.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/continuations.ts:57](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L57) +[src/parser/continuations.ts:57](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L57) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/continuations.ts:54](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L54) +[src/parser/continuations.ts:54](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L54) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/continuations.ts:55](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L55) +[src/parser/continuations.ts:55](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L55) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/continuations.ts:53](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L53) +[src/parser/continuations.ts:53](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L53) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/continuations.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L51) +[src/parser/continuations.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L51) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/classes/SectionListContinuation.md b/docs/api/classes/SectionListContinuation.md index a296d33d..6b99ae98 100644 --- a/docs/api/classes/SectionListContinuation.md +++ b/docs/api/classes/SectionListContinuation.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/continuations.ts:71](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L71) +[src/parser/continuations.ts:71](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L71) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/continuations.ts:69](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L69) +[src/parser/continuations.ts:69](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L69) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/continuations.ts:68](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L68) +[src/parser/continuations.ts:68](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L68) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/continuations.ts:66](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L66) +[src/parser/continuations.ts:66](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L66) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/classes/Session.md b/docs/api/classes/Session.md index b4ceef28..b0ddfbdb 100644 --- a/docs/api/classes/Session.md +++ b/docs/api/classes/Session.md @@ -46,7 +46,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:254](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L254) +[src/core/Session.ts:257](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L257) ## Properties @@ -56,7 +56,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:258](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L258) +[src/core/Session.ts:261](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L261) *** @@ -66,7 +66,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:251](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L251) +[src/core/Session.ts:254](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L254) *** @@ -76,7 +76,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:256](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L256) +[src/core/Session.ts:259](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L259) *** @@ -86,7 +86,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:257](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L257) +[src/core/Session.ts:260](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L260) *** @@ -96,7 +96,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:263](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L263) +[src/core/Session.ts:266](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L266) *** @@ -106,7 +106,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:259](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L259) +[src/core/Session.ts:262](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L262) *** @@ -116,7 +116,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:255](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L255) +[src/core/Session.ts:258](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L258) *** @@ -126,7 +126,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:261](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L261) +[src/core/Session.ts:264](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L264) *** @@ -136,7 +136,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:249](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L249) +[src/core/Session.ts:252](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L252) *** @@ -146,7 +146,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:250](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L250) +[src/core/Session.ts:253](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L253) *** @@ -156,7 +156,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:248](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L248) +[src/core/Session.ts:251](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L251) *** @@ -166,7 +166,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:260](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L260) +[src/core/Session.ts:263](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L263) *** @@ -176,7 +176,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:264](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L264) +[src/core/Session.ts:267](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L267) *** @@ -186,7 +186,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:252](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L252) +[src/core/Session.ts:255](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L255) ## Accessors @@ -200,7 +200,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:686](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L686) +[src/core/Session.ts:687](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L687) *** @@ -214,7 +214,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:682](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L682) +[src/core/Session.ts:683](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L683) *** @@ -228,7 +228,7 @@ Represents an InnerTube session. This holds all the data needed to make requests #### Defined in -[src/core/Session.ts:690](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L690) +[src/core/Session.ts:691](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L691) ## Methods @@ -320,7 +320,7 @@ node\_modules/typescript/lib/lib.dom.d.ts:8262 #### Defined in -[src/utils/EventEmitterLike.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/EventEmitterLike.ts#L10) +[src/utils/EventEmitterLike.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/EventEmitterLike.ts#L10) *** @@ -344,7 +344,7 @@ node\_modules/typescript/lib/lib.dom.d.ts:8262 #### Defined in -[src/utils/EventEmitterLike.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/EventEmitterLike.ts#L40) +[src/utils/EventEmitterLike.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/EventEmitterLike.ts#L40) *** @@ -370,7 +370,7 @@ node\_modules/typescript/lib/lib.dom.d.ts:8262 ##### Defined in -[src/core/Session.ts:274](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L274) +[src/core/Session.ts:277](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L277) #### on(type, listener) @@ -392,7 +392,7 @@ node\_modules/typescript/lib/lib.dom.d.ts:8262 ##### Defined in -[src/core/Session.ts:275](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L275) +[src/core/Session.ts:278](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L278) #### on(type, listener) @@ -414,7 +414,7 @@ node\_modules/typescript/lib/lib.dom.d.ts:8262 ##### Defined in -[src/core/Session.ts:276](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L276) +[src/core/Session.ts:279](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L279) #### on(type, listener) @@ -436,7 +436,7 @@ node\_modules/typescript/lib/lib.dom.d.ts:8262 ##### Defined in -[src/core/Session.ts:277](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L277) +[src/core/Session.ts:280](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L280) *** @@ -462,7 +462,7 @@ node\_modules/typescript/lib/lib.dom.d.ts:8262 ##### Defined in -[src/core/Session.ts:283](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L283) +[src/core/Session.ts:286](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L286) #### once(type, listener) @@ -484,7 +484,7 @@ node\_modules/typescript/lib/lib.dom.d.ts:8262 ##### Defined in -[src/core/Session.ts:284](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L284) +[src/core/Session.ts:287](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L287) #### once(type, listener) @@ -506,7 +506,7 @@ node\_modules/typescript/lib/lib.dom.d.ts:8262 ##### Defined in -[src/core/Session.ts:285](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L285) +[src/core/Session.ts:288](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L288) *** @@ -554,7 +554,7 @@ node\_modules/typescript/lib/lib.dom.d.ts:8268 #### Defined in -[src/core/Session.ts:649](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L649) +[src/core/Session.ts:650](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L650) *** @@ -570,7 +570,7 @@ Signs out of the current account and revokes the credentials. #### Defined in -[src/core/Session.ts:672](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L672) +[src/core/Session.ts:673](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L673) *** @@ -588,7 +588,7 @@ Signs out of the current account and revokes the credentials. #### Defined in -[src/core/Session.ts:291](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L291) +[src/core/Session.ts:294](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L294) *** @@ -614,7 +614,7 @@ User provided session arguments. #### Defined in -[src/core/Session.ts:323](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L323) +[src/core/Session.ts:326](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L326) *** @@ -682,4 +682,4 @@ User provided session arguments. #### Defined in -[src/core/Session.ts:373](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L373) +[src/core/Session.ts:375](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L375) diff --git a/docs/api/classes/ShowMiniplayerCommand.md b/docs/api/classes/ShowMiniplayerCommand.md index c03a12cf..9281043c 100644 --- a/docs/api/classes/ShowMiniplayerCommand.md +++ b/docs/api/classes/ShowMiniplayerCommand.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/continuations.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L41) +[src/parser/continuations.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L41) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/continuations.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L38) +[src/parser/continuations.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L38) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/continuations.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L39) +[src/parser/continuations.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L39) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/continuations.ts:36](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/continuations.ts#L36) +[src/parser/continuations.ts:36](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/continuations.ts#L36) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/classes/UniversalCache.md b/docs/api/classes/UniversalCache.md index 0b38ace1..9cb695bd 100644 --- a/docs/api/classes/UniversalCache.md +++ b/docs/api/classes/UniversalCache.md @@ -24,7 +24,7 @@ #### Defined in -[src/utils/Cache.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Cache.ts#L6) +[src/utils/Cache.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Cache.ts#L6) ## Accessors @@ -42,7 +42,7 @@ #### Defined in -[src/utils/Cache.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Cache.ts#L9) +[src/utils/Cache.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Cache.ts#L9) ## Methods @@ -64,7 +64,7 @@ #### Defined in -[src/utils/Cache.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Cache.ts#L12) +[src/utils/Cache.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Cache.ts#L12) *** @@ -86,7 +86,7 @@ #### Defined in -[src/utils/Cache.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Cache.ts#L18) +[src/utils/Cache.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Cache.ts#L18) *** @@ -110,4 +110,4 @@ #### Defined in -[src/utils/Cache.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Cache.ts#L15) +[src/utils/Cache.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Cache.ts#L15) diff --git a/docs/api/enumerations/ClientType.md b/docs/api/enumerations/ClientType.md index d1c1d041..274efd18 100644 --- a/docs/api/enumerations/ClientType.md +++ b/docs/api/enumerations/ClientType.md @@ -10,7 +10,7 @@ #### Defined in -[src/core/Session.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L28) +[src/core/Session.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L27) *** @@ -20,7 +20,7 @@ #### Defined in -[src/core/Session.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L30) +[src/core/Session.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L29) *** @@ -30,7 +30,7 @@ #### Defined in -[src/core/Session.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L29) +[src/core/Session.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L28) *** @@ -40,7 +40,7 @@ #### Defined in -[src/core/Session.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L27) +[src/core/Session.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L26) *** @@ -50,7 +50,7 @@ #### Defined in -[src/core/Session.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L25) +[src/core/Session.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L24) *** @@ -60,7 +60,7 @@ #### Defined in -[src/core/Session.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L26) +[src/core/Session.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L25) *** @@ -70,7 +70,7 @@ #### Defined in -[src/core/Session.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L24) +[src/core/Session.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L23) *** @@ -80,7 +80,7 @@ #### Defined in -[src/core/Session.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L31) +[src/core/Session.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L30) *** @@ -90,7 +90,7 @@ #### Defined in -[src/core/Session.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L33) +[src/core/Session.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L32) *** @@ -100,7 +100,7 @@ #### Defined in -[src/core/Session.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L32) +[src/core/Session.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L31) *** @@ -110,7 +110,7 @@ #### Defined in -[src/core/Session.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L23) +[src/core/Session.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L22) *** @@ -120,7 +120,7 @@ #### Defined in -[src/core/Session.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L35) +[src/core/Session.ts:34](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L34) *** @@ -130,4 +130,4 @@ #### Defined in -[src/core/Session.ts:34](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L34) +[src/core/Session.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L33) diff --git a/docs/api/interfaces/ApiResponse.md b/docs/api/interfaces/ApiResponse.md index ad9f1691..0f348b26 100644 --- a/docs/api/interfaces/ApiResponse.md +++ b/docs/api/interfaces/ApiResponse.md @@ -10,7 +10,7 @@ #### Defined in -[src/core/Actions.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Actions.ts#L21) +[src/core/Actions.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Actions.ts#L21) *** @@ -20,7 +20,7 @@ #### Defined in -[src/core/Actions.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Actions.ts#L20) +[src/core/Actions.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Actions.ts#L20) *** @@ -30,4 +30,4 @@ #### Defined in -[src/core/Actions.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Actions.ts#L19) +[src/core/Actions.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Actions.ts#L19) diff --git a/docs/api/interfaces/HTTPClientInit.md b/docs/api/interfaces/HTTPClientInit.md index 824cb997..585b4cb0 100644 --- a/docs/api/interfaces/HTTPClientInit.md +++ b/docs/api/interfaces/HTTPClientInit.md @@ -10,4 +10,4 @@ #### Defined in -[src/utils/HTTPClient.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/HTTPClient.ts#L14) +[src/utils/HTTPClient.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/HTTPClient.ts#L14) diff --git a/docs/api/namespaces/APIResponseTypes/interfaces/IBotguardChallenge.md b/docs/api/namespaces/APIResponseTypes/interfaces/IBotguardChallenge.md index d248fd2e..da807ba4 100644 --- a/docs/api/namespaces/APIResponseTypes/interfaces/IBotguardChallenge.md +++ b/docs/api/namespaces/APIResponseTypes/interfaces/IBotguardChallenge.md @@ -10,7 +10,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:96](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L96) +[src/parser/types/ParsedResponse.ts:96](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L96) *** @@ -20,7 +20,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:95](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L95) +[src/parser/types/ParsedResponse.ts:95](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L95) *** @@ -30,7 +30,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:93](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L93) +[src/parser/types/ParsedResponse.ts:93](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L93) *** @@ -40,7 +40,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:92](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L92) +[src/parser/types/ParsedResponse.ts:92](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L92) *** @@ -50,4 +50,4 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L94) +[src/parser/types/ParsedResponse.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L94) diff --git a/docs/api/namespaces/APIResponseTypes/interfaces/IEndpoint.md b/docs/api/namespaces/APIResponseTypes/interfaces/IEndpoint.md index a0be28dd..5efd74b6 100644 --- a/docs/api/namespaces/APIResponseTypes/interfaces/IEndpoint.md +++ b/docs/api/namespaces/APIResponseTypes/interfaces/IEndpoint.md @@ -18,7 +18,7 @@ #### Defined in -[src/parser/types/CommandEndpoints.ts:3](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L3) +[src/parser/types/CommandEndpoints.ts:3](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L3) *** @@ -32,4 +32,4 @@ #### Defined in -[src/parser/types/CommandEndpoints.ts:2](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L2) +[src/parser/types/CommandEndpoints.ts:2](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L2) diff --git a/docs/api/namespaces/APIResponseTypes/interfaces/IParsedResponse.md b/docs/api/namespaces/APIResponseTypes/interfaces/IParsedResponse.md index 5255d63a..6ec9240a 100644 --- a/docs/api/namespaces/APIResponseTypes/interfaces/IParsedResponse.md +++ b/docs/api/namespaces/APIResponseTypes/interfaces/IParsedResponse.md @@ -10,7 +10,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L29) +[src/parser/types/ParsedResponse.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L29) *** @@ -20,7 +20,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L30) +[src/parser/types/ParsedResponse.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L30) *** @@ -30,7 +30,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:53](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L53) +[src/parser/types/ParsedResponse.ts:53](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L53) *** @@ -40,7 +40,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:65](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L65) +[src/parser/types/ParsedResponse.ts:65](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L65) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L26) +[src/parser/types/ParsedResponse.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L26) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L28) +[src/parser/types/ParsedResponse.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L28) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:63](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L63) +[src/parser/types/ParsedResponse.ts:63](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L63) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:68](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L68) +[src/parser/types/ParsedResponse.ts:68](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L68) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L27) +[src/parser/types/ParsedResponse.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L27) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L31) +[src/parser/types/ParsedResponse.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L31) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L32) +[src/parser/types/ParsedResponse.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L32) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L46) +[src/parser/types/ParsedResponse.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L46) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L47) +[src/parser/types/ParsedResponse.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L47) *** @@ -140,7 +140,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:49](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L49) +[src/parser/types/ParsedResponse.ts:49](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L49) *** @@ -150,7 +150,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:81](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L81) +[src/parser/types/ParsedResponse.ts:81](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L81) *** @@ -168,7 +168,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:69](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L69) +[src/parser/types/ParsedResponse.ts:69](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L69) *** @@ -178,7 +178,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:61](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L61) +[src/parser/types/ParsedResponse.ts:61](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L61) *** @@ -188,7 +188,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:62](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L62) +[src/parser/types/ParsedResponse.ts:62](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L62) *** @@ -198,7 +198,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:67](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L67) +[src/parser/types/ParsedResponse.ts:67](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L67) *** @@ -208,7 +208,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:76](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L76) +[src/parser/types/ParsedResponse.ts:76](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L76) *** @@ -218,7 +218,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L78) +[src/parser/types/ParsedResponse.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L78) *** @@ -228,7 +228,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:79](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L79) +[src/parser/types/ParsedResponse.ts:79](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L79) *** @@ -238,7 +238,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:55](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L55) +[src/parser/types/ParsedResponse.ts:55](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L55) *** @@ -248,7 +248,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L33) +[src/parser/types/ParsedResponse.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L33) *** @@ -258,7 +258,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:34](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L34) +[src/parser/types/ParsedResponse.ts:34](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L34) *** @@ -268,7 +268,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:77](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L77) +[src/parser/types/ParsedResponse.ts:77](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L77) *** @@ -278,7 +278,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L39) +[src/parser/types/ParsedResponse.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L39) *** @@ -288,7 +288,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:37](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L37) +[src/parser/types/ParsedResponse.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L37) *** @@ -298,7 +298,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L38) +[src/parser/types/ParsedResponse.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L38) *** @@ -308,7 +308,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:50](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L50) +[src/parser/types/ParsedResponse.ts:50](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L50) *** @@ -318,17 +318,17 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L51) +[src/parser/types/ParsedResponse.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L51) *** ### on\_response\_received\_actions? -> `optional` **on\_response\_received\_actions**: [`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md) \| [`OpenPopupAction`](../../YTNodes/classes/OpenPopupAction.md) \| [`NavigateAction`](../../../classes/NavigateAction.md) \| [`ShowMiniplayerCommand`](../../../classes/ShowMiniplayerCommand.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md)\> +> `optional` **on\_response\_received\_actions**: [`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`OpenPopupAction`](../../YTNodes/classes/OpenPopupAction.md) \| [`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`NavigateAction`](../../../classes/NavigateAction.md) \| [`ShowMiniplayerCommand`](../../../classes/ShowMiniplayerCommand.md)\> #### Defined in -[src/parser/types/ParsedResponse.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L40) +[src/parser/types/ParsedResponse.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L40) *** @@ -338,17 +338,17 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L41) +[src/parser/types/ParsedResponse.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L41) *** ### on\_response\_received\_commands? -> `optional` **on\_response\_received\_commands**: [`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md) \| [`OpenPopupAction`](../../YTNodes/classes/OpenPopupAction.md) \| [`NavigateAction`](../../../classes/NavigateAction.md) \| [`ShowMiniplayerCommand`](../../../classes/ShowMiniplayerCommand.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md)\> +> `optional` **on\_response\_received\_commands**: [`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`OpenPopupAction`](../../YTNodes/classes/OpenPopupAction.md) \| [`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`NavigateAction`](../../../classes/NavigateAction.md) \| [`ShowMiniplayerCommand`](../../../classes/ShowMiniplayerCommand.md)\> #### Defined in -[src/parser/types/ParsedResponse.ts:44](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L44) +[src/parser/types/ParsedResponse.ts:44](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L44) *** @@ -358,17 +358,17 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L45) +[src/parser/types/ParsedResponse.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L45) *** ### on\_response\_received\_endpoints? -> `optional` **on\_response\_received\_endpoints**: [`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md) \| [`OpenPopupAction`](../../YTNodes/classes/OpenPopupAction.md) \| [`NavigateAction`](../../../classes/NavigateAction.md) \| [`ShowMiniplayerCommand`](../../../classes/ShowMiniplayerCommand.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md)\> +> `optional` **on\_response\_received\_endpoints**: [`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`OpenPopupAction`](../../YTNodes/classes/OpenPopupAction.md) \| [`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`NavigateAction`](../../../classes/NavigateAction.md) \| [`ShowMiniplayerCommand`](../../../classes/ShowMiniplayerCommand.md)\> #### Defined in -[src/parser/types/ParsedResponse.ts:42](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L42) +[src/parser/types/ParsedResponse.ts:42](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L42) *** @@ -378,7 +378,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:43](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L43) +[src/parser/types/ParsedResponse.ts:43](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L43) *** @@ -388,7 +388,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:52](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L52) +[src/parser/types/ParsedResponse.ts:52](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L52) *** @@ -398,7 +398,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:58](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L58) +[src/parser/types/ParsedResponse.ts:58](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L58) *** @@ -408,7 +408,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:57](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L57) +[src/parser/types/ParsedResponse.ts:57](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L57) *** @@ -418,7 +418,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:60](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L60) +[src/parser/types/ParsedResponse.ts:60](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L60) *** @@ -428,7 +428,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:56](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L56) +[src/parser/types/ParsedResponse.ts:56](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L56) *** @@ -438,7 +438,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:82](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L82) +[src/parser/types/ParsedResponse.ts:82](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L82) *** @@ -448,7 +448,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:54](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L54) +[src/parser/types/ParsedResponse.ts:54](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L54) *** @@ -458,7 +458,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L35) +[src/parser/types/ParsedResponse.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L35) *** @@ -468,7 +468,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:36](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L36) +[src/parser/types/ParsedResponse.ts:36](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L36) *** @@ -478,7 +478,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:66](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L66) +[src/parser/types/ParsedResponse.ts:66](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L66) *** @@ -488,7 +488,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:59](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L59) +[src/parser/types/ParsedResponse.ts:59](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L59) *** @@ -498,7 +498,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:80](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L80) +[src/parser/types/ParsedResponse.ts:80](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L80) *** @@ -508,7 +508,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:64](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L64) +[src/parser/types/ParsedResponse.ts:64](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L64) *** @@ -518,4 +518,4 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:83](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L83) +[src/parser/types/ParsedResponse.ts:83](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L83) diff --git a/docs/api/namespaces/APIResponseTypes/interfaces/IPlayabilityStatus.md b/docs/api/namespaces/APIResponseTypes/interfaces/IPlayabilityStatus.md index 8d551368..bd98b867 100644 --- a/docs/api/namespaces/APIResponseTypes/interfaces/IPlayabilityStatus.md +++ b/docs/api/namespaces/APIResponseTypes/interfaces/IPlayabilityStatus.md @@ -10,7 +10,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:106](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L106) +[src/parser/types/ParsedResponse.ts:106](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L106) *** @@ -20,7 +20,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:107](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L107) +[src/parser/types/ParsedResponse.ts:107](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L107) *** @@ -30,7 +30,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:105](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L105) +[src/parser/types/ParsedResponse.ts:105](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L105) *** @@ -40,7 +40,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:108](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L108) +[src/parser/types/ParsedResponse.ts:108](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L108) *** @@ -50,4 +50,4 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:104](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L104) +[src/parser/types/ParsedResponse.ts:104](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L104) diff --git a/docs/api/namespaces/APIResponseTypes/interfaces/IPlaybackTracking.md b/docs/api/namespaces/APIResponseTypes/interfaces/IPlaybackTracking.md index cd6966f8..e125cbbd 100644 --- a/docs/api/namespaces/APIResponseTypes/interfaces/IPlaybackTracking.md +++ b/docs/api/namespaces/APIResponseTypes/interfaces/IPlaybackTracking.md @@ -10,7 +10,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:101](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L101) +[src/parser/types/ParsedResponse.ts:101](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L101) *** @@ -20,4 +20,4 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:100](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L100) +[src/parser/types/ParsedResponse.ts:100](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L100) diff --git a/docs/api/namespaces/APIResponseTypes/interfaces/IPlayerConfig.md b/docs/api/namespaces/APIResponseTypes/interfaces/IPlayerConfig.md index 9abe0815..0c448671 100644 --- a/docs/api/namespaces/APIResponseTypes/interfaces/IPlayerConfig.md +++ b/docs/api/namespaces/APIResponseTypes/interfaces/IPlayerConfig.md @@ -22,7 +22,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L112) +[src/parser/types/ParsedResponse.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L112) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:120](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L120) +[src/parser/types/ParsedResponse.ts:120](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L120) *** @@ -70,4 +70,4 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:117](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L117) +[src/parser/types/ParsedResponse.ts:117](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L117) diff --git a/docs/api/namespaces/APIResponseTypes/interfaces/IRawBotguardChallenge.md b/docs/api/namespaces/APIResponseTypes/interfaces/IRawBotguardChallenge.md index 3089526c..ca5f50d1 100644 --- a/docs/api/namespaces/APIResponseTypes/interfaces/IRawBotguardChallenge.md +++ b/docs/api/namespaces/APIResponseTypes/interfaces/IRawBotguardChallenge.md @@ -10,7 +10,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1577](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1577) +[src/parser/types/RawResponse.ts:1577](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1577) *** @@ -20,7 +20,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1576](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1576) +[src/parser/types/RawResponse.ts:1576](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1576) *** @@ -30,7 +30,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1574](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1574) +[src/parser/types/RawResponse.ts:1574](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1574) *** @@ -40,7 +40,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1573](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1573) +[src/parser/types/RawResponse.ts:1573](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1573) *** @@ -50,4 +50,4 @@ #### Defined in -[src/parser/types/RawResponse.ts:1575](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1575) +[src/parser/types/RawResponse.ts:1575](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1575) diff --git a/docs/api/namespaces/APIResponseTypes/interfaces/IRawPlayerConfig.md b/docs/api/namespaces/APIResponseTypes/interfaces/IRawPlayerConfig.md index ffbbfeca..b301731d 100644 --- a/docs/api/namespaces/APIResponseTypes/interfaces/IRawPlayerConfig.md +++ b/docs/api/namespaces/APIResponseTypes/interfaces/IRawPlayerConfig.md @@ -22,7 +22,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1547](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1547) +[src/parser/types/RawResponse.ts:1547](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1547) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1555](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1555) +[src/parser/types/RawResponse.ts:1555](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1555) *** @@ -70,4 +70,4 @@ #### Defined in -[src/parser/types/RawResponse.ts:1552](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1552) +[src/parser/types/RawResponse.ts:1552](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1552) diff --git a/docs/api/namespaces/APIResponseTypes/interfaces/IRawResponse.md b/docs/api/namespaces/APIResponseTypes/interfaces/IRawResponse.md index 370d9239..50c0d765 100644 --- a/docs/api/namespaces/APIResponseTypes/interfaces/IRawResponse.md +++ b/docs/api/namespaces/APIResponseTypes/interfaces/IRawResponse.md @@ -14,7 +14,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1590](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1590) +[src/parser/types/RawResponse.ts:1590](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1590) *** @@ -24,7 +24,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1598](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1598) +[src/parser/types/RawResponse.ts:1598](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1598) *** @@ -34,7 +34,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1634](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1634) +[src/parser/types/RawResponse.ts:1634](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1634) *** @@ -44,7 +44,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1582](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1582) +[src/parser/types/RawResponse.ts:1582](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1582) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1583](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1583) +[src/parser/types/RawResponse.ts:1583](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1583) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1632](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1632) +[src/parser/types/RawResponse.ts:1632](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1632) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1637](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1637) +[src/parser/types/RawResponse.ts:1637](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1637) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1584](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1584) +[src/parser/types/RawResponse.ts:1584](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1584) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1585](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1585) +[src/parser/types/RawResponse.ts:1585](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1585) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1594](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1594) +[src/parser/types/RawResponse.ts:1594](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1594) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1589](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1589) +[src/parser/types/RawResponse.ts:1589](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1589) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1638](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1638) +[src/parser/types/RawResponse.ts:1638](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1638) *** @@ -134,7 +134,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1628](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1628) +[src/parser/types/RawResponse.ts:1628](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1628) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1631](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1631) +[src/parser/types/RawResponse.ts:1631](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1631) *** @@ -154,7 +154,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1636](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1636) +[src/parser/types/RawResponse.ts:1636](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1636) *** @@ -164,7 +164,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1642](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1642) +[src/parser/types/RawResponse.ts:1642](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1642) *** @@ -174,7 +174,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1643](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1643) +[src/parser/types/RawResponse.ts:1643](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1643) *** @@ -184,7 +184,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1600](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1600) +[src/parser/types/RawResponse.ts:1600](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1600) *** @@ -194,7 +194,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1641](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1641) +[src/parser/types/RawResponse.ts:1641](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1641) *** @@ -204,7 +204,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1592](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1592) +[src/parser/types/RawResponse.ts:1592](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1592) *** @@ -214,7 +214,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1640](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1640) +[src/parser/types/RawResponse.ts:1640](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1640) *** @@ -224,7 +224,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1591](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1591) +[src/parser/types/RawResponse.ts:1591](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1591) *** @@ -234,7 +234,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1595](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1595) +[src/parser/types/RawResponse.ts:1595](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1595) *** @@ -244,7 +244,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1596](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1596) +[src/parser/types/RawResponse.ts:1596](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1596) *** @@ -254,7 +254,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1586](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1586) +[src/parser/types/RawResponse.ts:1586](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1586) *** @@ -264,7 +264,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1588](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1588) +[src/parser/types/RawResponse.ts:1588](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1588) *** @@ -274,7 +274,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1587](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1587) +[src/parser/types/RawResponse.ts:1587](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1587) *** @@ -284,7 +284,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1597](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1597) +[src/parser/types/RawResponse.ts:1597](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1597) *** @@ -314,7 +314,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1610](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1610) +[src/parser/types/RawResponse.ts:1610](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1610) *** @@ -340,7 +340,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1602](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1602) +[src/parser/types/RawResponse.ts:1602](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1602) *** @@ -350,7 +350,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1625](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1625) +[src/parser/types/RawResponse.ts:1625](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1625) *** @@ -360,7 +360,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1601](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1601) +[src/parser/types/RawResponse.ts:1601](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1601) *** @@ -370,7 +370,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1626](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1626) +[src/parser/types/RawResponse.ts:1626](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1626) *** @@ -380,7 +380,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1630](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1630) +[src/parser/types/RawResponse.ts:1630](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1630) *** @@ -390,7 +390,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1599](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1599) +[src/parser/types/RawResponse.ts:1599](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1599) *** @@ -400,7 +400,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1581](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1581) +[src/parser/types/RawResponse.ts:1581](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1581) *** @@ -410,7 +410,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1593](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1593) +[src/parser/types/RawResponse.ts:1593](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1593) *** @@ -420,7 +420,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1635](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1635) +[src/parser/types/RawResponse.ts:1635](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1635) *** @@ -454,7 +454,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1617](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1617) +[src/parser/types/RawResponse.ts:1617](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1617) *** @@ -464,7 +464,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1639](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1639) +[src/parser/types/RawResponse.ts:1639](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1639) *** @@ -474,7 +474,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1629](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1629) +[src/parser/types/RawResponse.ts:1629](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1629) *** @@ -484,7 +484,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1633](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1633) +[src/parser/types/RawResponse.ts:1633](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1633) *** @@ -494,4 +494,4 @@ #### Defined in -[src/parser/types/RawResponse.ts:1627](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1627) +[src/parser/types/RawResponse.ts:1627](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1627) diff --git a/docs/api/namespaces/APIResponseTypes/interfaces/IRawTrustedResource.md b/docs/api/namespaces/APIResponseTypes/interfaces/IRawTrustedResource.md index 0a57ed04..a1a57c61 100644 --- a/docs/api/namespaces/APIResponseTypes/interfaces/IRawTrustedResource.md +++ b/docs/api/namespaces/APIResponseTypes/interfaces/IRawTrustedResource.md @@ -10,7 +10,7 @@ #### Defined in -[src/parser/types/RawResponse.ts:1569](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1569) +[src/parser/types/RawResponse.ts:1569](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1569) *** @@ -20,4 +20,4 @@ #### Defined in -[src/parser/types/RawResponse.ts:1568](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1568) +[src/parser/types/RawResponse.ts:1568](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1568) diff --git a/docs/api/namespaces/APIResponseTypes/interfaces/IStreamingData.md b/docs/api/namespaces/APIResponseTypes/interfaces/IStreamingData.md index dbcde2eb..543858f2 100644 --- a/docs/api/namespaces/APIResponseTypes/interfaces/IStreamingData.md +++ b/docs/api/namespaces/APIResponseTypes/interfaces/IStreamingData.md @@ -10,7 +10,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:135](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L135) +[src/parser/types/ParsedResponse.ts:135](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L135) *** @@ -20,7 +20,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:136](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L136) +[src/parser/types/ParsedResponse.ts:136](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L136) *** @@ -30,7 +30,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L133) +[src/parser/types/ParsedResponse.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L133) *** @@ -40,7 +40,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:134](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L134) +[src/parser/types/ParsedResponse.ts:134](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L134) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L137) +[src/parser/types/ParsedResponse.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L137) *** @@ -60,4 +60,4 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:138](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L138) +[src/parser/types/ParsedResponse.ts:138](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L138) diff --git a/docs/api/namespaces/APIResponseTypes/interfaces/ITrustedResource.md b/docs/api/namespaces/APIResponseTypes/interfaces/ITrustedResource.md index 8fe49113..c4f68e15 100644 --- a/docs/api/namespaces/APIResponseTypes/interfaces/ITrustedResource.md +++ b/docs/api/namespaces/APIResponseTypes/interfaces/ITrustedResource.md @@ -10,7 +10,7 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:88](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L88) +[src/parser/types/ParsedResponse.ts:88](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L88) *** @@ -20,4 +20,4 @@ #### Defined in -[src/parser/types/ParsedResponse.ts:87](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L87) +[src/parser/types/ParsedResponse.ts:87](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L87) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/AddToPlaylistServiceRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/AddToPlaylistServiceRequest.md index 43834419..414f689f 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/AddToPlaylistServiceRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/AddToPlaylistServiceRequest.md @@ -24,4 +24,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:55](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L55) +[src/parser/types/CommandEndpoints.ts:55](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L55) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/BrowseRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/BrowseRequest.md index 84313c6a..0a09a7fe 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/BrowseRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/BrowseRequest.md @@ -36,4 +36,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L6) +[src/parser/types/CommandEndpoints.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L6) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/BrowseRequestSupportedMetadata.md b/docs/api/namespaces/APIResponseTypes/type-aliases/BrowseRequestSupportedMetadata.md index e11484e4..a540b8c9 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/BrowseRequestSupportedMetadata.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/BrowseRequestSupportedMetadata.md @@ -20,4 +20,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L25) +[src/parser/types/CommandEndpoints.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L25) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/ContinuationRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/ContinuationRequest.md index e77b5596..b45011ba 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/ContinuationRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/ContinuationRequest.md @@ -28,4 +28,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:143](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L143) +[src/parser/types/CommandEndpoints.ts:143](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L143) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/CreateCommentRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/CreateCommentRequest.md index 7ec2862b..ac7af9f7 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/CreateCommentRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/CreateCommentRequest.md @@ -60,4 +60,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:179](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L179) +[src/parser/types/CommandEndpoints.ts:179](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L179) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/CreatePlaylistServiceRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/CreatePlaylistServiceRequest.md index 0964dd02..32cf1c48 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/CreatePlaylistServiceRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/CreatePlaylistServiceRequest.md @@ -32,4 +32,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:104](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L104) +[src/parser/types/CommandEndpoints.ts:104](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L104) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/DeletePlaylistServiceRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/DeletePlaylistServiceRequest.md index f6481e18..06ea9b02 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/DeletePlaylistServiceRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/DeletePlaylistServiceRequest.md @@ -12,4 +12,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:113](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L113) +[src/parser/types/CommandEndpoints.ts:113](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L113) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/FeedbackContext.md b/docs/api/namespaces/APIResponseTypes/type-aliases/FeedbackContext.md index 12614f88..95c45140 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/FeedbackContext.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/FeedbackContext.md @@ -12,4 +12,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L35) +[src/parser/types/CommandEndpoints.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L35) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/FeedbackRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/FeedbackRequest.md index 0c06ef8a..11fc7d97 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/FeedbackRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/FeedbackRequest.md @@ -24,4 +24,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L39) +[src/parser/types/CommandEndpoints.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L39) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/FormData.md b/docs/api/namespaces/APIResponseTypes/type-aliases/FormData.md index d2320fab..73b7275c 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/FormData.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/FormData.md @@ -28,4 +28,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L16) +[src/parser/types/CommandEndpoints.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L16) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/GetAccountsListInnertubeRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/GetAccountsListInnertubeRequest.md index 789196db..8daf1b02 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/GetAccountsListInnertubeRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/GetAccountsListInnertubeRequest.md @@ -40,4 +40,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L162) +[src/parser/types/CommandEndpoints.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L162) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/GetKidsBlocklistPickerRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/GetKidsBlocklistPickerRequest.md index 1eaa4412..f8e66d5a 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/GetKidsBlocklistPickerRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/GetKidsBlocklistPickerRequest.md @@ -16,4 +16,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:173](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L173) +[src/parser/types/CommandEndpoints.ts:173](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L173) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/IBrowseResponse.md b/docs/api/namespaces/APIResponseTypes/type-aliases/IBrowseResponse.md index 14ac1e7d..35ccdb82 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/IBrowseResponse.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/IBrowseResponse.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/types/ParsedResponse.ts:143](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L143) +[src/parser/types/ParsedResponse.ts:143](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L143) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/IGetChallengeResponse.md b/docs/api/namespaces/APIResponseTypes/type-aliases/IGetChallengeResponse.md index af6f7208..3943ab48 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/IGetChallengeResponse.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/IGetChallengeResponse.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/types/ParsedResponse.ts:150](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L150) +[src/parser/types/ParsedResponse.ts:150](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L150) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/IGetNotificationsMenuResponse.md b/docs/api/namespaces/APIResponseTypes/type-aliases/IGetNotificationsMenuResponse.md index 945cb12a..2eb03f3e 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/IGetNotificationsMenuResponse.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/IGetNotificationsMenuResponse.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/types/ParsedResponse.ts:147](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L147) +[src/parser/types/ParsedResponse.ts:147](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L147) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/IGetTranscriptResponse.md b/docs/api/namespaces/APIResponseTypes/type-aliases/IGetTranscriptResponse.md index c177de4e..09c470fd 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/IGetTranscriptResponse.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/IGetTranscriptResponse.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/types/ParsedResponse.ts:146](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L146) +[src/parser/types/ParsedResponse.ts:146](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L146) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/IGuideResponse.md b/docs/api/namespaces/APIResponseTypes/type-aliases/IGuideResponse.md index 0f29476c..58bf333e 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/IGuideResponse.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/IGuideResponse.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/types/ParsedResponse.ts:149](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L149) +[src/parser/types/ParsedResponse.ts:149](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L149) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/INextResponse.md b/docs/api/namespaces/APIResponseTypes/type-aliases/INextResponse.md index f89579e8..e03a3d8d 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/INextResponse.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/INextResponse.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/types/ParsedResponse.ts:142](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L142) +[src/parser/types/ParsedResponse.ts:142](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L142) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/IPlayerResponse.md b/docs/api/namespaces/APIResponseTypes/type-aliases/IPlayerResponse.md index 9240c180..46c18b82 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/IPlayerResponse.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/IPlayerResponse.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/types/ParsedResponse.ts:141](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L141) +[src/parser/types/ParsedResponse.ts:141](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L141) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/IResolveURLResponse.md b/docs/api/namespaces/APIResponseTypes/type-aliases/IResolveURLResponse.md index 8a04c1c7..790e6695 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/IResolveURLResponse.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/IResolveURLResponse.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/types/ParsedResponse.ts:145](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L145) +[src/parser/types/ParsedResponse.ts:145](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L145) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/ISearchResponse.md b/docs/api/namespaces/APIResponseTypes/type-aliases/ISearchResponse.md index cda37bdc..2a4dc468 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/ISearchResponse.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/ISearchResponse.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/types/ParsedResponse.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L144) +[src/parser/types/ParsedResponse.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L144) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/IUpdatedMetadataResponse.md b/docs/api/namespaces/APIResponseTypes/type-aliases/IUpdatedMetadataResponse.md index 608995bf..c7d6cf94 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/IUpdatedMetadataResponse.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/IUpdatedMetadataResponse.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/types/ParsedResponse.ts:148](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/ParsedResponse.ts#L148) +[src/parser/types/ParsedResponse.ts:148](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/ParsedResponse.ts#L148) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/InlineSettingStatus.md b/docs/api/namespaces/APIResponseTypes/type-aliases/InlineSettingStatus.md index bb34122c..8610505d 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/InlineSettingStatus.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/InlineSettingStatus.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L33) +[src/parser/types/CommandEndpoints.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L33) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/LikeRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/LikeRequest.md index dc6cdb39..afe27e35 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/LikeRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/LikeRequest.md @@ -16,4 +16,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:50](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L50) +[src/parser/types/CommandEndpoints.ts:50](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L50) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/LikeTarget.md b/docs/api/namespaces/APIResponseTypes/type-aliases/LikeTarget.md index 5e1ce87d..12c1cf02 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/LikeTarget.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/LikeTarget.md @@ -12,4 +12,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L46) +[src/parser/types/CommandEndpoints.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L46) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/LiveChatItemContextMenuRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/LiveChatItemContextMenuRequest.md index b3ed76d6..51a80258 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/LiveChatItemContextMenuRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/LiveChatItemContextMenuRequest.md @@ -12,4 +12,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:152](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L152) +[src/parser/types/CommandEndpoints.ts:152](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L152) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/ModifyChannelNotificationPreferenceRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/ModifyChannelNotificationPreferenceRequest.md index c4bb32c6..0383b2c0 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/ModifyChannelNotificationPreferenceRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/ModifyChannelNotificationPreferenceRequest.md @@ -16,4 +16,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:194](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L194) +[src/parser/types/CommandEndpoints.ts:194](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L194) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/NextNavendpoint.md b/docs/api/namespaces/APIResponseTypes/type-aliases/NextNavendpoint.md index 0ef3eb61..209095f1 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/NextNavendpoint.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/NextNavendpoint.md @@ -16,4 +16,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:156](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L156) +[src/parser/types/CommandEndpoints.ts:156](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L156) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/PerformCommentActionRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/PerformCommentActionRequest.md index 33fca3db..9e7357d2 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/PerformCommentActionRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/PerformCommentActionRequest.md @@ -12,4 +12,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:190](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L190) +[src/parser/types/CommandEndpoints.ts:190](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L190) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/PlaylistEditRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/PlaylistEditRequest.md index 80352d1e..c4782286 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/PlaylistEditRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/PlaylistEditRequest.md @@ -20,4 +20,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:96](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L96) +[src/parser/types/CommandEndpoints.ts:96](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L96) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/PlaylistPrivacyStatus.md b/docs/api/namespaces/APIResponseTypes/type-aliases/PlaylistPrivacyStatus.md index 210d53ce..4d9d15bf 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/PlaylistPrivacyStatus.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/PlaylistPrivacyStatus.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:102](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L102) +[src/parser/types/CommandEndpoints.ts:102](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L102) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/RawData.md b/docs/api/namespaces/APIResponseTypes/type-aliases/RawData.md index 7da85d81..3411529f 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/RawData.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/RawData.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/types/RawResponse.ts:2](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L2) +[src/parser/types/RawResponse.ts:2](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L2) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/RawNode.md b/docs/api/namespaces/APIResponseTypes/type-aliases/RawNode.md index c02b139e..9132240b 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/RawNode.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/RawNode.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/types/RawResponse.ts:1](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/RawResponse.ts#L1) +[src/parser/types/RawResponse.ts:1](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/RawResponse.ts#L1) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/ReelWatchRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/ReelWatchRequest.md index dff869d0..a65ca8b4 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/ReelWatchRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/ReelWatchRequest.md @@ -40,4 +40,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:84](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L84) +[src/parser/types/CommandEndpoints.ts:84](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L84) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/SearchRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/SearchRequest.md index 31539e1f..b11182ee 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/SearchRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/SearchRequest.md @@ -24,4 +24,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:117](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L117) +[src/parser/types/CommandEndpoints.ts:117](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L117) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/ShareEntityServiceRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/ShareEntityServiceRequest.md index e97b4192..a489e8d3 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/ShareEntityServiceRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/ShareEntityServiceRequest.md @@ -16,4 +16,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:138](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L138) +[src/parser/types/CommandEndpoints.ts:138](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L138) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/SubscribeRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/SubscribeRequest.md index f0d0da6c..9deb8845 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/SubscribeRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/SubscribeRequest.md @@ -28,4 +28,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:124](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L124) +[src/parser/types/CommandEndpoints.ts:124](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L124) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/UnsubscribeRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/UnsubscribeRequest.md index 1ed89fda..c23d7c2c 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/UnsubscribeRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/UnsubscribeRequest.md @@ -20,4 +20,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:132](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L132) +[src/parser/types/CommandEndpoints.ts:132](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L132) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/WatchNextRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/WatchNextRequest.md index ef0eaf00..49bb5b0c 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/WatchNextRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/WatchNextRequest.md @@ -32,4 +32,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:75](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L75) +[src/parser/types/CommandEndpoints.ts:75](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L75) diff --git a/docs/api/namespaces/APIResponseTypes/type-aliases/WatchRequest.md b/docs/api/namespaces/APIResponseTypes/type-aliases/WatchRequest.md index 9cc6d34d..4ac5bdde 100644 --- a/docs/api/namespaces/APIResponseTypes/type-aliases/WatchRequest.md +++ b/docs/api/namespaces/APIResponseTypes/type-aliases/WatchRequest.md @@ -48,4 +48,4 @@ ## Defined in -[src/parser/types/CommandEndpoints.ts:62](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/types/CommandEndpoints.ts#L62) +[src/parser/types/CommandEndpoints.ts:62](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/types/CommandEndpoints.ts#L62) diff --git a/docs/api/namespaces/BinarySerializer/README.md b/docs/api/namespaces/BinarySerializer/README.md new file mode 100644 index 00000000..79ec026f --- /dev/null +++ b/docs/api/namespaces/BinarySerializer/README.md @@ -0,0 +1,15 @@ +[youtubei.js](../../README.md) / BinarySerializer + +# BinarySerializer + +## Index + +### Variables + +- [MAGIC\_HEADER](variables/MAGIC_HEADER.md) +- [VERSION](variables/VERSION.md) + +### Functions + +- [deserialize](functions/deserialize.md) +- [serialize](functions/serialize.md) diff --git a/docs/api/namespaces/BinarySerializer/functions/deserialize.md b/docs/api/namespaces/BinarySerializer/functions/deserialize.md new file mode 100644 index 00000000..443c4f2e --- /dev/null +++ b/docs/api/namespaces/BinarySerializer/functions/deserialize.md @@ -0,0 +1,21 @@ +[youtubei.js](../../../README.md) / [BinarySerializer](../README.md) / deserialize + +# Function: deserialize() + +> **deserialize**\<`T`\>(`buffer`): `T` + +## Type Parameters + +• **T** + +## Parameters + +• **buffer**: `Uint8Array` + +## Returns + +`T` + +## Defined in + +[src/utils/BinarySerializer.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/BinarySerializer.ts#L23) diff --git a/docs/api/namespaces/BinarySerializer/functions/serialize.md b/docs/api/namespaces/BinarySerializer/functions/serialize.md new file mode 100644 index 00000000..259b334c --- /dev/null +++ b/docs/api/namespaces/BinarySerializer/functions/serialize.md @@ -0,0 +1,17 @@ +[youtubei.js](../../../README.md) / [BinarySerializer](../README.md) / serialize + +# Function: serialize() + +> **serialize**(`data`): `Uint8Array` + +## Parameters + +• **data**: `any` + +## Returns + +`Uint8Array` + +## Defined in + +[src/utils/BinarySerializer.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/BinarySerializer.ts#L6) diff --git a/docs/api/namespaces/BinarySerializer/variables/MAGIC_HEADER.md b/docs/api/namespaces/BinarySerializer/variables/MAGIC_HEADER.md new file mode 100644 index 00000000..1fd5a289 --- /dev/null +++ b/docs/api/namespaces/BinarySerializer/variables/MAGIC_HEADER.md @@ -0,0 +1,9 @@ +[youtubei.js](../../../README.md) / [BinarySerializer](../README.md) / MAGIC\_HEADER + +# Variable: MAGIC\_HEADER + +> `const` **MAGIC\_HEADER**: `5849684` = `0x594254` + +## Defined in + +[src/utils/BinarySerializer.ts:3](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/BinarySerializer.ts#L3) diff --git a/docs/api/namespaces/BinarySerializer/variables/VERSION.md b/docs/api/namespaces/BinarySerializer/variables/VERSION.md new file mode 100644 index 00000000..71bb7afa --- /dev/null +++ b/docs/api/namespaces/BinarySerializer/variables/VERSION.md @@ -0,0 +1,9 @@ +[youtubei.js](../../../README.md) / [BinarySerializer](../README.md) / VERSION + +# Variable: VERSION + +> `const` **VERSION**: `1` = `1` + +## Defined in + +[src/utils/BinarySerializer.ts:4](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/BinarySerializer.ts#L4) diff --git a/docs/api/namespaces/Clients/classes/Kids.md b/docs/api/namespaces/Clients/classes/Kids.md index b1fdb333..c8b93b8a 100644 --- a/docs/api/namespaces/Clients/classes/Kids.md +++ b/docs/api/namespaces/Clients/classes/Kids.md @@ -18,7 +18,7 @@ #### Defined in -[src/core/clients/Kids.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Kids.ts#L12) +[src/core/clients/Kids.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Kids.ts#L12) ## Methods @@ -43,7 +43,7 @@ A list of API responses. #### Defined in -[src/core/clients/Kids.ts:75](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Kids.ts#L75) +[src/core/clients/Kids.ts:79](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Kids.ts#L79) *** @@ -61,7 +61,7 @@ A list of API responses. #### Defined in -[src/core/clients/Kids.ts:57](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Kids.ts#L57) +[src/core/clients/Kids.ts:61](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Kids.ts#L61) *** @@ -75,25 +75,27 @@ A list of API responses. #### Defined in -[src/core/clients/Kids.ts:63](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Kids.ts#L63) +[src/core/clients/Kids.ts:67](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Kids.ts#L67) *** ### getInfo() -> **getInfo**(`video_id`): `Promise`\<[`VideoInfo`](../../YTKids/classes/VideoInfo.md)\> +> **getInfo**(`video_id`, `options`?): `Promise`\<[`VideoInfo`](../../YTKids/classes/VideoInfo.md)\> #### Parameters • **video\_id**: `string` +• **options?**: `Omit`\<[`GetVideoInfoOptions`](../../Types/interfaces/GetVideoInfoOptions.md), `"client"`\> + #### Returns `Promise`\<[`VideoInfo`](../../YTKids/classes/VideoInfo.md)\> #### Defined in -[src/core/clients/Kids.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Kids.ts#L22) +[src/core/clients/Kids.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Kids.ts#L22) *** @@ -111,4 +113,4 @@ A list of API responses. #### Defined in -[src/core/clients/Kids.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Kids.ts#L16) +[src/core/clients/Kids.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Kids.ts#L16) diff --git a/docs/api/namespaces/Clients/classes/Music.md b/docs/api/namespaces/Clients/classes/Music.md index 2642b25d..7f39b880 100644 --- a/docs/api/namespaces/Clients/classes/Music.md +++ b/docs/api/namespaces/Clients/classes/Music.md @@ -18,7 +18,7 @@ #### Defined in -[src/core/clients/Music.ts:37](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Music.ts#L37) +[src/core/clients/Music.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Music.ts#L37) ## Methods @@ -36,7 +36,7 @@ #### Defined in -[src/core/clients/Music.ts:177](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Music.ts#L177) +[src/core/clients/Music.ts:186](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Music.ts#L186) *** @@ -54,7 +54,7 @@ #### Defined in -[src/core/clients/Music.ts:167](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Music.ts#L167) +[src/core/clients/Music.ts:176](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Music.ts#L176) *** @@ -68,7 +68,7 @@ #### Defined in -[src/core/clients/Music.ts:154](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Music.ts#L154) +[src/core/clients/Music.ts:163](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Music.ts#L163) *** @@ -82,13 +82,13 @@ #### Defined in -[src/core/clients/Music.ts:148](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Music.ts#L148) +[src/core/clients/Music.ts:157](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Music.ts#L157) *** ### getInfo() -> **getInfo**(`target`): `Promise`\<[`TrackInfo`](../../YTMusic/classes/TrackInfo.md)\> +> **getInfo**(`target`, `options`?): `Promise`\<[`TrackInfo`](../../YTMusic/classes/TrackInfo.md)\> Retrieves track info. Passing a list item of type MusicTwoRowItem automatically starts a radio. @@ -98,13 +98,17 @@ Retrieves track info. Passing a list item of type MusicTwoRowItem automatically Video id or a list item. +• **options?**: `Omit`\<[`GetVideoInfoOptions`](../../Types/interfaces/GetVideoInfoOptions.md), `"client"`\> + +Options for fetching video info. + #### Returns `Promise`\<[`TrackInfo`](../../YTMusic/classes/TrackInfo.md)\> #### Defined in -[src/core/clients/Music.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Music.ts#L46) +[src/core/clients/Music.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Music.ts#L47) *** @@ -118,7 +122,7 @@ Video id or a list item. #### Defined in -[src/core/clients/Music.ts:161](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Music.ts#L161) +[src/core/clients/Music.ts:170](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Music.ts#L170) *** @@ -136,7 +140,7 @@ Video id or a list item. #### Defined in -[src/core/clients/Music.ts:258](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Music.ts#L258) +[src/core/clients/Music.ts:267](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Music.ts#L267) *** @@ -154,7 +158,7 @@ Video id or a list item. #### Defined in -[src/core/clients/Music.ts:187](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Music.ts#L187) +[src/core/clients/Music.ts:196](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Music.ts#L196) *** @@ -168,7 +172,7 @@ Video id or a list item. #### Defined in -[src/core/clients/Music.ts:284](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Music.ts#L284) +[src/core/clients/Music.ts:293](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Music.ts#L293) *** @@ -186,7 +190,7 @@ Video id or a list item. #### Defined in -[src/core/clients/Music.ts:237](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Music.ts#L237) +[src/core/clients/Music.ts:246](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Music.ts#L246) *** @@ -204,7 +208,7 @@ Video id or a list item. #### Defined in -[src/core/clients/Music.ts:290](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Music.ts#L290) +[src/core/clients/Music.ts:299](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Music.ts#L299) *** @@ -224,7 +228,7 @@ Video id or a list item. #### Defined in -[src/core/clients/Music.ts:197](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Music.ts#L197) +[src/core/clients/Music.ts:206](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Music.ts#L206) *** @@ -244,4 +248,4 @@ Video id or a list item. #### Defined in -[src/core/clients/Music.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Music.ts#L126) +[src/core/clients/Music.ts:135](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Music.ts#L135) diff --git a/docs/api/namespaces/Clients/classes/Studio.md b/docs/api/namespaces/Clients/classes/Studio.md index 6bbabc56..b29eec9d 100644 --- a/docs/api/namespaces/Clients/classes/Studio.md +++ b/docs/api/namespaces/Clients/classes/Studio.md @@ -18,7 +18,7 @@ #### Defined in -[src/core/clients/Studio.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Studio.ts#L25) +[src/core/clients/Studio.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Studio.ts#L25) ## Methods @@ -57,7 +57,7 @@ const response = await yt.studio.updateVideoMetadata(videoId, { #### Defined in -[src/core/clients/Studio.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Studio.ts#L47) +[src/core/clients/Studio.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Studio.ts#L47) *** @@ -86,4 +86,4 @@ const response = await yt.studio.upload(file.buffer, { title: 'Wow!' }); #### Defined in -[src/core/clients/Studio.ts:150](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/clients/Studio.ts#L150) +[src/core/clients/Studio.ts:150](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/clients/Studio.ts#L150) diff --git a/docs/api/namespaces/Constants/variables/CLIENTS.md b/docs/api/namespaces/Constants/variables/CLIENTS.md index e349e094..bb8389b1 100644 --- a/docs/api/namespaces/Constants/variables/CLIENTS.md +++ b/docs/api/namespaces/Constants/variables/CLIENTS.md @@ -236,4 +236,4 @@ ## Defined in -[src/utils/Constants.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Constants.ts#L25) +[src/utils/Constants.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Constants.ts#L25) diff --git a/docs/api/namespaces/Constants/variables/CLIENT_NAME_IDS.md b/docs/api/namespaces/Constants/variables/CLIENT_NAME_IDS.md index b38b4c29..0675e505 100644 --- a/docs/api/namespaces/Constants/variables/CLIENT_NAME_IDS.md +++ b/docs/api/namespaces/Constants/variables/CLIENT_NAME_IDS.md @@ -62,4 +62,4 @@ The keys correspond to the `NAME` fields in [`CLIENTS`](CLIENTS.md) constant ## Defined in -[src/utils/Constants.ts:100](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Constants.ts#L100) +[src/utils/Constants.ts:100](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Constants.ts#L100) diff --git a/docs/api/namespaces/Constants/variables/INNERTUBE_HEADERS_BASE.md b/docs/api/namespaces/Constants/variables/INNERTUBE_HEADERS_BASE.md index a1b5f8ae..a7c8de5e 100644 --- a/docs/api/namespaces/Constants/variables/INNERTUBE_HEADERS_BASE.md +++ b/docs/api/namespaces/Constants/variables/INNERTUBE_HEADERS_BASE.md @@ -20,4 +20,4 @@ ## Defined in -[src/utils/Constants.ts:121](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Constants.ts#L121) +[src/utils/Constants.ts:121](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Constants.ts#L121) diff --git a/docs/api/namespaces/Constants/variables/OAUTH.md b/docs/api/namespaces/Constants/variables/OAUTH.md index 33dd9026..23b00a78 100644 --- a/docs/api/namespaces/Constants/variables/OAUTH.md +++ b/docs/api/namespaces/Constants/variables/OAUTH.md @@ -20,4 +20,4 @@ ## Defined in -[src/utils/Constants.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Constants.ts#L19) +[src/utils/Constants.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Constants.ts#L19) diff --git a/docs/api/namespaces/Constants/variables/STREAM_HEADERS.md b/docs/api/namespaces/Constants/variables/STREAM_HEADERS.md index d1980f17..fe471131 100644 --- a/docs/api/namespaces/Constants/variables/STREAM_HEADERS.md +++ b/docs/api/namespaces/Constants/variables/STREAM_HEADERS.md @@ -24,4 +24,4 @@ ## Defined in -[src/utils/Constants.ts:115](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Constants.ts#L115) +[src/utils/Constants.ts:115](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Constants.ts#L115) diff --git a/docs/api/namespaces/Constants/variables/SUPPORTED_CLIENTS.md b/docs/api/namespaces/Constants/variables/SUPPORTED_CLIENTS.md index dfc984d7..2ea3d95f 100644 --- a/docs/api/namespaces/Constants/variables/SUPPORTED_CLIENTS.md +++ b/docs/api/namespaces/Constants/variables/SUPPORTED_CLIENTS.md @@ -6,4 +6,4 @@ ## Defined in -[src/utils/Constants.ts:127](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Constants.ts#L127) +[src/utils/Constants.ts:127](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Constants.ts#L127) diff --git a/docs/api/namespaces/Constants/variables/URLS.md b/docs/api/namespaces/Constants/variables/URLS.md index b3dc94ff..38a5d151 100644 --- a/docs/api/namespaces/Constants/variables/URLS.md +++ b/docs/api/namespaces/Constants/variables/URLS.md @@ -64,4 +64,4 @@ ## Defined in -[src/utils/Constants.ts:2](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Constants.ts#L2) +[src/utils/Constants.ts:2](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Constants.ts#L2) diff --git a/docs/api/namespaces/FormatUtils/functions/chooseFormat.md b/docs/api/namespaces/FormatUtils/functions/chooseFormat.md index e15961d1..94b6fdc2 100644 --- a/docs/api/namespaces/FormatUtils/functions/chooseFormat.md +++ b/docs/api/namespaces/FormatUtils/functions/chooseFormat.md @@ -22,4 +22,4 @@ Streaming data ## Defined in -[src/utils/FormatUtils.ts:138](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/FormatUtils.ts#L138) +[src/utils/FormatUtils.ts:138](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/FormatUtils.ts#L138) diff --git a/docs/api/namespaces/FormatUtils/functions/download.md b/docs/api/namespaces/FormatUtils/functions/download.md index d41c222c..3848cc13 100644 --- a/docs/api/namespaces/FormatUtils/functions/download.md +++ b/docs/api/namespaces/FormatUtils/functions/download.md @@ -24,4 +24,4 @@ ## Defined in -[src/utils/FormatUtils.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/FormatUtils.ts#L10) +[src/utils/FormatUtils.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/FormatUtils.ts#L10) diff --git a/docs/api/namespaces/FormatUtils/functions/toDash.md b/docs/api/namespaces/FormatUtils/functions/toDash.md index 09b5958e..e4d2702c 100644 --- a/docs/api/namespaces/FormatUtils/functions/toDash.md +++ b/docs/api/namespaces/FormatUtils/functions/toDash.md @@ -32,4 +32,4 @@ ## Defined in -[src/utils/DashManifest.tsx:269](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/DashManifest.tsx#L269) +[src/utils/DashManifest.tsx:290](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/DashManifest.tsx#L290) diff --git a/docs/api/namespaces/Generator/functions/camelToSnake.md b/docs/api/namespaces/Generator/functions/camelToSnake.md index d925560b..8b1ccf5d 100644 --- a/docs/api/namespaces/Generator/functions/camelToSnake.md +++ b/docs/api/namespaces/Generator/functions/camelToSnake.md @@ -14,4 +14,4 @@ ## Defined in -[src/parser/generator.ts:82](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L82) +[src/parser/generator.ts:82](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L82) diff --git a/docs/api/namespaces/Generator/functions/createRuntimeClass.md b/docs/api/namespaces/Generator/functions/createRuntimeClass.md index 2a50b9d7..07c5a2c2 100644 --- a/docs/api/namespaces/Generator/functions/createRuntimeClass.md +++ b/docs/api/namespaces/Generator/functions/createRuntimeClass.md @@ -28,4 +28,4 @@ Class based on the key info extending YTNode ## Defined in -[src/parser/generator.ts:411](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L411) +[src/parser/generator.ts:411](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L411) diff --git a/docs/api/namespaces/Generator/functions/generateRuntimeClass.md b/docs/api/namespaces/Generator/functions/generateRuntimeClass.md index 7b50229b..da651832 100644 --- a/docs/api/namespaces/Generator/functions/generateRuntimeClass.md +++ b/docs/api/namespaces/Generator/functions/generateRuntimeClass.md @@ -28,4 +28,4 @@ Class based on the example classdata extending YTNode ## Defined in -[src/parser/generator.ts:474](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L474) +[src/parser/generator.ts:474](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L474) diff --git a/docs/api/namespaces/Generator/functions/generateTypescriptClass.md b/docs/api/namespaces/Generator/functions/generateTypescriptClass.md index 63f5e6e7..948f9746 100644 --- a/docs/api/namespaces/Generator/functions/generateTypescriptClass.md +++ b/docs/api/namespaces/Generator/functions/generateTypescriptClass.md @@ -24,4 +24,4 @@ Typescript class file ## Defined in -[src/parser/generator.ts:495](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L495) +[src/parser/generator.ts:495](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L495) diff --git a/docs/api/namespaces/Generator/functions/inferType.md b/docs/api/namespaces/Generator/functions/inferType.md index 9e1c08cc..ce135f5e 100644 --- a/docs/api/namespaces/Generator/functions/inferType.md +++ b/docs/api/namespaces/Generator/functions/inferType.md @@ -24,4 +24,4 @@ The inferred type ## Defined in -[src/parser/generator.ts:92](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L92) +[src/parser/generator.ts:92](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L92) diff --git a/docs/api/namespaces/Generator/functions/introspect.md b/docs/api/namespaces/Generator/functions/introspect.md index f3b2a8cf..baa77053 100644 --- a/docs/api/namespaces/Generator/functions/introspect.md +++ b/docs/api/namespaces/Generator/functions/introspect.md @@ -28,4 +28,4 @@ The key info and any unimplemented dependencies ## Defined in -[src/parser/generator.ts:376](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L376) +[src/parser/generator.ts:376](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L376) diff --git a/docs/api/namespaces/Generator/functions/isArrayType.md b/docs/api/namespaces/Generator/functions/isArrayType.md index feb25736..a8771e71 100644 --- a/docs/api/namespaces/Generator/functions/isArrayType.md +++ b/docs/api/namespaces/Generator/functions/isArrayType.md @@ -20,4 +20,4 @@ If it is an array, return the InferenceType. Otherwise, return false. ## Defined in -[src/parser/generator.ts:222](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L222) +[src/parser/generator.ts:222](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L222) diff --git a/docs/api/namespaces/Generator/functions/isIgnoredKey.md b/docs/api/namespaces/Generator/functions/isIgnoredKey.md index a5afa025..48ad5bcf 100644 --- a/docs/api/namespaces/Generator/functions/isIgnoredKey.md +++ b/docs/api/namespaces/Generator/functions/isIgnoredKey.md @@ -20,4 +20,4 @@ Whether or not the key is ignored ## Defined in -[src/parser/generator.ts:400](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L400) +[src/parser/generator.ts:400](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L400) diff --git a/docs/api/namespaces/Generator/functions/isMiscType.md b/docs/api/namespaces/Generator/functions/isMiscType.md index 1a8bea20..1a17d130 100644 --- a/docs/api/namespaces/Generator/functions/isMiscType.md +++ b/docs/api/namespaces/Generator/functions/isMiscType.md @@ -24,4 +24,4 @@ If it is a misc type, return the InferenceType. Otherwise, return false. ## Defined in -[src/parser/generator.ts:163](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L163) +[src/parser/generator.ts:163](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L163) diff --git a/docs/api/namespaces/Generator/functions/isRenderer.md b/docs/api/namespaces/Generator/functions/isRenderer.md index 2684c94b..077e8247 100644 --- a/docs/api/namespaces/Generator/functions/isRenderer.md +++ b/docs/api/namespaces/Generator/functions/isRenderer.md @@ -20,4 +20,4 @@ If it is a renderer, return the class name. Otherwise, return false. ## Defined in -[src/parser/generator.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L202) +[src/parser/generator.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L202) diff --git a/docs/api/namespaces/Generator/functions/isRendererList.md b/docs/api/namespaces/Generator/functions/isRendererList.md index fb3940b7..1447ddf3 100644 --- a/docs/api/namespaces/Generator/functions/isRendererList.md +++ b/docs/api/namespaces/Generator/functions/isRendererList.md @@ -21,4 +21,4 @@ Otherwise, return false. ## Defined in -[src/parser/generator.ts:141](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L141) +[src/parser/generator.ts:141](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L141) diff --git a/docs/api/namespaces/Generator/functions/mergeKeyInfo.md b/docs/api/namespaces/Generator/functions/mergeKeyInfo.md index 302bcdc7..859aa140 100644 --- a/docs/api/namespaces/Generator/functions/mergeKeyInfo.md +++ b/docs/api/namespaces/Generator/functions/mergeKeyInfo.md @@ -32,4 +32,4 @@ The merged key info ## Defined in -[src/parser/generator.ts:734](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L734) +[src/parser/generator.ts:734](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L734) diff --git a/docs/api/namespaces/Generator/functions/parse.md b/docs/api/namespaces/Generator/functions/parse.md index 7272ce3c..ef7c476f 100644 --- a/docs/api/namespaces/Generator/functions/parse.md +++ b/docs/api/namespaces/Generator/functions/parse.md @@ -32,4 +32,4 @@ The parsed value ## Defined in -[src/parser/generator.ts:681](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L681) +[src/parser/generator.ts:681](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L681) diff --git a/docs/api/namespaces/Generator/functions/toParser.md b/docs/api/namespaces/Generator/functions/toParser.md index b05d9355..15692201 100644 --- a/docs/api/namespaces/Generator/functions/toParser.md +++ b/docs/api/namespaces/Generator/functions/toParser.md @@ -32,4 +32,4 @@ Statement to parse the given key ## Defined in -[src/parser/generator.ts:578](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L578) +[src/parser/generator.ts:578](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L578) diff --git a/docs/api/namespaces/Generator/functions/toTypeDeclaration.md b/docs/api/namespaces/Generator/functions/toTypeDeclaration.md index 58b0451a..1f2efa80 100644 --- a/docs/api/namespaces/Generator/functions/toTypeDeclaration.md +++ b/docs/api/namespaces/Generator/functions/toTypeDeclaration.md @@ -24,4 +24,4 @@ Typescript type declaration ## Defined in -[src/parser/generator.ts:520](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L520) +[src/parser/generator.ts:520](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L520) diff --git a/docs/api/namespaces/Generator/interfaces/ObjectInferenceType.md b/docs/api/namespaces/Generator/interfaces/ObjectInferenceType.md index 90ad2a9f..340fa9d9 100644 --- a/docs/api/namespaces/Generator/interfaces/ObjectInferenceType.md +++ b/docs/api/namespaces/Generator/interfaces/ObjectInferenceType.md @@ -10,7 +10,7 @@ #### Defined in -[src/parser/generator.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L39) +[src/parser/generator.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L39) *** @@ -20,7 +20,7 @@ #### Defined in -[src/parser/generator.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L40) +[src/parser/generator.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L40) *** @@ -30,4 +30,4 @@ #### Defined in -[src/parser/generator.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L38) +[src/parser/generator.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L38) diff --git a/docs/api/namespaces/Generator/interfaces/PrimitiveInferenceType.md b/docs/api/namespaces/Generator/interfaces/PrimitiveInferenceType.md index 81bf90e1..6363c004 100644 --- a/docs/api/namespaces/Generator/interfaces/PrimitiveInferenceType.md +++ b/docs/api/namespaces/Generator/interfaces/PrimitiveInferenceType.md @@ -10,7 +10,7 @@ #### Defined in -[src/parser/generator.ts:52](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L52) +[src/parser/generator.ts:52](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L52) *** @@ -20,7 +20,7 @@ #### Defined in -[src/parser/generator.ts:50](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L50) +[src/parser/generator.ts:50](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L50) *** @@ -30,4 +30,4 @@ #### Defined in -[src/parser/generator.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L51) +[src/parser/generator.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L51) diff --git a/docs/api/namespaces/Generator/interfaces/RendererInferenceType.md b/docs/api/namespaces/Generator/interfaces/RendererInferenceType.md index 12bdf6ee..43e06116 100644 --- a/docs/api/namespaces/Generator/interfaces/RendererInferenceType.md +++ b/docs/api/namespaces/Generator/interfaces/RendererInferenceType.md @@ -10,7 +10,7 @@ #### Defined in -[src/parser/generator.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L46) +[src/parser/generator.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L46) *** @@ -20,7 +20,7 @@ #### Defined in -[src/parser/generator.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L45) +[src/parser/generator.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L45) *** @@ -30,4 +30,4 @@ #### Defined in -[src/parser/generator.ts:44](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L44) +[src/parser/generator.ts:44](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L44) diff --git a/docs/api/namespaces/Generator/type-aliases/ArrayInferenceType.md b/docs/api/namespaces/Generator/type-aliases/ArrayInferenceType.md index f8085628..8659a468 100644 --- a/docs/api/namespaces/Generator/type-aliases/ArrayInferenceType.md +++ b/docs/api/namespaces/Generator/type-aliases/ArrayInferenceType.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/generator.ts:55](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L55) +[src/parser/generator.ts:55](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L55) diff --git a/docs/api/namespaces/Generator/type-aliases/InferenceType.md b/docs/api/namespaces/Generator/type-aliases/InferenceType.md index cecae1e6..039e2630 100644 --- a/docs/api/namespaces/Generator/type-aliases/InferenceType.md +++ b/docs/api/namespaces/Generator/type-aliases/InferenceType.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/generator.ts:72](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L72) +[src/parser/generator.ts:72](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L72) diff --git a/docs/api/namespaces/Generator/type-aliases/KeyInfo.md b/docs/api/namespaces/Generator/type-aliases/KeyInfo.md index fb81dd10..2baac9ee 100644 --- a/docs/api/namespaces/Generator/type-aliases/KeyInfo.md +++ b/docs/api/namespaces/Generator/type-aliases/KeyInfo.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/generator.ts:74](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L74) +[src/parser/generator.ts:74](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L74) diff --git a/docs/api/namespaces/Generator/type-aliases/MiscInferenceType.md b/docs/api/namespaces/Generator/type-aliases/MiscInferenceType.md index dddafd73..80fa9b65 100644 --- a/docs/api/namespaces/Generator/type-aliases/MiscInferenceType.md +++ b/docs/api/namespaces/Generator/type-aliases/MiscInferenceType.md @@ -6,4 +6,4 @@ ## Defined in -[src/parser/generator.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/generator.ts#L15) +[src/parser/generator.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/generator.ts#L15) diff --git a/docs/api/namespaces/Helpers/classes/Maybe.md b/docs/api/namespaces/Helpers/classes/Maybe.md index 788d3349..52ca926f 100644 --- a/docs/api/namespaces/Helpers/classes/Maybe.md +++ b/docs/api/namespaces/Helpers/classes/Maybe.md @@ -20,7 +20,7 @@ A wrapper class that provides type-safe access to a value. #### Defined in -[src/parser/helpers.ts:67](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L67) +[src/parser/helpers.ts:67](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L67) ## Accessors @@ -34,7 +34,7 @@ A wrapper class that provides type-safe access to a value. #### Defined in -[src/parser/helpers.ts:82](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L82) +[src/parser/helpers.ts:82](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L82) ## Methods @@ -52,7 +52,7 @@ This call is not meant to be used outside of debugging. Please use the specific #### Defined in -[src/parser/helpers.ts:278](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L278) +[src/parser/helpers.ts:278](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L278) *** @@ -74,7 +74,7 @@ If the value is not an array. #### Defined in -[src/parser/helpers.ts:166](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L166) +[src/parser/helpers.ts:166](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L166) *** @@ -96,7 +96,7 @@ If the value is not an array #### Defined in -[src/parser/helpers.ts:178](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L178) +[src/parser/helpers.ts:178](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L178) *** @@ -110,7 +110,7 @@ If the value is not an array #### Defined in -[src/parser/helpers.ts:102](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L102) +[src/parser/helpers.ts:102](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L102) *** @@ -124,7 +124,7 @@ If the value is not an array #### Defined in -[src/parser/helpers.ts:110](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L110) +[src/parser/helpers.ts:110](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L110) *** @@ -138,7 +138,7 @@ If the value is not an array #### Defined in -[src/parser/helpers.ts:153](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L153) +[src/parser/helpers.ts:153](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L153) *** @@ -170,7 +170,7 @@ If the node is not of the given type. #### Defined in -[src/parser/helpers.ts:289](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L289) +[src/parser/helpers.ts:289](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L289) *** @@ -188,7 +188,7 @@ whether the value is an array. #### Defined in -[src/parser/helpers.ts:194](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L194) +[src/parser/helpers.ts:194](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L194) *** @@ -202,7 +202,7 @@ whether the value is an array. #### Defined in -[src/parser/helpers.ts:106](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L106) +[src/parser/helpers.ts:106](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L106) *** @@ -216,7 +216,7 @@ whether the value is an array. #### Defined in -[src/parser/helpers.ts:114](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L114) +[src/parser/helpers.ts:114](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L114) *** @@ -230,7 +230,7 @@ whether the value is an array. #### Defined in -[src/parser/helpers.ts:157](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L157) +[src/parser/helpers.ts:157](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L157) *** @@ -258,7 +258,7 @@ Whether the node is an instance of the given type. #### Defined in -[src/parser/helpers.ts:301](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L301) +[src/parser/helpers.ts:301](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L301) *** @@ -276,7 +276,7 @@ Whether the value is a YTNode. #### Defined in -[src/parser/helpers.ts:214](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L214) +[src/parser/helpers.ts:214](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L214) *** @@ -306,7 +306,7 @@ Whether the value is a YTNode of the given type. #### Defined in -[src/parser/helpers.ts:233](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L233) +[src/parser/helpers.ts:233](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L233) *** @@ -320,7 +320,7 @@ Whether the value is a YTNode of the given type. #### Defined in -[src/parser/helpers.ts:140](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L140) +[src/parser/helpers.ts:140](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L140) *** @@ -334,7 +334,7 @@ Whether the value is a YTNode of the given type. #### Defined in -[src/parser/helpers.ts:98](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L98) +[src/parser/helpers.ts:98](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L98) *** @@ -348,7 +348,7 @@ Whether the value is a YTNode of the given type. #### Defined in -[src/parser/helpers.ts:148](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L148) +[src/parser/helpers.ts:148](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L148) *** @@ -364,7 +364,7 @@ Check if the value is an ObservedArray. #### Defined in -[src/parser/helpers.ts:251](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L251) +[src/parser/helpers.ts:251](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L251) *** @@ -380,7 +380,7 @@ Is the result a SuperParsedResult? #### Defined in -[src/parser/helpers.ts:270](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L270) +[src/parser/helpers.ts:270](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L270) *** @@ -394,7 +394,7 @@ Is the result a SuperParsedResult? #### Defined in -[src/parser/helpers.ts:90](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L90) +[src/parser/helpers.ts:90](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L90) *** @@ -408,7 +408,7 @@ Is the result a SuperParsedResult? #### Defined in -[src/parser/helpers.ts:122](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L122) +[src/parser/helpers.ts:122](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L122) *** @@ -422,7 +422,7 @@ Is the result a SuperParsedResult? #### Defined in -[src/parser/helpers.ts:130](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L130) +[src/parser/helpers.ts:130](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L130) *** @@ -444,7 +444,7 @@ If the value is not a YTNode. #### Defined in -[src/parser/helpers.ts:203](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L203) +[src/parser/helpers.ts:203](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L203) *** @@ -478,7 +478,7 @@ If the node is not of the given type. #### Defined in -[src/parser/helpers.ts:224](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L224) +[src/parser/helpers.ts:224](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L224) *** @@ -492,7 +492,7 @@ If the node is not of the given type. #### Defined in -[src/parser/helpers.ts:134](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L134) +[src/parser/helpers.ts:134](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L134) *** @@ -506,7 +506,7 @@ If the node is not of the given type. #### Defined in -[src/parser/helpers.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L94) +[src/parser/helpers.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L94) *** @@ -520,7 +520,7 @@ If the node is not of the given type. #### Defined in -[src/parser/helpers.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L144) +[src/parser/helpers.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L144) *** @@ -538,7 +538,7 @@ the value of the Maybe as a ObservedArray. #### Defined in -[src/parser/helpers.ts:241](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L241) +[src/parser/helpers.ts:241](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L241) *** @@ -560,7 +560,7 @@ If the value is not a SuperParsedResult. #### Defined in -[src/parser/helpers.ts:260](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L260) +[src/parser/helpers.ts:260](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L260) *** @@ -574,7 +574,7 @@ If the value is not a SuperParsedResult. #### Defined in -[src/parser/helpers.ts:86](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L86) +[src/parser/helpers.ts:86](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L86) *** @@ -588,7 +588,7 @@ If the value is not a SuperParsedResult. #### Defined in -[src/parser/helpers.ts:118](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L118) +[src/parser/helpers.ts:118](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L118) *** @@ -602,4 +602,4 @@ If the value is not a SuperParsedResult. #### Defined in -[src/parser/helpers.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L126) +[src/parser/helpers.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L126) diff --git a/docs/api/namespaces/Helpers/classes/Memo.md b/docs/api/namespaces/Helpers/classes/Memo.md index 1cd4655f..01501f86 100644 --- a/docs/api/namespaces/Helpers/classes/Memo.md +++ b/docs/api/namespaces/Helpers/classes/Memo.md @@ -248,7 +248,7 @@ node\_modules/typescript/lib/lib.es2015.collection.d.ts:33 ##### Defined in -[src/parser/helpers.ts:503](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L503) +[src/parser/helpers.ts:503](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L503) #### getType(types) @@ -270,7 +270,7 @@ node\_modules/typescript/lib/lib.es2015.collection.d.ts:33 ##### Defined in -[src/parser/helpers.ts:504](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L504) +[src/parser/helpers.ts:504](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L504) *** diff --git a/docs/api/namespaces/Helpers/classes/SuperParsedResult.md b/docs/api/namespaces/Helpers/classes/SuperParsedResult.md index 620d8889..55bc68b8 100644 --- a/docs/api/namespaces/Helpers/classes/SuperParsedResult.md +++ b/docs/api/namespaces/Helpers/classes/SuperParsedResult.md @@ -24,7 +24,7 @@ Represents a parsed response in an unknown state. Either a YTNode or a YTNode[] #### Defined in -[src/parser/helpers.ts:321](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L321) +[src/parser/helpers.ts:321](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L321) ## Accessors @@ -38,7 +38,7 @@ Represents a parsed response in an unknown state. Either a YTNode or a YTNode[] #### Defined in -[src/parser/helpers.ts:328](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L328) +[src/parser/helpers.ts:328](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L328) *** @@ -52,7 +52,7 @@ Represents a parsed response in an unknown state. Either a YTNode or a YTNode[] #### Defined in -[src/parser/helpers.ts:331](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L331) +[src/parser/helpers.ts:331](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L331) *** @@ -66,7 +66,7 @@ Represents a parsed response in an unknown state. Either a YTNode or a YTNode[] #### Defined in -[src/parser/helpers.ts:325](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L325) +[src/parser/helpers.ts:325](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L325) ## Methods @@ -80,7 +80,7 @@ Represents a parsed response in an unknown state. Either a YTNode or a YTNode[] #### Defined in -[src/parser/helpers.ts:335](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L335) +[src/parser/helpers.ts:335](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L335) *** @@ -94,4 +94,4 @@ Represents a parsed response in an unknown state. Either a YTNode or a YTNode[] #### Defined in -[src/parser/helpers.ts:342](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L342) +[src/parser/helpers.ts:342](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L342) diff --git a/docs/api/namespaces/Helpers/classes/YTNode.md b/docs/api/namespaces/Helpers/classes/YTNode.md index 000c2278..526e2ed7 100644 --- a/docs/api/namespaces/Helpers/classes/YTNode.md +++ b/docs/api/namespaces/Helpers/classes/YTNode.md @@ -105,11 +105,13 @@ - [`EmojiPicker`](../../YTNodes/classes/EmojiPicker.md) - [`PdgCommentChip`](../../YTNodes/classes/PdgCommentChip.md) - [`SponsorCommentBadge`](../../YTNodes/classes/SponsorCommentBadge.md) +- [`VoiceReplyContainerView`](../../YTNodes/classes/VoiceReplyContainerView.md) - [`CompactChannel`](../../YTNodes/classes/CompactChannel.md) - [`CompactLink`](../../YTNodes/classes/CompactLink.md) - [`CompactMovie`](../../YTNodes/classes/CompactMovie.md) - [`CompactStation`](../../YTNodes/classes/CompactStation.md) - [`CompactVideo`](../../YTNodes/classes/CompactVideo.md) +- [`CompositeVideoPrimaryInfo`](../../YTNodes/classes/CompositeVideoPrimaryInfo.md) - [`ConfirmDialog`](../../YTNodes/classes/ConfirmDialog.md) - [`ContentMetadataView`](../../YTNodes/classes/ContentMetadataView.md) - [`ContentPreviewImageView`](../../YTNodes/classes/ContentPreviewImageView.md) @@ -126,6 +128,8 @@ - [`DialogView`](../../YTNodes/classes/DialogView.md) - [`DidYouMean`](../../YTNodes/classes/DidYouMean.md) - [`DislikeButtonView`](../../YTNodes/classes/DislikeButtonView.md) +- [`DismissableDialog`](../../YTNodes/classes/DismissableDialog.md) +- [`DismissableDialogContentSection`](../../YTNodes/classes/DismissableDialogContentSection.md) - [`DownloadButton`](../../YTNodes/classes/DownloadButton.md) - [`Dropdown`](../../YTNodes/classes/Dropdown.md) - [`DropdownItem`](../../YTNodes/classes/DropdownItem.md) @@ -184,6 +188,7 @@ - [`GridMix`](../../YTNodes/classes/GridMix.md) - [`GridMovie`](../../YTNodes/classes/GridMovie.md) - [`GridPlaylist`](../../YTNodes/classes/GridPlaylist.md) +- [`GridShelfView`](../../YTNodes/classes/GridShelfView.md) - [`GridShow`](../../YTNodes/classes/GridShow.md) - [`GridVideo`](../../YTNodes/classes/GridVideo.md) - [`GuideCollapsibleEntry`](../../YTNodes/classes/GuideCollapsibleEntry.md) @@ -200,6 +205,7 @@ - [`HorizontalList`](../../YTNodes/classes/HorizontalList.md) - [`HorizontalMovieList`](../../YTNodes/classes/HorizontalMovieList.md) - [`HowThisWasMadeSectionView`](../../YTNodes/classes/HowThisWasMadeSectionView.md) +- [`HypePointsFactoid`](../../YTNodes/classes/HypePointsFactoid.md) - [`IconLink`](../../YTNodes/classes/IconLink.md) - [`ImageBannerView`](../../YTNodes/classes/ImageBannerView.md) - [`IncludingResultsFor`](../../YTNodes/classes/IncludingResultsFor.md) @@ -407,6 +413,7 @@ - [`SearchSuggestion`](../../YTNodes/classes/SearchSuggestion.md) - [`SearchSuggestionsSection`](../../YTNodes/classes/SearchSuggestionsSection.md) - [`SecondarySearchContainer`](../../YTNodes/classes/SecondarySearchContainer.md) +- [`SectionHeaderView`](../../YTNodes/classes/SectionHeaderView.md) - [`SectionList`](../../YTNodes/classes/SectionList.md) - [`SegmentedLikeDislikeButton`](../../YTNodes/classes/SegmentedLikeDislikeButton.md) - [`SegmentedLikeDislikeButtonView`](../../YTNodes/classes/SegmentedLikeDislikeButtonView.md) @@ -472,6 +479,7 @@ - [`TitleAndButtonListHeader`](../../YTNodes/classes/TitleAndButtonListHeader.md) - [`ToggleButton`](../../YTNodes/classes/ToggleButton.md) - [`ToggleButtonView`](../../YTNodes/classes/ToggleButtonView.md) +- [`ToggleFormField`](../../YTNodes/classes/ToggleFormField.md) - [`ToggleMenuServiceItem`](../../YTNodes/classes/ToggleMenuServiceItem.md) - [`Tooltip`](../../YTNodes/classes/Tooltip.md) - [`TopicChannelDetails`](../../YTNodes/classes/TopicChannelDetails.md) @@ -543,7 +551,7 @@ #### Defined in -[src/parser/helpers.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L10) +[src/parser/helpers.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L10) ## Properties @@ -553,7 +561,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -563,7 +571,7 @@ #### Defined in -[src/parser/helpers.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L7) +[src/parser/helpers.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L7) ## Methods @@ -597,7 +605,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -627,7 +635,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -657,7 +665,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -691,4 +699,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/Helpers/functions/observe.md b/docs/api/namespaces/Helpers/functions/observe.md index 4039c50d..94acd2a8 100644 --- a/docs/api/namespaces/Helpers/functions/observe.md +++ b/docs/api/namespaces/Helpers/functions/observe.md @@ -24,4 +24,4 @@ Array to be observed ## Defined in -[src/parser/helpers.ts:424](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L424) +[src/parser/helpers.ts:424](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L424) diff --git a/docs/api/namespaces/Helpers/interfaces/Constructor.md b/docs/api/namespaces/Helpers/interfaces/Constructor.md index e028bfee..e5518d8f 100644 --- a/docs/api/namespaces/Helpers/interfaces/Constructor.md +++ b/docs/api/namespaces/Helpers/interfaces/Constructor.md @@ -22,4 +22,4 @@ #### Defined in -[src/parser/helpers.ts:307](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L307) +[src/parser/helpers.ts:307](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L307) diff --git a/docs/api/namespaces/Helpers/interfaces/YTNodeConstructor.md b/docs/api/namespaces/Helpers/interfaces/YTNodeConstructor.md index 40fb5746..b91c0444 100644 --- a/docs/api/namespaces/Helpers/interfaces/YTNodeConstructor.md +++ b/docs/api/namespaces/Helpers/interfaces/YTNodeConstructor.md @@ -22,7 +22,7 @@ #### Defined in -[src/parser/helpers.ts:311](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L311) +[src/parser/helpers.ts:311](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L311) ## Properties @@ -32,4 +32,4 @@ #### Defined in -[src/parser/helpers.ts:312](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L312) +[src/parser/helpers.ts:312](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L312) diff --git a/docs/api/namespaces/Helpers/type-aliases/ObservedArray.md b/docs/api/namespaces/Helpers/type-aliases/ObservedArray.md index fbd1c06b..e2af4daa 100644 --- a/docs/api/namespaces/Helpers/type-aliases/ObservedArray.md +++ b/docs/api/namespaces/Helpers/type-aliases/ObservedArray.md @@ -188,4 +188,4 @@ The first matching item or undefined if none found ## Defined in -[src/parser/helpers.ts:353](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L353) +[src/parser/helpers.ts:353](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L353) diff --git a/docs/api/namespaces/LZW/functions/compress.md b/docs/api/namespaces/LZW/functions/compress.md index 1155903d..6e7ef11d 100644 --- a/docs/api/namespaces/LZW/functions/compress.md +++ b/docs/api/namespaces/LZW/functions/compress.md @@ -18,4 +18,4 @@ The data to compress. ## Defined in -[src/utils/LZW.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/LZW.ts#L5) +[src/utils/LZW.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/LZW.ts#L5) diff --git a/docs/api/namespaces/LZW/functions/decompress.md b/docs/api/namespaces/LZW/functions/decompress.md index f0f0a585..0ee3bc8e 100644 --- a/docs/api/namespaces/LZW/functions/decompress.md +++ b/docs/api/namespaces/LZW/functions/decompress.md @@ -18,4 +18,4 @@ The data to be decompressed. ## Defined in -[src/utils/LZW.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/LZW.ts#L40) +[src/utils/LZW.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/LZW.ts#L40) diff --git a/docs/api/namespaces/Log/functions/debug.md b/docs/api/namespaces/Log/functions/debug.md index e731209c..4551ad80 100644 --- a/docs/api/namespaces/Log/functions/debug.md +++ b/docs/api/namespaces/Log/functions/debug.md @@ -16,4 +16,4 @@ ## Defined in -[src/utils/Log.ts:44](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Log.ts#L44) +[src/utils/Log.ts:44](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Log.ts#L44) diff --git a/docs/api/namespaces/Log/functions/error.md b/docs/api/namespaces/Log/functions/error.md index c0ac3270..daf6ed0f 100644 --- a/docs/api/namespaces/Log/functions/error.md +++ b/docs/api/namespaces/Log/functions/error.md @@ -16,4 +16,4 @@ ## Defined in -[src/utils/Log.ts:42](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Log.ts#L42) +[src/utils/Log.ts:42](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Log.ts#L42) diff --git a/docs/api/namespaces/Log/functions/info.md b/docs/api/namespaces/Log/functions/info.md index f3f3f1dd..f04dad00 100644 --- a/docs/api/namespaces/Log/functions/info.md +++ b/docs/api/namespaces/Log/functions/info.md @@ -16,4 +16,4 @@ ## Defined in -[src/utils/Log.ts:43](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Log.ts#L43) +[src/utils/Log.ts:43](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Log.ts#L43) diff --git a/docs/api/namespaces/Log/functions/setLevel.md b/docs/api/namespaces/Log/functions/setLevel.md index d9257b54..712b65c4 100644 --- a/docs/api/namespaces/Log/functions/setLevel.md +++ b/docs/api/namespaces/Log/functions/setLevel.md @@ -14,4 +14,4 @@ ## Defined in -[src/utils/Log.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Log.ts#L46) +[src/utils/Log.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Log.ts#L46) diff --git a/docs/api/namespaces/Log/functions/warn.md b/docs/api/namespaces/Log/functions/warn.md index 2ef01ae3..1b7abc34 100644 --- a/docs/api/namespaces/Log/functions/warn.md +++ b/docs/api/namespaces/Log/functions/warn.md @@ -16,4 +16,4 @@ ## Defined in -[src/utils/Log.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Log.ts#L41) +[src/utils/Log.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Log.ts#L41) diff --git a/docs/api/namespaces/Log/functions/warnOnce.md b/docs/api/namespaces/Log/functions/warnOnce.md index 4906ce4a..02110a00 100644 --- a/docs/api/namespaces/Log/functions/warnOnce.md +++ b/docs/api/namespaces/Log/functions/warnOnce.md @@ -16,4 +16,4 @@ ## Defined in -[src/utils/Log.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Log.ts#L33) +[src/utils/Log.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Log.ts#L33) diff --git a/docs/api/namespaces/Log/variables/Level.md b/docs/api/namespaces/Log/variables/Level.md index 17b93df2..a501958d 100644 --- a/docs/api/namespaces/Log/variables/Level.md +++ b/docs/api/namespaces/Log/variables/Level.md @@ -28,4 +28,4 @@ ## Defined in -[src/utils/Log.ts:3](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Log.ts#L3) +[src/utils/Log.ts:3](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Log.ts#L3) diff --git a/docs/api/namespaces/Managers/classes/AccountManager.md b/docs/api/namespaces/Managers/classes/AccountManager.md index 3b74bec3..2447080c 100644 --- a/docs/api/namespaces/Managers/classes/AccountManager.md +++ b/docs/api/namespaces/Managers/classes/AccountManager.md @@ -18,7 +18,7 @@ #### Defined in -[src/core/managers/AccountManager.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/AccountManager.ts#L13) +[src/core/managers/AccountManager.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/AccountManager.ts#L13) ## Methods @@ -40,7 +40,7 @@ Retrieves the list of channels belonging to the signed-in account. Only useful w ##### Defined in -[src/core/managers/AccountManager.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/AccountManager.ts#L20) +[src/core/managers/AccountManager.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/AccountManager.ts#L20) #### getInfo(all) @@ -58,7 +58,7 @@ Retrieves the active channel info for the signed-in account. Throws error if `on ##### Defined in -[src/core/managers/AccountManager.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/AccountManager.ts#L24) +[src/core/managers/AccountManager.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/AccountManager.ts#L24) *** @@ -74,4 +74,4 @@ Gets YouTube settings. #### Defined in -[src/core/managers/AccountManager.ts:50](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/AccountManager.ts#L50) +[src/core/managers/AccountManager.ts:50](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/AccountManager.ts#L50) diff --git a/docs/api/namespaces/Managers/classes/InteractionManager.md b/docs/api/namespaces/Managers/classes/InteractionManager.md index a7d29e01..f7be282d 100644 --- a/docs/api/namespaces/Managers/classes/InteractionManager.md +++ b/docs/api/namespaces/Managers/classes/InteractionManager.md @@ -18,7 +18,7 @@ #### Defined in -[src/core/managers/InteractionManager.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/InteractionManager.ts#L10) +[src/core/managers/InteractionManager.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/InteractionManager.ts#L10) ## Methods @@ -44,7 +44,7 @@ The comment text #### Defined in -[src/core/managers/InteractionManager.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/InteractionManager.ts#L119) +[src/core/managers/InteractionManager.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/InteractionManager.ts#L119) *** @@ -66,7 +66,7 @@ The video ID #### Defined in -[src/core/managers/InteractionManager.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/InteractionManager.ts#L38) +[src/core/managers/InteractionManager.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/InteractionManager.ts#L38) *** @@ -88,7 +88,7 @@ The video ID #### Defined in -[src/core/managers/InteractionManager.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/InteractionManager.ts#L18) +[src/core/managers/InteractionManager.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/InteractionManager.ts#L18) *** @@ -110,7 +110,7 @@ The video ID #### Defined in -[src/core/managers/InteractionManager.ts:58](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/InteractionManager.ts#L58) +[src/core/managers/InteractionManager.ts:58](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/InteractionManager.ts#L58) *** @@ -137,7 +137,7 @@ The notification type. #### Defined in -[src/core/managers/InteractionManager.ts:174](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/InteractionManager.ts#L174) +[src/core/managers/InteractionManager.ts:174](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/InteractionManager.ts#L174) *** @@ -159,7 +159,7 @@ The channel ID #### Defined in -[src/core/managers/InteractionManager.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/InteractionManager.ts#L78) +[src/core/managers/InteractionManager.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/InteractionManager.ts#L78) *** @@ -209,7 +209,7 @@ optional arguments #### Defined in -[src/core/managers/InteractionManager.ts:151](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/InteractionManager.ts#L151) +[src/core/managers/InteractionManager.ts:151](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/InteractionManager.ts#L151) *** @@ -231,4 +231,4 @@ The channel ID #### Defined in -[src/core/managers/InteractionManager.ts:98](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/InteractionManager.ts#L98) +[src/core/managers/InteractionManager.ts:98](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/InteractionManager.ts#L98) diff --git a/docs/api/namespaces/Managers/classes/PlaylistManager.md b/docs/api/namespaces/Managers/classes/PlaylistManager.md index f12ec8e2..30adf98b 100644 --- a/docs/api/namespaces/Managers/classes/PlaylistManager.md +++ b/docs/api/namespaces/Managers/classes/PlaylistManager.md @@ -18,7 +18,7 @@ #### Defined in -[src/core/managers/PlaylistManager.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/PlaylistManager.ts#L11) +[src/core/managers/PlaylistManager.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/PlaylistManager.ts#L11) ## Methods @@ -40,7 +40,7 @@ The playlist ID. #### Defined in -[src/core/managers/PlaylistManager.ts:73](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/PlaylistManager.ts#L73) +[src/core/managers/PlaylistManager.ts:73](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/PlaylistManager.ts#L73) *** @@ -74,7 +74,7 @@ An array of video IDs to add to the playlist. #### Defined in -[src/core/managers/PlaylistManager.ts:114](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/PlaylistManager.ts#L114) +[src/core/managers/PlaylistManager.ts:114](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/PlaylistManager.ts#L114) *** @@ -116,7 +116,7 @@ An array of video IDs to add to the playlist. #### Defined in -[src/core/managers/PlaylistManager.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/PlaylistManager.ts#L20) +[src/core/managers/PlaylistManager.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/PlaylistManager.ts#L20) *** @@ -154,7 +154,7 @@ The playlist ID. #### Defined in -[src/core/managers/PlaylistManager.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/PlaylistManager.ts#L47) +[src/core/managers/PlaylistManager.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/PlaylistManager.ts#L47) *** @@ -192,7 +192,7 @@ The video ID to move the moved video before. #### Defined in -[src/core/managers/PlaylistManager.ts:194](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/PlaylistManager.ts#L194) +[src/core/managers/PlaylistManager.ts:194](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/PlaylistManager.ts#L194) *** @@ -214,7 +214,7 @@ The playlist ID. #### Defined in -[src/core/managers/PlaylistManager.ts:93](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/PlaylistManager.ts#L93) +[src/core/managers/PlaylistManager.ts:93](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/PlaylistManager.ts#L93) *** @@ -252,7 +252,7 @@ Option to remove videos using set video IDs. #### Defined in -[src/core/managers/PlaylistManager.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/PlaylistManager.ts#L144) +[src/core/managers/PlaylistManager.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/PlaylistManager.ts#L144) *** @@ -286,7 +286,7 @@ The description to use for the playlist. #### Defined in -[src/core/managers/PlaylistManager.ts:282](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/PlaylistManager.ts#L282) +[src/core/managers/PlaylistManager.ts:282](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/PlaylistManager.ts#L282) *** @@ -320,4 +320,4 @@ The name / title to use for the playlist. #### Defined in -[src/core/managers/PlaylistManager.ts:255](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/managers/PlaylistManager.ts#L255) +[src/core/managers/PlaylistManager.ts:255](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/managers/PlaylistManager.ts#L255) diff --git a/docs/api/namespaces/Misc/classes/AccessibilityContext.md b/docs/api/namespaces/Misc/classes/AccessibilityContext.md index 6548c9ea..3956283b 100644 --- a/docs/api/namespaces/Misc/classes/AccessibilityContext.md +++ b/docs/api/namespaces/Misc/classes/AccessibilityContext.md @@ -18,7 +18,7 @@ #### Defined in -[src/parser/classes/misc/AccessibilityContext.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/AccessibilityContext.ts#L6) +[src/parser/classes/misc/AccessibilityContext.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/AccessibilityContext.ts#L6) ## Properties @@ -28,4 +28,4 @@ #### Defined in -[src/parser/classes/misc/AccessibilityContext.ts:4](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/AccessibilityContext.ts#L4) +[src/parser/classes/misc/AccessibilityContext.ts:4](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/AccessibilityContext.ts#L4) diff --git a/docs/api/namespaces/Misc/classes/AccessibilityData.md b/docs/api/namespaces/Misc/classes/AccessibilityData.md index 58ab32a2..ecde3db7 100644 --- a/docs/api/namespaces/Misc/classes/AccessibilityData.md +++ b/docs/api/namespaces/Misc/classes/AccessibilityData.md @@ -18,7 +18,7 @@ #### Defined in -[src/parser/classes/misc/AccessibilityData.ts:120](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/AccessibilityData.ts#L120) +[src/parser/classes/misc/AccessibilityData.ts:120](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/AccessibilityData.ts#L120) ## Properties @@ -28,7 +28,7 @@ #### Defined in -[src/parser/classes/misc/AccessibilityData.ts:116](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/AccessibilityData.ts#L116) +[src/parser/classes/misc/AccessibilityData.ts:116](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/AccessibilityData.ts#L116) *** @@ -38,7 +38,7 @@ #### Defined in -[src/parser/classes/misc/AccessibilityData.ts:117](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/AccessibilityData.ts#L117) +[src/parser/classes/misc/AccessibilityData.ts:117](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/AccessibilityData.ts#L117) *** @@ -48,4 +48,4 @@ #### Defined in -[src/parser/classes/misc/AccessibilityData.ts:118](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/AccessibilityData.ts#L118) +[src/parser/classes/misc/AccessibilityData.ts:118](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/AccessibilityData.ts#L118) diff --git a/docs/api/namespaces/Misc/classes/Author.md b/docs/api/namespaces/Misc/classes/Author.md index 1bebf908..da59ea5e 100644 --- a/docs/api/namespaces/Misc/classes/Author.md +++ b/docs/api/namespaces/Misc/classes/Author.md @@ -24,7 +24,7 @@ #### Defined in -[src/parser/classes/misc/Author.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Author.ts#L21) +[src/parser/classes/misc/Author.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Author.ts#L21) ## Properties @@ -34,7 +34,7 @@ #### Defined in -[src/parser/classes/misc/Author.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Author.ts#L15) +[src/parser/classes/misc/Author.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Author.ts#L15) *** @@ -44,7 +44,7 @@ #### Defined in -[src/parser/classes/misc/Author.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Author.ts#L14) +[src/parser/classes/misc/Author.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Author.ts#L14) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/misc/Author.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Author.ts#L11) +[src/parser/classes/misc/Author.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Author.ts#L11) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/misc/Author.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Author.ts#L16) +[src/parser/classes/misc/Author.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Author.ts#L16) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/misc/Author.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Author.ts#L17) +[src/parser/classes/misc/Author.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Author.ts#L17) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/misc/Author.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Author.ts#L18) +[src/parser/classes/misc/Author.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Author.ts#L18) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/misc/Author.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Author.ts#L12) +[src/parser/classes/misc/Author.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Author.ts#L12) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/misc/Author.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Author.ts#L13) +[src/parser/classes/misc/Author.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Author.ts#L13) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/misc/Author.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Author.ts#L19) +[src/parser/classes/misc/Author.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Author.ts#L19) ## Accessors @@ -128,4 +128,4 @@ #### Defined in -[src/parser/classes/misc/Author.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Author.ts#L51) +[src/parser/classes/misc/Author.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Author.ts#L51) diff --git a/docs/api/namespaces/Misc/classes/ChildElement.md b/docs/api/namespaces/Misc/classes/ChildElement.md index 6944f318..408d48ce 100644 --- a/docs/api/namespaces/Misc/classes/ChildElement.md +++ b/docs/api/namespaces/Misc/classes/ChildElement.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/misc/ChildElement.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/ChildElement.ts#L11) +[src/parser/classes/misc/ChildElement.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/ChildElement.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/misc/ChildElement.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/ChildElement.ts#L9) +[src/parser/classes/misc/ChildElement.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/ChildElement.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/misc/ChildElement.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/ChildElement.ts#L8) +[src/parser/classes/misc/ChildElement.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/ChildElement.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/misc/ChildElement.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/ChildElement.ts#L7) +[src/parser/classes/misc/ChildElement.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/ChildElement.ts#L7) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/misc/ChildElement.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/ChildElement.ts#L5) +[src/parser/classes/misc/ChildElement.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/ChildElement.ts#L5) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/Misc/classes/CommandContext.md b/docs/api/namespaces/Misc/classes/CommandContext.md index 3c3cd97d..4823abde 100644 --- a/docs/api/namespaces/Misc/classes/CommandContext.md +++ b/docs/api/namespaces/Misc/classes/CommandContext.md @@ -18,7 +18,7 @@ #### Defined in -[src/parser/classes/misc/CommandContext.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L16) +[src/parser/classes/misc/CommandContext.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/CommandContext.ts#L16) ## Properties @@ -28,7 +28,7 @@ #### Defined in -[src/parser/classes/misc/CommandContext.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L13) +[src/parser/classes/misc/CommandContext.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/CommandContext.ts#L13) *** @@ -38,7 +38,7 @@ #### Defined in -[src/parser/classes/misc/CommandContext.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L5) +[src/parser/classes/misc/CommandContext.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/CommandContext.ts#L5) *** @@ -48,7 +48,7 @@ #### Defined in -[src/parser/classes/misc/CommandContext.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L6) +[src/parser/classes/misc/CommandContext.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/CommandContext.ts#L6) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/misc/CommandContext.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L14) +[src/parser/classes/misc/CommandContext.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/CommandContext.ts#L14) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/classes/misc/CommandContext.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L9) +[src/parser/classes/misc/CommandContext.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/CommandContext.ts#L9) *** @@ -78,7 +78,7 @@ #### Defined in -[src/parser/classes/misc/CommandContext.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L10) +[src/parser/classes/misc/CommandContext.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/CommandContext.ts#L10) *** @@ -88,7 +88,7 @@ #### Defined in -[src/parser/classes/misc/CommandContext.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L7) +[src/parser/classes/misc/CommandContext.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/CommandContext.ts#L7) *** @@ -98,7 +98,7 @@ #### Defined in -[src/parser/classes/misc/CommandContext.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L8) +[src/parser/classes/misc/CommandContext.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/CommandContext.ts#L8) *** @@ -108,7 +108,7 @@ #### Defined in -[src/parser/classes/misc/CommandContext.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L11) +[src/parser/classes/misc/CommandContext.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/CommandContext.ts#L11) *** @@ -118,4 +118,4 @@ #### Defined in -[src/parser/classes/misc/CommandContext.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L12) +[src/parser/classes/misc/CommandContext.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/CommandContext.ts#L12) diff --git a/docs/api/namespaces/Misc/classes/EmojiRun.md b/docs/api/namespaces/Misc/classes/EmojiRun.md index 2b4c2fe2..e3b41229 100644 --- a/docs/api/namespaces/Misc/classes/EmojiRun.md +++ b/docs/api/namespaces/Misc/classes/EmojiRun.md @@ -22,7 +22,7 @@ #### Defined in -[src/parser/classes/misc/EmojiRun.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/EmojiRun.ts#L17) +[src/parser/classes/misc/EmojiRun.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/EmojiRun.ts#L17) ## Properties @@ -32,7 +32,7 @@ #### Defined in -[src/parser/classes/misc/EmojiRun.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/EmojiRun.ts#L15) +[src/parser/classes/misc/EmojiRun.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/EmojiRun.ts#L15) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/misc/EmojiRun.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/EmojiRun.ts#L14) +[src/parser/classes/misc/EmojiRun.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/EmojiRun.ts#L14) ## Methods @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/misc/EmojiRun.ts:37](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/EmojiRun.ts#L37) +[src/parser/classes/misc/EmojiRun.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/EmojiRun.ts#L37) *** @@ -82,4 +82,4 @@ #### Defined in -[src/parser/classes/misc/EmojiRun.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/EmojiRun.ts#L33) +[src/parser/classes/misc/EmojiRun.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/EmojiRun.ts#L33) diff --git a/docs/api/namespaces/Misc/classes/Format.md b/docs/api/namespaces/Misc/classes/Format.md index 98b8b276..85df2b96 100644 --- a/docs/api/namespaces/Misc/classes/Format.md +++ b/docs/api/namespaces/Misc/classes/Format.md @@ -20,7 +20,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:87](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L87) +[src/parser/classes/misc/Format.ts:87](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L87) ## Properties @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:60](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L60) +[src/parser/classes/misc/Format.ts:60](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L60) *** @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:62](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L62) +[src/parser/classes/misc/Format.ts:62](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L62) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:59](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L59) +[src/parser/classes/misc/Format.ts:59](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L59) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:61](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L61) +[src/parser/classes/misc/Format.ts:61](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L61) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:74](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L74) +[src/parser/classes/misc/Format.ts:74](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L74) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L51) +[src/parser/classes/misc/Format.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L51) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:52](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L52) +[src/parser/classes/misc/Format.ts:52](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L52) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:85](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L85) +[src/parser/classes/misc/Format.ts:85](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L85) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:73](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L73) +[src/parser/classes/misc/Format.ts:73](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L73) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:84](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L84) +[src/parser/classes/misc/Format.ts:84](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L84) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:44](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L44) +[src/parser/classes/misc/Format.ts:44](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L44) *** @@ -140,7 +140,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:67](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L67) +[src/parser/classes/misc/Format.ts:67](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L67) *** @@ -150,7 +150,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L47) +[src/parser/classes/misc/Format.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L47) *** @@ -160,7 +160,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:66](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L66) +[src/parser/classes/misc/Format.ts:66](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L66) *** @@ -170,7 +170,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:55](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L55) +[src/parser/classes/misc/Format.ts:55](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L55) *** @@ -180,7 +180,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:48](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L48) +[src/parser/classes/misc/Format.ts:48](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L48) *** @@ -190,7 +190,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:75](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L75) +[src/parser/classes/misc/Format.ts:75](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L75) *** @@ -200,7 +200,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:77](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L77) +[src/parser/classes/misc/Format.ts:77](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L77) *** @@ -210,7 +210,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:76](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L76) +[src/parser/classes/misc/Format.ts:76](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L76) *** @@ -220,7 +220,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L41) +[src/parser/classes/misc/Format.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L41) *** @@ -230,7 +230,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:58](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L58) +[src/parser/classes/misc/Format.ts:58](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L58) *** @@ -240,7 +240,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:72](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L72) +[src/parser/classes/misc/Format.ts:72](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L72) *** @@ -250,7 +250,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:71](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L71) +[src/parser/classes/misc/Format.ts:71](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L71) *** @@ -260,7 +260,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:80](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L80) +[src/parser/classes/misc/Format.ts:80](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L80) *** @@ -270,7 +270,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:81](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L81) +[src/parser/classes/misc/Format.ts:81](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L81) *** @@ -280,7 +280,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:65](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L65) +[src/parser/classes/misc/Format.ts:65](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L65) *** @@ -290,7 +290,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:79](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L79) +[src/parser/classes/misc/Format.ts:79](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L79) *** @@ -300,7 +300,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:83](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L83) +[src/parser/classes/misc/Format.ts:83](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L83) *** @@ -310,7 +310,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:82](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L82) +[src/parser/classes/misc/Format.ts:82](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L82) *** @@ -320,7 +320,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:70](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L70) +[src/parser/classes/misc/Format.ts:70](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L70) *** @@ -330,7 +330,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L38) +[src/parser/classes/misc/Format.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L38) *** @@ -340,7 +340,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L78) +[src/parser/classes/misc/Format.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L78) *** @@ -350,7 +350,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:42](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L42) +[src/parser/classes/misc/Format.ts:42](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L42) *** @@ -360,7 +360,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:43](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L43) +[src/parser/classes/misc/Format.ts:43](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L43) *** @@ -370,7 +370,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:63](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L63) +[src/parser/classes/misc/Format.ts:63](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L63) *** @@ -380,7 +380,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:57](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L57) +[src/parser/classes/misc/Format.ts:57](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L57) *** @@ -390,7 +390,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:69](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L69) +[src/parser/classes/misc/Format.ts:69](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L69) *** @@ -400,7 +400,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:50](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L50) +[src/parser/classes/misc/Format.ts:50](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L50) *** @@ -410,7 +410,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L45) +[src/parser/classes/misc/Format.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L45) *** @@ -420,7 +420,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:49](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L49) +[src/parser/classes/misc/Format.ts:49](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L49) *** @@ -430,7 +430,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:64](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L64) +[src/parser/classes/misc/Format.ts:64](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L64) *** @@ -440,7 +440,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:53](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L53) +[src/parser/classes/misc/Format.ts:53](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L53) *** @@ -450,7 +450,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:56](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L56) +[src/parser/classes/misc/Format.ts:56](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L56) *** @@ -460,7 +460,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:54](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L54) +[src/parser/classes/misc/Format.ts:54](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L54) *** @@ -470,7 +470,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:68](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L68) +[src/parser/classes/misc/Format.ts:68](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L68) *** @@ -480,7 +480,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L39) +[src/parser/classes/misc/Format.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L39) *** @@ -490,7 +490,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L40) +[src/parser/classes/misc/Format.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L40) *** @@ -500,7 +500,7 @@ #### Defined in -[src/parser/classes/misc/Format.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L46) +[src/parser/classes/misc/Format.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L46) ## Methods @@ -524,4 +524,4 @@ The deciphered URL as a string. If no player is provided, returns the original U #### Defined in -[src/parser/classes/misc/Format.ts:245](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Format.ts#L245) +[src/parser/classes/misc/Format.ts:245](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Format.ts#L245) diff --git a/docs/api/namespaces/Misc/classes/RendererContext.md b/docs/api/namespaces/Misc/classes/RendererContext.md index 6534c563..429ea260 100644 --- a/docs/api/namespaces/Misc/classes/RendererContext.md +++ b/docs/api/namespaces/Misc/classes/RendererContext.md @@ -18,7 +18,7 @@ #### Defined in -[src/parser/classes/misc/RendererContext.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/RendererContext.ts#L9) +[src/parser/classes/misc/RendererContext.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/RendererContext.ts#L9) ## Properties @@ -28,7 +28,7 @@ #### Defined in -[src/parser/classes/misc/RendererContext.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/RendererContext.ts#L7) +[src/parser/classes/misc/RendererContext.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/RendererContext.ts#L7) *** @@ -38,4 +38,4 @@ #### Defined in -[src/parser/classes/misc/RendererContext.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/RendererContext.ts#L6) +[src/parser/classes/misc/RendererContext.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/RendererContext.ts#L6) diff --git a/docs/api/namespaces/Misc/classes/SubscriptionButton.md b/docs/api/namespaces/Misc/classes/SubscriptionButton.md index e82627b1..cd4c5278 100644 --- a/docs/api/namespaces/Misc/classes/SubscriptionButton.md +++ b/docs/api/namespaces/Misc/classes/SubscriptionButton.md @@ -18,7 +18,7 @@ #### Defined in -[src/parser/classes/misc/SubscriptionButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/SubscriptionButton.ts#L11) +[src/parser/classes/misc/SubscriptionButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/SubscriptionButton.ts#L11) ## Properties @@ -28,7 +28,7 @@ #### Defined in -[src/parser/classes/misc/SubscriptionButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/SubscriptionButton.ts#L8) +[src/parser/classes/misc/SubscriptionButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/SubscriptionButton.ts#L8) *** @@ -38,7 +38,7 @@ #### Defined in -[src/parser/classes/misc/SubscriptionButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/SubscriptionButton.ts#L9) +[src/parser/classes/misc/SubscriptionButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/SubscriptionButton.ts#L9) *** @@ -48,7 +48,7 @@ #### Defined in -[src/parser/classes/misc/SubscriptionButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/SubscriptionButton.ts#L7) +[src/parser/classes/misc/SubscriptionButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/SubscriptionButton.ts#L7) *** @@ -58,4 +58,4 @@ #### Defined in -[src/parser/classes/misc/SubscriptionButton.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/SubscriptionButton.ts#L5) +[src/parser/classes/misc/SubscriptionButton.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/SubscriptionButton.ts#L5) diff --git a/docs/api/namespaces/Misc/classes/Text.md b/docs/api/namespaces/Misc/classes/Text.md index 82a7d475..27e01576 100644 --- a/docs/api/namespaces/Misc/classes/Text.md +++ b/docs/api/namespaces/Misc/classes/Text.md @@ -20,7 +20,7 @@ Represents text content that may include formatting, emojis, and navigation endp #### Defined in -[src/parser/classes/misc/Text.ts:60](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Text.ts#L60) +[src/parser/classes/misc/Text.ts:60](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Text.ts#L60) ## Properties @@ -32,7 +32,7 @@ Accessibility data associated with this text. #### Defined in -[src/parser/classes/misc/Text.ts:53](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Text.ts#L53) +[src/parser/classes/misc/Text.ts:53](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Text.ts#L53) *** @@ -44,7 +44,7 @@ Navigation endpoint associated with this text. #### Defined in -[src/parser/classes/misc/Text.ts:48](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Text.ts#L48) +[src/parser/classes/misc/Text.ts:48](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Text.ts#L48) *** @@ -56,7 +56,7 @@ Indicates if the text is right-to-left. #### Defined in -[src/parser/classes/misc/Text.ts:58](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Text.ts#L58) +[src/parser/classes/misc/Text.ts:58](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Text.ts#L58) *** @@ -68,7 +68,7 @@ Individual text segments with their formatting. #### Defined in -[src/parser/classes/misc/Text.ts:43](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Text.ts#L43) +[src/parser/classes/misc/Text.ts:43](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Text.ts#L43) *** @@ -80,7 +80,7 @@ The plain text content. #### Defined in -[src/parser/classes/misc/Text.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Text.ts#L38) +[src/parser/classes/misc/Text.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Text.ts#L38) ## Methods @@ -98,7 +98,7 @@ Whether the text is empty. #### Defined in -[src/parser/classes/misc/Text.ts:262](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Text.ts#L262) +[src/parser/classes/misc/Text.ts:262](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Text.ts#L262) *** @@ -116,7 +116,7 @@ The HTML. #### Defined in -[src/parser/classes/misc/Text.ts:254](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Text.ts#L254) +[src/parser/classes/misc/Text.ts:254](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Text.ts#L254) *** @@ -134,7 +134,7 @@ The text. #### Defined in -[src/parser/classes/misc/Text.ts:270](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Text.ts#L270) +[src/parser/classes/misc/Text.ts:270](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Text.ts#L270) *** @@ -152,4 +152,4 @@ The text. #### Defined in -[src/parser/classes/misc/Text.ts:103](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Text.ts#L103) +[src/parser/classes/misc/Text.ts:103](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Text.ts#L103) diff --git a/docs/api/namespaces/Misc/classes/TextRun.md b/docs/api/namespaces/Misc/classes/TextRun.md index b7bfdce8..b4e2dc29 100644 --- a/docs/api/namespaces/Misc/classes/TextRun.md +++ b/docs/api/namespaces/Misc/classes/TextRun.md @@ -22,7 +22,7 @@ #### Defined in -[src/parser/classes/misc/TextRun.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/TextRun.ts#L32) +[src/parser/classes/misc/TextRun.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/TextRun.ts#L32) ## Properties @@ -32,7 +32,7 @@ #### Defined in -[src/parser/classes/misc/TextRun.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/TextRun.ts#L30) +[src/parser/classes/misc/TextRun.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/TextRun.ts#L30) *** @@ -42,7 +42,7 @@ #### Defined in -[src/parser/classes/misc/TextRun.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/TextRun.ts#L9) +[src/parser/classes/misc/TextRun.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/TextRun.ts#L9) *** @@ -52,7 +52,7 @@ #### Defined in -[src/parser/classes/misc/TextRun.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/TextRun.ts#L10) +[src/parser/classes/misc/TextRun.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/TextRun.ts#L10) *** @@ -62,7 +62,7 @@ #### Defined in -[src/parser/classes/misc/TextRun.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/TextRun.ts#L11) +[src/parser/classes/misc/TextRun.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/TextRun.ts#L11) *** @@ -72,7 +72,7 @@ #### Defined in -[src/parser/classes/misc/TextRun.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/TextRun.ts#L12) +[src/parser/classes/misc/TextRun.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/TextRun.ts#L12) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/misc/TextRun.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/TextRun.ts#L8) +[src/parser/classes/misc/TextRun.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/TextRun.ts#L8) *** @@ -92,7 +92,7 @@ #### Defined in -[src/parser/classes/misc/TextRun.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/TextRun.ts#L15) +[src/parser/classes/misc/TextRun.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/TextRun.ts#L15) *** @@ -102,7 +102,7 @@ #### Defined in -[src/parser/classes/misc/TextRun.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/TextRun.ts#L17) +[src/parser/classes/misc/TextRun.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/TextRun.ts#L17) *** @@ -112,7 +112,7 @@ #### Defined in -[src/parser/classes/misc/TextRun.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/TextRun.ts#L13) +[src/parser/classes/misc/TextRun.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/TextRun.ts#L13) *** @@ -122,7 +122,7 @@ #### Defined in -[src/parser/classes/misc/TextRun.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/TextRun.ts#L14) +[src/parser/classes/misc/TextRun.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/TextRun.ts#L14) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/misc/TextRun.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/TextRun.ts#L6) +[src/parser/classes/misc/TextRun.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/TextRun.ts#L6) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/misc/TextRun.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/TextRun.ts#L7) +[src/parser/classes/misc/TextRun.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/TextRun.ts#L7) *** @@ -156,7 +156,7 @@ #### Defined in -[src/parser/classes/misc/TextRun.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/TextRun.ts#L16) +[src/parser/classes/misc/TextRun.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/TextRun.ts#L16) ## Methods @@ -174,7 +174,7 @@ #### Defined in -[src/parser/classes/misc/TextRun.ts:65](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/TextRun.ts#L65) +[src/parser/classes/misc/TextRun.ts:65](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/TextRun.ts#L65) *** @@ -192,4 +192,4 @@ #### Defined in -[src/parser/classes/misc/TextRun.ts:61](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/TextRun.ts#L61) +[src/parser/classes/misc/TextRun.ts:61](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/TextRun.ts#L61) diff --git a/docs/api/namespaces/Misc/classes/Thumbnail.md b/docs/api/namespaces/Misc/classes/Thumbnail.md index 711d5cf6..6331658a 100644 --- a/docs/api/namespaces/Misc/classes/Thumbnail.md +++ b/docs/api/namespaces/Misc/classes/Thumbnail.md @@ -18,7 +18,7 @@ #### Defined in -[src/parser/classes/misc/Thumbnail.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Thumbnail.ts#L8) +[src/parser/classes/misc/Thumbnail.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Thumbnail.ts#L8) ## Properties @@ -28,7 +28,7 @@ #### Defined in -[src/parser/classes/misc/Thumbnail.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Thumbnail.ts#L6) +[src/parser/classes/misc/Thumbnail.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Thumbnail.ts#L6) *** @@ -38,7 +38,7 @@ #### Defined in -[src/parser/classes/misc/Thumbnail.ts:4](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Thumbnail.ts#L4) +[src/parser/classes/misc/Thumbnail.ts:4](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Thumbnail.ts#L4) *** @@ -48,7 +48,7 @@ #### Defined in -[src/parser/classes/misc/Thumbnail.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Thumbnail.ts#L5) +[src/parser/classes/misc/Thumbnail.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Thumbnail.ts#L5) ## Methods @@ -68,4 +68,4 @@ Get thumbnails from response object. #### Defined in -[src/parser/classes/misc/Thumbnail.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/Thumbnail.ts#L17) +[src/parser/classes/misc/Thumbnail.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/Thumbnail.ts#L17) diff --git a/docs/api/namespaces/Misc/classes/VideoDetails.md b/docs/api/namespaces/Misc/classes/VideoDetails.md index 3f3d9858..9728df07 100644 --- a/docs/api/namespaces/Misc/classes/VideoDetails.md +++ b/docs/api/namespaces/Misc/classes/VideoDetails.md @@ -18,7 +18,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L26) +[src/parser/classes/misc/VideoDetails.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L26) ## Properties @@ -28,7 +28,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L13) +[src/parser/classes/misc/VideoDetails.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L13) *** @@ -38,7 +38,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L15) +[src/parser/classes/misc/VideoDetails.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L15) *** @@ -48,7 +48,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L6) +[src/parser/classes/misc/VideoDetails.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L6) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L8) +[src/parser/classes/misc/VideoDetails.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L8) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L5) +[src/parser/classes/misc/VideoDetails.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L5) *** @@ -78,7 +78,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L21) +[src/parser/classes/misc/VideoDetails.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L21) *** @@ -88,7 +88,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L17) +[src/parser/classes/misc/VideoDetails.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L17) *** @@ -98,7 +98,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L18) +[src/parser/classes/misc/VideoDetails.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L18) *** @@ -108,7 +108,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L19) +[src/parser/classes/misc/VideoDetails.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L19) *** @@ -118,7 +118,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L23) +[src/parser/classes/misc/VideoDetails.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L23) *** @@ -128,7 +128,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L10) +[src/parser/classes/misc/VideoDetails.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L10) *** @@ -138,7 +138,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L22) +[src/parser/classes/misc/VideoDetails.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L22) *** @@ -148,7 +148,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L16) +[src/parser/classes/misc/VideoDetails.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L16) *** @@ -158,7 +158,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L20) +[src/parser/classes/misc/VideoDetails.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L20) *** @@ -168,7 +168,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L9) +[src/parser/classes/misc/VideoDetails.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L9) *** @@ -178,7 +178,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L24) +[src/parser/classes/misc/VideoDetails.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L24) *** @@ -188,7 +188,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L11) +[src/parser/classes/misc/VideoDetails.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L11) *** @@ -198,7 +198,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L12) +[src/parser/classes/misc/VideoDetails.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L12) *** @@ -208,7 +208,7 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L7) +[src/parser/classes/misc/VideoDetails.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L7) *** @@ -218,4 +218,4 @@ #### Defined in -[src/parser/classes/misc/VideoDetails.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/VideoDetails.ts#L14) +[src/parser/classes/misc/VideoDetails.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/VideoDetails.ts#L14) diff --git a/docs/api/namespaces/Mixins/classes/Feed.md b/docs/api/namespaces/Mixins/classes/Feed.md index 80cb9bad..84532b62 100644 --- a/docs/api/namespaces/Mixins/classes/Feed.md +++ b/docs/api/namespaces/Mixins/classes/Feed.md @@ -29,7 +29,7 @@ • **actions**: [`Actions`](../../../classes/Actions.md) -• **response**: [`ApiResponse`](../../../interfaces/ApiResponse.md) \| [`IParsedResponse`](../../APIResponseTypes/interfaces/IParsedResponse.md) +• **response**: [`IParsedResponse`](../../APIResponseTypes/interfaces/IParsedResponse.md) \| [`ApiResponse`](../../../interfaces/ApiResponse.md) • **already\_parsed**: `boolean` = `false` @@ -39,7 +39,7 @@ #### Defined in -[src/core/mixins/Feed.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L47) +[src/core/mixins/Feed.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L47) ## Accessors @@ -53,7 +53,7 @@ #### Defined in -[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181) +[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181) *** @@ -69,7 +69,7 @@ Get all the channels in the feed #### Defined in -[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126) +[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126) *** @@ -85,7 +85,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L195) +[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L195) *** @@ -99,7 +99,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137) +[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137) *** @@ -115,23 +115,23 @@ Get the original page data #### Defined in -[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188) +[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188) *** ### page\_contents -> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) Returns contents from the page. #### Returns -[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) #### Defined in -[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144) +[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144) *** @@ -147,7 +147,7 @@ Get all playlists in the feed #### Defined in -[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133) +[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133) *** @@ -163,7 +163,7 @@ Get all the community posts in the feed #### Defined in -[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119) +[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119) *** @@ -179,7 +179,7 @@ Returns secondary contents from the page. #### Defined in -[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169) +[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169) *** @@ -195,7 +195,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155) +[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155) *** @@ -211,7 +211,7 @@ Get all the videos in the feed #### Defined in -[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112) +[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112) ## Methods @@ -227,7 +227,7 @@ Retrieves next batch of contents and returns a new [Feed](Feed.md) object. #### Defined in -[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L219) +[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L219) *** @@ -243,7 +243,7 @@ Retrieves continuation data as it is. #### Defined in -[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202) +[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202) *** @@ -263,7 +263,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162) +[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162) *** @@ -283,7 +283,7 @@ Get all playlists on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94) +[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94) *** @@ -303,4 +303,4 @@ Get all videos on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78) +[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78) diff --git a/docs/api/namespaces/Mixins/classes/FilterableFeed.md b/docs/api/namespaces/Mixins/classes/FilterableFeed.md index 3989a35f..962b11ca 100644 --- a/docs/api/namespaces/Mixins/classes/FilterableFeed.md +++ b/docs/api/namespaces/Mixins/classes/FilterableFeed.md @@ -40,7 +40,7 @@ #### Defined in -[src/core/mixins/FilterableFeed.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L13) +[src/core/mixins/FilterableFeed.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L13) ## Accessors @@ -58,7 +58,7 @@ #### Defined in -[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181) +[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181) *** @@ -78,7 +78,7 @@ Get all the channels in the feed #### Defined in -[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126) +[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126) *** @@ -94,7 +94,7 @@ Returns the filter chips. #### Defined in -[src/core/mixins/FilterableFeed.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L20) +[src/core/mixins/FilterableFeed.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L20) *** @@ -110,7 +110,7 @@ Returns available filters. #### Defined in -[src/core/mixins/FilterableFeed.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L38) +[src/core/mixins/FilterableFeed.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L38) *** @@ -130,7 +130,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L195) +[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L195) *** @@ -148,7 +148,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137) +[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137) *** @@ -168,19 +168,19 @@ Get the original page data #### Defined in -[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188) +[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188) *** ### page\_contents -> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) Returns contents from the page. #### Returns -[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) #### Inherited from @@ -188,7 +188,7 @@ Returns contents from the page. #### Defined in -[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144) +[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144) *** @@ -208,7 +208,7 @@ Get all playlists in the feed #### Defined in -[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133) +[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133) *** @@ -228,7 +228,7 @@ Get all the community posts in the feed #### Defined in -[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119) +[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119) *** @@ -248,7 +248,7 @@ Returns secondary contents from the page. #### Defined in -[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169) +[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169) *** @@ -268,7 +268,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155) +[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155) *** @@ -288,7 +288,7 @@ Get all the videos in the feed #### Defined in -[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112) +[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112) ## Methods @@ -308,7 +308,7 @@ Retrieves next batch of contents and returns a new [Feed](Feed.md) object. #### Defined in -[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L219) +[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L219) *** @@ -328,7 +328,7 @@ Retrieves continuation data as it is. #### Defined in -[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202) +[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202) *** @@ -348,7 +348,7 @@ Applies given filter and returns a new [Feed](Feed.md) object. #### Defined in -[src/core/mixins/FilterableFeed.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L45) +[src/core/mixins/FilterableFeed.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L45) *** @@ -372,7 +372,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162) +[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162) *** @@ -396,7 +396,7 @@ Get all playlists on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94) +[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94) *** @@ -420,4 +420,4 @@ Get all videos on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78) +[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78) diff --git a/docs/api/namespaces/Mixins/classes/MediaInfo.md b/docs/api/namespaces/Mixins/classes/MediaInfo.md index bc8be571..4c14cf4b 100644 --- a/docs/api/namespaces/Mixins/classes/MediaInfo.md +++ b/docs/api/namespaces/Mixins/classes/MediaInfo.md @@ -29,7 +29,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:49](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L49) +[src/core/mixins/MediaInfo.ts:49](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L49) ## Properties @@ -39,7 +39,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L40) +[src/core/mixins/MediaInfo.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L40) *** @@ -181,7 +181,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L39) +[src/core/mixins/MediaInfo.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L39) *** @@ -191,7 +191,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:43](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L43) +[src/core/mixins/MediaInfo.ts:43](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L43) *** @@ -201,7 +201,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:44](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L44) +[src/core/mixins/MediaInfo.ts:44](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L44) *** @@ -211,7 +211,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:42](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L42) +[src/core/mixins/MediaInfo.ts:42](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L42) *** @@ -221,7 +221,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L46) +[src/core/mixins/MediaInfo.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L46) *** @@ -231,7 +231,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L47) +[src/core/mixins/MediaInfo.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L47) *** @@ -241,7 +241,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L41) +[src/core/mixins/MediaInfo.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L41) *** @@ -251,7 +251,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L45) +[src/core/mixins/MediaInfo.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L45) ## Accessors @@ -265,7 +265,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:249](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L249) +[src/core/mixins/MediaInfo.ts:247](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L247) *** @@ -281,7 +281,7 @@ Content Playback Nonce. #### Defined in -[src/core/mixins/MediaInfo.ts:256](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L256) +[src/core/mixins/MediaInfo.ts:254](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L254) *** @@ -297,7 +297,7 @@ Parsed InnerTube response. #### Defined in -[src/core/mixins/MediaInfo.ts:263](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L263) +[src/core/mixins/MediaInfo.ts:261](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L261) ## Methods @@ -319,7 +319,7 @@ Parsed InnerTube response. #### Defined in -[src/core/mixins/MediaInfo.ts:210](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L210) +[src/core/mixins/MediaInfo.ts:208](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L208) *** @@ -341,7 +341,7 @@ Options #### Defined in -[src/core/mixins/MediaInfo.ts:163](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L163) +[src/core/mixins/MediaInfo.ts:161](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L161) *** @@ -363,7 +363,7 @@ Download options. #### Defined in -[src/core/mixins/MediaInfo.ts:171](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L171) +[src/core/mixins/MediaInfo.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L169) *** @@ -385,7 +385,7 @@ Get a cleaned up representation of the adaptive_formats #### Defined in -[src/core/mixins/MediaInfo.ts:146](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L146) +[src/core/mixins/MediaInfo.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L144) *** @@ -401,7 +401,7 @@ Retrieves the video's transcript. #### Defined in -[src/core/mixins/MediaInfo.ts:184](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L184) +[src/core/mixins/MediaInfo.ts:182](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L182) *** @@ -415,12 +415,8 @@ Generates a DASH manifest from the streaming data. • **options** = `{}` -• **options.captions\_format?**: `string` - • **options.format\_filter?**: [`FormatFilter`](../../Types/type-aliases/FormatFilter.md) -• **options.include\_thumbnails?**: `boolean` - • **options.manifest\_options?**: `DashOptions` • **options.url\_transformer?**: [`URLTransformer`](../../Types/type-aliases/URLTransformer.md) @@ -433,7 +429,7 @@ DASH manifest #### Defined in -[src/core/mixins/MediaInfo.ts:104](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L104) +[src/core/mixins/MediaInfo.ts:104](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L104) *** @@ -457,4 +453,4 @@ DASH manifest #### Defined in -[src/core/mixins/MediaInfo.ts:229](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L229) +[src/core/mixins/MediaInfo.ts:227](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L227) diff --git a/docs/api/namespaces/Mixins/classes/TabbedFeed.md b/docs/api/namespaces/Mixins/classes/TabbedFeed.md index 6381242a..8865c42c 100644 --- a/docs/api/namespaces/Mixins/classes/TabbedFeed.md +++ b/docs/api/namespaces/Mixins/classes/TabbedFeed.md @@ -24,7 +24,7 @@ • **actions**: [`Actions`](../../../classes/Actions.md) -• **data**: [`ApiResponse`](../../../interfaces/ApiResponse.md) \| [`IParsedResponse`](../../APIResponseTypes/interfaces/IParsedResponse.md) +• **data**: [`IParsedResponse`](../../APIResponseTypes/interfaces/IParsedResponse.md) \| [`ApiResponse`](../../../interfaces/ApiResponse.md) • **already\_parsed**: `boolean` = `false` @@ -38,7 +38,7 @@ #### Defined in -[src/core/mixins/TabbedFeed.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L13) +[src/core/mixins/TabbedFeed.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L13) ## Accessors @@ -56,7 +56,7 @@ #### Defined in -[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181) +[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181) *** @@ -76,7 +76,7 @@ Get all the channels in the feed #### Defined in -[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126) +[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126) *** @@ -96,7 +96,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L195) +[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L195) *** @@ -114,7 +114,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137) +[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137) *** @@ -134,19 +134,19 @@ Get the original page data #### Defined in -[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188) +[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188) *** ### page\_contents -> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) Returns contents from the page. #### Returns -[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) #### Inherited from @@ -154,7 +154,7 @@ Returns contents from the page. #### Defined in -[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144) +[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144) *** @@ -174,7 +174,7 @@ Get all playlists in the feed #### Defined in -[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133) +[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133) *** @@ -194,7 +194,7 @@ Get all the community posts in the feed #### Defined in -[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119) +[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119) *** @@ -214,7 +214,7 @@ Returns secondary contents from the page. #### Defined in -[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169) +[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169) *** @@ -234,7 +234,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155) +[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155) *** @@ -248,7 +248,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/TabbedFeed.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L19) +[src/core/mixins/TabbedFeed.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L19) *** @@ -262,7 +262,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/TabbedFeed.ts:55](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L55) +[src/core/mixins/TabbedFeed.ts:55](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L55) *** @@ -282,7 +282,7 @@ Get all the videos in the feed #### Defined in -[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112) +[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112) ## Methods @@ -302,7 +302,7 @@ Retrieves next batch of contents and returns a new [Feed](Feed.md) object. #### Defined in -[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L219) +[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L219) *** @@ -322,7 +322,7 @@ Retrieves continuation data as it is. #### Defined in -[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202) +[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202) *** @@ -346,7 +346,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162) +[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162) *** @@ -364,7 +364,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/TabbedFeed.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L23) +[src/core/mixins/TabbedFeed.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L23) *** @@ -382,7 +382,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/TabbedFeed.ts:37](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L37) +[src/core/mixins/TabbedFeed.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L37) *** @@ -400,7 +400,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/TabbedFeed.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L51) +[src/core/mixins/TabbedFeed.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L51) *** @@ -424,7 +424,7 @@ Get all playlists on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94) +[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94) *** @@ -448,4 +448,4 @@ Get all videos on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78) +[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78) diff --git a/docs/api/namespaces/Parser/functions/addRuntimeParser.md b/docs/api/namespaces/Parser/functions/addRuntimeParser.md index b7a1895d..b1a48c00 100644 --- a/docs/api/namespaces/Parser/functions/addRuntimeParser.md +++ b/docs/api/namespaces/Parser/functions/addRuntimeParser.md @@ -16,4 +16,4 @@ ## Defined in -[src/parser/parser.ts:217](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L217) +[src/parser/parser.ts:217](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L217) diff --git a/docs/api/namespaces/Parser/functions/applyCommentsMutations.md b/docs/api/namespaces/Parser/functions/applyCommentsMutations.md index 4a097f26..b0c113d3 100644 --- a/docs/api/namespaces/Parser/functions/applyCommentsMutations.md +++ b/docs/api/namespaces/Parser/functions/applyCommentsMutations.md @@ -16,4 +16,4 @@ ## Defined in -[src/parser/parser.ts:824](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L824) +[src/parser/parser.ts:824](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L824) diff --git a/docs/api/namespaces/Parser/functions/applyMutations.md b/docs/api/namespaces/Parser/functions/applyMutations.md index c13f05c6..53c159f2 100644 --- a/docs/api/namespaces/Parser/functions/applyMutations.md +++ b/docs/api/namespaces/Parser/functions/applyMutations.md @@ -16,4 +16,4 @@ ## Defined in -[src/parser/parser.ts:770](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L770) +[src/parser/parser.ts:770](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L770) diff --git a/docs/api/namespaces/Parser/functions/getDynamicParsers.md b/docs/api/namespaces/Parser/functions/getDynamicParsers.md index 1ce67d27..2d91c506 100644 --- a/docs/api/namespaces/Parser/functions/getDynamicParsers.md +++ b/docs/api/namespaces/Parser/functions/getDynamicParsers.md @@ -10,4 +10,4 @@ ## Defined in -[src/parser/parser.ts:222](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L222) +[src/parser/parser.ts:222](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L222) diff --git a/docs/api/namespaces/Parser/functions/getParserByName.md b/docs/api/namespaces/Parser/functions/getParserByName.md index d0b63edd..fd4c1520 100644 --- a/docs/api/namespaces/Parser/functions/getParserByName.md +++ b/docs/api/namespaces/Parser/functions/getParserByName.md @@ -14,4 +14,4 @@ ## Defined in -[src/parser/parser.ts:201](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L201) +[src/parser/parser.ts:201](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L201) diff --git a/docs/api/namespaces/Parser/functions/hasParser.md b/docs/api/namespaces/Parser/functions/hasParser.md index d344384b..414bc1cc 100644 --- a/docs/api/namespaces/Parser/functions/hasParser.md +++ b/docs/api/namespaces/Parser/functions/hasParser.md @@ -14,4 +14,4 @@ ## Defined in -[src/parser/parser.ts:213](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L213) +[src/parser/parser.ts:213](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L213) diff --git a/docs/api/namespaces/Parser/functions/parse.md b/docs/api/namespaces/Parser/functions/parse.md index f56ae343..dd06c8a1 100644 --- a/docs/api/namespaces/Parser/functions/parse.md +++ b/docs/api/namespaces/Parser/functions/parse.md @@ -34,7 +34,7 @@ YTNode types that are allowed to be parsed. ### Defined in -[src/parser/parser.ts:627](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L627) +[src/parser/parser.ts:627](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L627) ## parse(data, requireArray, validTypes) @@ -60,7 +60,7 @@ YTNode types that are allowed to be parsed. ### Defined in -[src/parser/parser.ts:628](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L628) +[src/parser/parser.ts:628](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L628) ## parse(data, requireArray, validTypes) @@ -84,4 +84,4 @@ YTNode types that are allowed to be parsed. ### Defined in -[src/parser/parser.ts:629](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L629) +[src/parser/parser.ts:629](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L629) diff --git a/docs/api/namespaces/Parser/functions/parseActions.md b/docs/api/namespaces/Parser/functions/parseActions.md index 26ffc89b..29b15ba0 100644 --- a/docs/api/namespaces/Parser/functions/parseActions.md +++ b/docs/api/namespaces/Parser/functions/parseActions.md @@ -14,4 +14,4 @@ ## Defined in -[src/parser/parser.ts:756](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L756) +[src/parser/parser.ts:756](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L756) diff --git a/docs/api/namespaces/Parser/functions/parseArray.md b/docs/api/namespaces/Parser/functions/parseArray.md index b3d3a39a..906624d7 100644 --- a/docs/api/namespaces/Parser/functions/parseArray.md +++ b/docs/api/namespaces/Parser/functions/parseArray.md @@ -30,7 +30,7 @@ YTNode types that are allowed to be parsed. ### Defined in -[src/parser/parser.ts:600](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L600) +[src/parser/parser.ts:600](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L600) ## parseArray(data, validType) @@ -52,7 +52,7 @@ YTNode types that are allowed to be parsed. ### Defined in -[src/parser/parser.ts:601](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L601) +[src/parser/parser.ts:601](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L601) ## parseArray(data) @@ -68,4 +68,4 @@ YTNode types that are allowed to be parsed. ### Defined in -[src/parser/parser.ts:602](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L602) +[src/parser/parser.ts:602](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L602) diff --git a/docs/api/namespaces/Parser/functions/parseC.md b/docs/api/namespaces/Parser/functions/parseC.md index cb2052b9..8bea77af 100644 --- a/docs/api/namespaces/Parser/functions/parseC.md +++ b/docs/api/namespaces/Parser/functions/parseC.md @@ -14,4 +14,4 @@ ## Defined in -[src/parser/parser.ts:714](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L714) +[src/parser/parser.ts:714](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L714) diff --git a/docs/api/namespaces/Parser/functions/parseCommand.md b/docs/api/namespaces/Parser/functions/parseCommand.md index 742738ad..67dab808 100644 --- a/docs/api/namespaces/Parser/functions/parseCommand.md +++ b/docs/api/namespaces/Parser/functions/parseCommand.md @@ -20,4 +20,4 @@ A YTNode instance if parsing is successful, undefined otherwise ## Defined in -[src/parser/parser.ts:662](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L662) +[src/parser/parser.ts:662](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L662) diff --git a/docs/api/namespaces/Parser/functions/parseCommands.md b/docs/api/namespaces/Parser/functions/parseCommands.md index e6db8c26..9f92399d 100644 --- a/docs/api/namespaces/Parser/functions/parseCommands.md +++ b/docs/api/namespaces/Parser/functions/parseCommands.md @@ -20,4 +20,4 @@ An observed array of parsed YTNodes ## Defined in -[src/parser/parser.ts:698](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L698) +[src/parser/parser.ts:698](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L698) diff --git a/docs/api/namespaces/Parser/functions/parseFormats.md b/docs/api/namespaces/Parser/functions/parseFormats.md index e835bd2e..665f22ef 100644 --- a/docs/api/namespaces/Parser/functions/parseFormats.md +++ b/docs/api/namespaces/Parser/functions/parseFormats.md @@ -16,4 +16,4 @@ ## Defined in -[src/parser/parser.ts:766](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L766) +[src/parser/parser.ts:766](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L766) diff --git a/docs/api/namespaces/Parser/functions/parseItem.md b/docs/api/namespaces/Parser/functions/parseItem.md index d65c467c..4939037f 100644 --- a/docs/api/namespaces/Parser/functions/parseItem.md +++ b/docs/api/namespaces/Parser/functions/parseItem.md @@ -30,7 +30,7 @@ YTNode types that are allowed to be parsed. ### Defined in -[src/parser/parser.ts:534](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L534) +[src/parser/parser.ts:534](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L534) ## parseItem(data, validTypes) @@ -52,7 +52,7 @@ YTNode types that are allowed to be parsed. ### Defined in -[src/parser/parser.ts:535](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L535) +[src/parser/parser.ts:535](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L535) ## parseItem(data) @@ -68,4 +68,4 @@ YTNode types that are allowed to be parsed. ### Defined in -[src/parser/parser.ts:536](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L536) +[src/parser/parser.ts:536](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L536) diff --git a/docs/api/namespaces/Parser/functions/parseLC.md b/docs/api/namespaces/Parser/functions/parseLC.md index 636b40ba..4ddfea3c 100644 --- a/docs/api/namespaces/Parser/functions/parseLC.md +++ b/docs/api/namespaces/Parser/functions/parseLC.md @@ -14,4 +14,4 @@ ## Defined in -[src/parser/parser.ts:720](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L720) +[src/parser/parser.ts:720](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L720) diff --git a/docs/api/namespaces/Parser/functions/parseRR.md b/docs/api/namespaces/Parser/functions/parseRR.md index f3e6c60e..a49ead94 100644 --- a/docs/api/namespaces/Parser/functions/parseRR.md +++ b/docs/api/namespaces/Parser/functions/parseRR.md @@ -2,7 +2,7 @@ # Function: parseRR() -> **parseRR**(`actions`): [`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md) \| [`OpenPopupAction`](../../YTNodes/classes/OpenPopupAction.md) \| [`NavigateAction`](../../../classes/NavigateAction.md) \| [`ShowMiniplayerCommand`](../../../classes/ShowMiniplayerCommand.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md)\> +> **parseRR**(`actions`): [`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`OpenPopupAction`](../../YTNodes/classes/OpenPopupAction.md) \| [`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`NavigateAction`](../../../classes/NavigateAction.md) \| [`ShowMiniplayerCommand`](../../../classes/ShowMiniplayerCommand.md)\> ## Parameters @@ -10,8 +10,8 @@ ## Returns -[`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md) \| [`OpenPopupAction`](../../YTNodes/classes/OpenPopupAction.md) \| [`NavigateAction`](../../../classes/NavigateAction.md) \| [`ShowMiniplayerCommand`](../../../classes/ShowMiniplayerCommand.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md)\> +[`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`OpenPopupAction`](../../YTNodes/classes/OpenPopupAction.md) \| [`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`NavigateAction`](../../../classes/NavigateAction.md) \| [`ShowMiniplayerCommand`](../../../classes/ShowMiniplayerCommand.md)\> ## Defined in -[src/parser/parser.ts:741](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L741) +[src/parser/parser.ts:741](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L741) diff --git a/docs/api/namespaces/Parser/functions/parseResponse.md b/docs/api/namespaces/Parser/functions/parseResponse.md index e250c0a6..88d89d94 100644 --- a/docs/api/namespaces/Parser/functions/parseResponse.md +++ b/docs/api/namespaces/Parser/functions/parseResponse.md @@ -22,4 +22,4 @@ Raw data. ## Defined in -[src/parser/parser.ts:230](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L230) +[src/parser/parser.ts:230](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L230) diff --git a/docs/api/namespaces/Parser/functions/sanitizeClassName.md b/docs/api/namespaces/Parser/functions/sanitizeClassName.md index b34a98f8..291f36e0 100644 --- a/docs/api/namespaces/Parser/functions/sanitizeClassName.md +++ b/docs/api/namespaces/Parser/functions/sanitizeClassName.md @@ -14,4 +14,4 @@ ## Defined in -[src/parser/parser.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L195) +[src/parser/parser.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L195) diff --git a/docs/api/namespaces/Parser/functions/setParserErrorHandler.md b/docs/api/namespaces/Parser/functions/setParserErrorHandler.md index 18536136..2f66f001 100644 --- a/docs/api/namespaces/Parser/functions/setParserErrorHandler.md +++ b/docs/api/namespaces/Parser/functions/setParserErrorHandler.md @@ -14,4 +14,4 @@ ## Defined in -[src/parser/parser.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L162) +[src/parser/parser.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L162) diff --git a/docs/api/namespaces/Parser/functions/shouldIgnore.md b/docs/api/namespaces/Parser/functions/shouldIgnore.md index 21be4cf9..937d2602 100644 --- a/docs/api/namespaces/Parser/functions/shouldIgnore.md +++ b/docs/api/namespaces/Parser/functions/shouldIgnore.md @@ -14,4 +14,4 @@ ## Defined in -[src/parser/parser.ts:191](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L191) +[src/parser/parser.ts:191](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L191) diff --git a/docs/api/namespaces/Parser/type-aliases/ParserError.md b/docs/api/namespaces/Parser/type-aliases/ParserError.md index f867ebec..e3ccc4bb 100644 --- a/docs/api/namespaces/Parser/type-aliases/ParserError.md +++ b/docs/api/namespaces/Parser/type-aliases/ParserError.md @@ -12,4 +12,4 @@ ## Defined in -[src/parser/parser.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L47) +[src/parser/parser.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L47) diff --git a/docs/api/namespaces/Parser/type-aliases/ParserErrorHandler.md b/docs/api/namespaces/Parser/type-aliases/ParserErrorHandler.md index 3247c7b8..8645c03f 100644 --- a/docs/api/namespaces/Parser/type-aliases/ParserErrorHandler.md +++ b/docs/api/namespaces/Parser/type-aliases/ParserErrorHandler.md @@ -14,4 +14,4 @@ ## Defined in -[src/parser/parser.ts:74](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/parser.ts#L74) +[src/parser/parser.ts:74](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L74) diff --git a/docs/api/namespaces/ProtoUtils/functions/decodeVisitorData.md b/docs/api/namespaces/ProtoUtils/functions/decodeVisitorData.md index d33ce0ea..39c1bcb9 100644 --- a/docs/api/namespaces/ProtoUtils/functions/decodeVisitorData.md +++ b/docs/api/namespaces/ProtoUtils/functions/decodeVisitorData.md @@ -14,4 +14,4 @@ ## Defined in -[src/utils/ProtoUtils.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/ProtoUtils.ts#L16) +[src/utils/ProtoUtils.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/ProtoUtils.ts#L16) diff --git a/docs/api/namespaces/ProtoUtils/functions/encodeCommentActionParams.md b/docs/api/namespaces/ProtoUtils/functions/encodeCommentActionParams.md index 2ed620b9..654180ea 100644 --- a/docs/api/namespaces/ProtoUtils/functions/encodeCommentActionParams.md +++ b/docs/api/namespaces/ProtoUtils/functions/encodeCommentActionParams.md @@ -16,4 +16,4 @@ ## Defined in -[src/utils/ProtoUtils.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/ProtoUtils.ts#L20) +[src/utils/ProtoUtils.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/ProtoUtils.ts#L20) diff --git a/docs/api/namespaces/ProtoUtils/functions/encodeNextParams.md b/docs/api/namespaces/ProtoUtils/functions/encodeNextParams.md index 534ce0fe..6794ea74 100644 --- a/docs/api/namespaces/ProtoUtils/functions/encodeNextParams.md +++ b/docs/api/namespaces/ProtoUtils/functions/encodeNextParams.md @@ -14,4 +14,4 @@ ## Defined in -[src/utils/ProtoUtils.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/ProtoUtils.ts#L51) +[src/utils/ProtoUtils.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/ProtoUtils.ts#L51) diff --git a/docs/api/namespaces/ProtoUtils/functions/encodeVisitorData.md b/docs/api/namespaces/ProtoUtils/functions/encodeVisitorData.md index 6ddeaa5a..079150f7 100644 --- a/docs/api/namespaces/ProtoUtils/functions/encodeVisitorData.md +++ b/docs/api/namespaces/ProtoUtils/functions/encodeVisitorData.md @@ -16,4 +16,4 @@ ## Defined in -[src/utils/ProtoUtils.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/ProtoUtils.ts#L11) +[src/utils/ProtoUtils.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/ProtoUtils.ts#L11) diff --git a/docs/api/namespaces/ProtoUtils/type-aliases/CommentActionParamsArgs.md b/docs/api/namespaces/ProtoUtils/type-aliases/CommentActionParamsArgs.md index eba961bd..0449c171 100644 --- a/docs/api/namespaces/ProtoUtils/type-aliases/CommentActionParamsArgs.md +++ b/docs/api/namespaces/ProtoUtils/type-aliases/CommentActionParamsArgs.md @@ -24,4 +24,4 @@ ## Defined in -[src/utils/ProtoUtils.ts:4](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/ProtoUtils.ts#L4) +[src/utils/ProtoUtils.ts:4](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/ProtoUtils.ts#L4) diff --git a/docs/api/namespaces/Types/README.md b/docs/api/namespaces/Types/README.md index 4d902bc4..a389d5d8 100644 --- a/docs/api/namespaces/Types/README.md +++ b/docs/api/namespaces/Types/README.md @@ -8,6 +8,7 @@ - [DownloadOptions](interfaces/DownloadOptions.md) - [FormatOptions](interfaces/FormatOptions.md) +- [GetVideoInfoOptions](interfaces/GetVideoInfoOptions.md) - [ICache](interfaces/ICache.md) - [ICacheConstructor](interfaces/ICacheConstructor.md) - [PlatformShim](interfaces/PlatformShim.md) diff --git a/docs/api/namespaces/Types/interfaces/DownloadOptions.md b/docs/api/namespaces/Types/interfaces/DownloadOptions.md index c5289091..02dc6c8e 100644 --- a/docs/api/namespaces/Types/interfaces/DownloadOptions.md +++ b/docs/api/namespaces/Types/interfaces/DownloadOptions.md @@ -20,7 +20,7 @@ InnerTube client. #### Defined in -[src/types/FormatUtils.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L35) +[src/types/GetVideoInfoOptions.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/GetVideoInfoOptions.ts#L7) *** @@ -36,7 +36,7 @@ Video or audio codec, e.g. 'avc', 'vp9', 'av01' for video, 'opus', 'mp4a' for au #### Defined in -[src/types/FormatUtils.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L31) +[src/types/FormatUtils.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/FormatUtils.ts#L31) *** @@ -52,7 +52,7 @@ File format, use 'any' to download any format #### Defined in -[src/types/FormatUtils.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L27) +[src/types/FormatUtils.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/FormatUtils.ts#L27) *** @@ -68,7 +68,7 @@ Video or audio itag #### Defined in -[src/types/FormatUtils.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L11) +[src/types/FormatUtils.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/FormatUtils.ts#L11) *** @@ -84,7 +84,24 @@ Language code, defaults to 'original'. #### Defined in -[src/types/FormatUtils.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L23) +[src/types/FormatUtils.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/FormatUtils.ts#L23) + +*** + +### po\_token? + +> `optional` **po\_token**: `string` + +Proof of Origin token, bound to the video ID being requested. +If not provided, session bound token will be used. + +#### Inherited from + +[`FormatOptions`](FormatOptions.md).[`po_token`](FormatOptions.md#po_token) + +#### Defined in + +[src/types/GetVideoInfoOptions.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/GetVideoInfoOptions.ts#L12) *** @@ -100,7 +117,7 @@ Video quality; 360p, 720p, 1080p, etc... also accepts 'best' and 'bestefficiency #### Defined in -[src/types/FormatUtils.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L15) +[src/types/FormatUtils.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/FormatUtils.ts#L15) *** @@ -120,7 +137,7 @@ Download range, indicates which bytes should be downloaded. #### Defined in -[src/types/FormatUtils.ts:42](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L42) +[src/types/FormatUtils.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/FormatUtils.ts#L38) *** @@ -136,4 +153,4 @@ Download type, can be: video, audio or video+audio #### Defined in -[src/types/FormatUtils.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L19) +[src/types/FormatUtils.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/FormatUtils.ts#L19) diff --git a/docs/api/namespaces/Types/interfaces/FormatOptions.md b/docs/api/namespaces/Types/interfaces/FormatOptions.md index 8e8befdd..6853aee4 100644 --- a/docs/api/namespaces/Types/interfaces/FormatOptions.md +++ b/docs/api/namespaces/Types/interfaces/FormatOptions.md @@ -2,6 +2,10 @@ # Interface: FormatOptions +## Extends + +- [`GetVideoInfoOptions`](GetVideoInfoOptions.md) + ## Extended by - [`DownloadOptions`](DownloadOptions.md) @@ -14,9 +18,13 @@ InnerTube client. +#### Inherited from + +[`GetVideoInfoOptions`](GetVideoInfoOptions.md).[`client`](GetVideoInfoOptions.md#client) + #### Defined in -[src/types/FormatUtils.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L35) +[src/types/GetVideoInfoOptions.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/GetVideoInfoOptions.ts#L7) *** @@ -28,7 +36,7 @@ Video or audio codec, e.g. 'avc', 'vp9', 'av01' for video, 'opus', 'mp4a' for au #### Defined in -[src/types/FormatUtils.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L31) +[src/types/FormatUtils.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/FormatUtils.ts#L31) *** @@ -40,7 +48,7 @@ File format, use 'any' to download any format #### Defined in -[src/types/FormatUtils.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L27) +[src/types/FormatUtils.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/FormatUtils.ts#L27) *** @@ -52,7 +60,7 @@ Video or audio itag #### Defined in -[src/types/FormatUtils.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L11) +[src/types/FormatUtils.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/FormatUtils.ts#L11) *** @@ -64,7 +72,24 @@ Language code, defaults to 'original'. #### Defined in -[src/types/FormatUtils.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L23) +[src/types/FormatUtils.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/FormatUtils.ts#L23) + +*** + +### po\_token? + +> `optional` **po\_token**: `string` + +Proof of Origin token, bound to the video ID being requested. +If not provided, session bound token will be used. + +#### Inherited from + +[`GetVideoInfoOptions`](GetVideoInfoOptions.md).[`po_token`](GetVideoInfoOptions.md#po_token) + +#### Defined in + +[src/types/GetVideoInfoOptions.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/GetVideoInfoOptions.ts#L12) *** @@ -76,7 +101,7 @@ Video quality; 360p, 720p, 1080p, etc... also accepts 'best' and 'bestefficiency #### Defined in -[src/types/FormatUtils.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L15) +[src/types/FormatUtils.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/FormatUtils.ts#L15) *** @@ -88,4 +113,4 @@ Download type, can be: video, audio or video+audio #### Defined in -[src/types/FormatUtils.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L19) +[src/types/FormatUtils.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/FormatUtils.ts#L19) diff --git a/docs/api/namespaces/Types/interfaces/GetVideoInfoOptions.md b/docs/api/namespaces/Types/interfaces/GetVideoInfoOptions.md new file mode 100644 index 00000000..a1bfc89a --- /dev/null +++ b/docs/api/namespaces/Types/interfaces/GetVideoInfoOptions.md @@ -0,0 +1,32 @@ +[youtubei.js](../../../README.md) / [Types](../README.md) / GetVideoInfoOptions + +# Interface: GetVideoInfoOptions + +## Extended by + +- [`FormatOptions`](FormatOptions.md) + +## Properties + +### client? + +> `optional` **client**: [`InnerTubeClient`](../type-aliases/InnerTubeClient.md) + +InnerTube client. + +#### Defined in + +[src/types/GetVideoInfoOptions.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/GetVideoInfoOptions.ts#L7) + +*** + +### po\_token? + +> `optional` **po\_token**: `string` + +Proof of Origin token, bound to the video ID being requested. +If not provided, session bound token will be used. + +#### Defined in + +[src/types/GetVideoInfoOptions.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/GetVideoInfoOptions.ts#L12) diff --git a/docs/api/namespaces/Types/interfaces/ICache.md b/docs/api/namespaces/Types/interfaces/ICache.md index 58b818ad..2541fe2b 100644 --- a/docs/api/namespaces/Types/interfaces/ICache.md +++ b/docs/api/namespaces/Types/interfaces/ICache.md @@ -10,7 +10,7 @@ #### Defined in -[src/types/Cache.ts:2](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Cache.ts#L2) +[src/types/Cache.ts:2](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Cache.ts#L2) ## Methods @@ -28,7 +28,7 @@ #### Defined in -[src/types/Cache.ts:3](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Cache.ts#L3) +[src/types/Cache.ts:3](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Cache.ts#L3) *** @@ -46,7 +46,7 @@ #### Defined in -[src/types/Cache.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Cache.ts#L5) +[src/types/Cache.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Cache.ts#L5) *** @@ -66,4 +66,4 @@ #### Defined in -[src/types/Cache.ts:4](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Cache.ts#L4) +[src/types/Cache.ts:4](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Cache.ts#L4) diff --git a/docs/api/namespaces/Types/interfaces/ICacheConstructor.md b/docs/api/namespaces/Types/interfaces/ICacheConstructor.md index f9535360..b8905b9b 100644 --- a/docs/api/namespaces/Types/interfaces/ICacheConstructor.md +++ b/docs/api/namespaces/Types/interfaces/ICacheConstructor.md @@ -20,4 +20,4 @@ #### Defined in -[src/types/Cache.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Cache.ts#L9) +[src/types/Cache.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Cache.ts#L9) diff --git a/docs/api/namespaces/Types/interfaces/PlatformShim.md b/docs/api/namespaces/Types/interfaces/PlatformShim.md index 82f65c78..2ba8472d 100644 --- a/docs/api/namespaces/Types/interfaces/PlatformShim.md +++ b/docs/api/namespaces/Types/interfaces/PlatformShim.md @@ -10,7 +10,7 @@ #### Defined in -[src/types/PlatformShim.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L17) +[src/types/PlatformShim.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L17) *** @@ -34,13 +34,13 @@ #### Defined in -[src/types/PlatformShim.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L28) +[src/types/PlatformShim.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L28) *** ### fetch() -> **fetch**: (`input`, `init`?) => `Promise`\<`Response`\> +> **fetch**: (`input`, `init`?) => `Promise`\<`Response`\>(`input`, `init`?) => `Promise`\<`Response`\> [MDN Reference](https://developer.mozilla.org/docs/Web/API/fetch) @@ -54,9 +54,19 @@ `Promise`\<`Response`\> +#### Parameters + +• **input**: `string` \| `URL` \| `Request` + +• **init?**: `RequestInit` + +#### Returns + +`Promise`\<`Response`\> + #### Defined in -[src/types/PlatformShim.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L21) +[src/types/PlatformShim.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L21) *** @@ -82,7 +92,7 @@ #### Defined in -[src/types/PlatformShim.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L26) +[src/types/PlatformShim.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L26) *** @@ -106,7 +116,7 @@ #### Defined in -[src/types/PlatformShim.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L25) +[src/types/PlatformShim.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L25) *** @@ -128,7 +138,7 @@ #### Defined in -[src/types/PlatformShim.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L24) +[src/types/PlatformShim.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L24) *** @@ -150,7 +160,7 @@ #### Defined in -[src/types/PlatformShim.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L11) +[src/types/PlatformShim.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L11) *** @@ -196,7 +206,7 @@ #### Defined in -[src/types/PlatformShim.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L27) +[src/types/PlatformShim.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L27) *** @@ -220,7 +230,7 @@ #### Defined in -[src/types/PlatformShim.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L22) +[src/types/PlatformShim.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L22) *** @@ -280,7 +290,7 @@ #### Defined in -[src/types/PlatformShim.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L23) +[src/types/PlatformShim.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L23) *** @@ -290,7 +300,7 @@ #### Defined in -[src/types/PlatformShim.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L10) +[src/types/PlatformShim.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L10) *** @@ -300,7 +310,7 @@ #### Defined in -[src/types/PlatformShim.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L16) +[src/types/PlatformShim.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L16) ## Methods @@ -320,7 +330,7 @@ #### Defined in -[src/types/PlatformShim.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L20) +[src/types/PlatformShim.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L20) *** @@ -338,7 +348,7 @@ #### Defined in -[src/types/PlatformShim.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L18) +[src/types/PlatformShim.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L18) *** @@ -352,4 +362,4 @@ #### Defined in -[src/types/PlatformShim.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L19) +[src/types/PlatformShim.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L19) diff --git a/docs/api/namespaces/Types/type-aliases/Duration.md b/docs/api/namespaces/Types/type-aliases/Duration.md index c5462311..30154e39 100644 --- a/docs/api/namespaces/Types/type-aliases/Duration.md +++ b/docs/api/namespaces/Types/type-aliases/Duration.md @@ -6,4 +6,4 @@ ## Defined in -[src/types/Misc.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Misc.ts#L9) +[src/types/Misc.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Misc.ts#L9) diff --git a/docs/api/namespaces/Types/type-aliases/EngagementType.md b/docs/api/namespaces/Types/type-aliases/EngagementType.md index b84d1505..16e83244 100644 --- a/docs/api/namespaces/Types/type-aliases/EngagementType.md +++ b/docs/api/namespaces/Types/type-aliases/EngagementType.md @@ -6,4 +6,4 @@ ## Defined in -[src/types/Misc.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Misc.ts#L5) +[src/types/Misc.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Misc.ts#L5) diff --git a/docs/api/namespaces/Types/type-aliases/Feature.md b/docs/api/namespaces/Types/type-aliases/Feature.md index e11de7b1..70a8ece1 100644 --- a/docs/api/namespaces/Types/type-aliases/Feature.md +++ b/docs/api/namespaces/Types/type-aliases/Feature.md @@ -6,4 +6,4 @@ ## Defined in -[src/types/Misc.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Misc.ts#L11) +[src/types/Misc.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Misc.ts#L11) diff --git a/docs/api/namespaces/Types/type-aliases/FetchFunction.md b/docs/api/namespaces/Types/type-aliases/FetchFunction.md index ab823f83..e8336a89 100644 --- a/docs/api/namespaces/Types/type-aliases/FetchFunction.md +++ b/docs/api/namespaces/Types/type-aliases/FetchFunction.md @@ -6,4 +6,4 @@ ## Defined in -[src/types/PlatformShim.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L5) +[src/types/PlatformShim.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L5) diff --git a/docs/api/namespaces/Types/type-aliases/FormatFilter.md b/docs/api/namespaces/Types/type-aliases/FormatFilter.md index 584925d6..2e849375 100644 --- a/docs/api/namespaces/Types/type-aliases/FormatFilter.md +++ b/docs/api/namespaces/Types/type-aliases/FormatFilter.md @@ -14,4 +14,4 @@ ## Defined in -[src/types/FormatUtils.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L5) +[src/types/FormatUtils.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/FormatUtils.ts#L5) diff --git a/docs/api/namespaces/Types/type-aliases/InnerTubeClient.md b/docs/api/namespaces/Types/type-aliases/InnerTubeClient.md index 02c6236d..7d837f3b 100644 --- a/docs/api/namespaces/Types/type-aliases/InnerTubeClient.md +++ b/docs/api/namespaces/Types/type-aliases/InnerTubeClient.md @@ -6,4 +6,4 @@ ## Defined in -[src/types/Misc.ts:4](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Misc.ts#L4) +[src/types/Misc.ts:4](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Misc.ts#L4) diff --git a/docs/api/namespaces/Types/type-aliases/InnerTubeConfig.md b/docs/api/namespaces/Types/type-aliases/InnerTubeConfig.md index a71aaf06..2e0282cb 100644 --- a/docs/api/namespaces/Types/type-aliases/InnerTubeConfig.md +++ b/docs/api/namespaces/Types/type-aliases/InnerTubeConfig.md @@ -6,4 +6,4 @@ ## Defined in -[src/types/Misc.ts:3](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Misc.ts#L3) +[src/types/Misc.ts:3](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Misc.ts#L3) diff --git a/docs/api/namespaces/Types/type-aliases/MusicSearchFilters.md b/docs/api/namespaces/Types/type-aliases/MusicSearchFilters.md index 7506c42a..924d6e13 100644 --- a/docs/api/namespaces/Types/type-aliases/MusicSearchFilters.md +++ b/docs/api/namespaces/Types/type-aliases/MusicSearchFilters.md @@ -12,4 +12,4 @@ ## Defined in -[src/types/Misc.ts:42](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Misc.ts#L42) +[src/types/Misc.ts:42](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Misc.ts#L42) diff --git a/docs/api/namespaces/Types/type-aliases/MusicSearchType.md b/docs/api/namespaces/Types/type-aliases/MusicSearchType.md index 7bc03e44..9e10c291 100644 --- a/docs/api/namespaces/Types/type-aliases/MusicSearchType.md +++ b/docs/api/namespaces/Types/type-aliases/MusicSearchType.md @@ -6,4 +6,4 @@ ## Defined in -[src/types/Misc.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Misc.ts#L40) +[src/types/Misc.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Misc.ts#L40) diff --git a/docs/api/namespaces/Types/type-aliases/Runtime.md b/docs/api/namespaces/Types/type-aliases/Runtime.md index c604ef5a..cab8d7dc 100644 --- a/docs/api/namespaces/Types/type-aliases/Runtime.md +++ b/docs/api/namespaces/Types/type-aliases/Runtime.md @@ -6,4 +6,4 @@ ## Defined in -[src/types/PlatformShim.ts:3](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L3) +[src/types/PlatformShim.ts:3](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L3) diff --git a/docs/api/namespaces/Types/type-aliases/SearchFilters.md b/docs/api/namespaces/Types/type-aliases/SearchFilters.md index d43980f1..83549335 100644 --- a/docs/api/namespaces/Types/type-aliases/SearchFilters.md +++ b/docs/api/namespaces/Types/type-aliases/SearchFilters.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/Misc.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Misc.ts#L13) +[src/types/Misc.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Misc.ts#L13) diff --git a/docs/api/namespaces/Types/type-aliases/SearchType.md b/docs/api/namespaces/Types/type-aliases/SearchType.md index 4227149a..38843f44 100644 --- a/docs/api/namespaces/Types/type-aliases/SearchType.md +++ b/docs/api/namespaces/Types/type-aliases/SearchType.md @@ -6,4 +6,4 @@ ## Defined in -[src/types/Misc.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Misc.ts#L8) +[src/types/Misc.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Misc.ts#L8) diff --git a/docs/api/namespaces/Types/type-aliases/SortBy.md b/docs/api/namespaces/Types/type-aliases/SortBy.md index eb5e6bdb..070e9c0c 100644 --- a/docs/api/namespaces/Types/type-aliases/SortBy.md +++ b/docs/api/namespaces/Types/type-aliases/SortBy.md @@ -6,4 +6,4 @@ ## Defined in -[src/types/Misc.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Misc.ts#L10) +[src/types/Misc.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Misc.ts#L10) diff --git a/docs/api/namespaces/Types/type-aliases/URLTransformer.md b/docs/api/namespaces/Types/type-aliases/URLTransformer.md index d89a50fe..2941b250 100644 --- a/docs/api/namespaces/Types/type-aliases/URLTransformer.md +++ b/docs/api/namespaces/Types/type-aliases/URLTransformer.md @@ -14,4 +14,4 @@ ## Defined in -[src/types/FormatUtils.ts:4](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/FormatUtils.ts#L4) +[src/types/FormatUtils.ts:4](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/FormatUtils.ts#L4) diff --git a/docs/api/namespaces/Types/type-aliases/UpdateVideoMetadataOptions.md b/docs/api/namespaces/Types/type-aliases/UpdateVideoMetadataOptions.md index c152b2bd..5d28113b 100644 --- a/docs/api/namespaces/Types/type-aliases/UpdateVideoMetadataOptions.md +++ b/docs/api/namespaces/Types/type-aliases/UpdateVideoMetadataOptions.md @@ -44,4 +44,4 @@ ## Defined in -[src/types/Misc.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Misc.ts#L21) +[src/types/Misc.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Misc.ts#L21) diff --git a/docs/api/namespaces/Types/type-aliases/UploadDate.md b/docs/api/namespaces/Types/type-aliases/UploadDate.md index 5b038782..391df466 100644 --- a/docs/api/namespaces/Types/type-aliases/UploadDate.md +++ b/docs/api/namespaces/Types/type-aliases/UploadDate.md @@ -6,4 +6,4 @@ ## Defined in -[src/types/Misc.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Misc.ts#L7) +[src/types/Misc.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Misc.ts#L7) diff --git a/docs/api/namespaces/Types/type-aliases/UploadedVideoMetadataOptions.md b/docs/api/namespaces/Types/type-aliases/UploadedVideoMetadataOptions.md index f3be22ef..7f633f12 100644 --- a/docs/api/namespaces/Types/type-aliases/UploadedVideoMetadataOptions.md +++ b/docs/api/namespaces/Types/type-aliases/UploadedVideoMetadataOptions.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/Misc.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/Misc.ts#L33) +[src/types/Misc.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/Misc.ts#L33) diff --git a/docs/api/namespaces/Types/type-aliases/VMPrimative.md b/docs/api/namespaces/Types/type-aliases/VMPrimative.md index d3a7ffb8..2ea36179 100644 --- a/docs/api/namespaces/Types/type-aliases/VMPrimative.md +++ b/docs/api/namespaces/Types/type-aliases/VMPrimative.md @@ -6,4 +6,4 @@ ## Defined in -[src/types/PlatformShim.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/types/PlatformShim.ts#L7) +[src/types/PlatformShim.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/types/PlatformShim.ts#L7) diff --git a/docs/api/namespaces/Utils/classes/ChannelError.md b/docs/api/namespaces/Utils/classes/ChannelError.md index ca4d6944..9bb362ba 100644 --- a/docs/api/namespaces/Utils/classes/ChannelError.md +++ b/docs/api/namespaces/Utils/classes/ChannelError.md @@ -108,11 +108,101 @@ node\_modules/typescript/lib/lib.es5.d.ts:1078 *** -### prepareStackTrace()? +### stackTraceLimit -> `static` `optional` **prepareStackTrace**: (`err`, `stackTraces`) => `any` +> `static` **stackTraceLimit**: `number` -Optional override for formatting stack traces +The `Error.stackTraceLimit` property specifies the number of stack frames +collected by a stack trace (whether generated by `new Error().stack` or +`Error.captureStackTrace(obj)`). + +The default value is `10` but may be set to any valid JavaScript number. Changes +will affect any stack trace captured _after_ the value has been changed. + +If set to a non-number value, or set to a negative number, stack traces will +not capture any frames. + +#### Inherited from + +`Error.stackTraceLimit` + +#### Defined in + +node\_modules/@types/node/globals.d.ts:162 + +## Methods + +### captureStackTrace() + +> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void` + +Creates a `.stack` property on `targetObject`, which when accessed returns +a string representing the location in the code at which +`Error.captureStackTrace()` was called. + +```js +const myObject = {}; +Error.captureStackTrace(myObject); +myObject.stack; // Similar to `new Error().stack` +``` + +The first line of the trace will be prefixed with +`${myObject.name}: ${myObject.message}`. + +The optional `constructorOpt` argument accepts a function. If given, all frames +above `constructorOpt`, including `constructorOpt`, will be omitted from the +generated stack trace. + +The `constructorOpt` argument is useful for hiding implementation +details of error generation from the user. For instance: + +```js +function a() { + b(); +} + +function b() { + c(); +} + +function c() { + // Create an error without stack trace to avoid calculating the stack trace twice. + const { stackTraceLimit } = Error; + Error.stackTraceLimit = 0; + const error = new Error(); + Error.stackTraceLimit = stackTraceLimit; + + // Capture the stack trace above function b + Error.captureStackTrace(error, b); // Neither function c, nor b is included in the stack trace + throw error; +} + +a(); +``` + +#### Parameters + +• **targetObject**: `object` + +• **constructorOpt?**: `Function` + +#### Returns + +`void` + +#### Inherited from + +`Error.captureStackTrace` + +#### Defined in + +node\_modules/@types/node/globals.d.ts:146 + +*** + +### prepareStackTrace() + +> `static` **prepareStackTrace**(`err`, `stackTraces`): `any` #### Parameters @@ -134,44 +224,4 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Defined in -node\_modules/@types/node/globals.d.ts:11 - -*** - -### stackTraceLimit - -> `static` **stackTraceLimit**: `number` - -#### Inherited from - -`Error.stackTraceLimit` - -#### Defined in - -node\_modules/@types/node/globals.d.ts:13 - -## Methods - -### captureStackTrace() - -> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void` - -Create .stack property on a target object - -#### Parameters - -• **targetObject**: `object` - -• **constructorOpt?**: `Function` - -#### Returns - -`void` - -#### Inherited from - -`Error.captureStackTrace` - -#### Defined in - -node\_modules/@types/node/globals.d.ts:4 +node\_modules/@types/node/globals.d.ts:150 diff --git a/docs/api/namespaces/Utils/classes/InnertubeError.md b/docs/api/namespaces/Utils/classes/InnertubeError.md index b2540fcc..1bc34f31 100644 --- a/docs/api/namespaces/Utils/classes/InnertubeError.md +++ b/docs/api/namespaces/Utils/classes/InnertubeError.md @@ -34,7 +34,7 @@ #### Defined in -[src/utils/Utils.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L35) +[src/utils/Utils.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L35) ## Properties @@ -58,7 +58,7 @@ node\_modules/typescript/lib/lib.es2022.error.d.ts:24 #### Defined in -[src/utils/Utils.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L31) +[src/utils/Utils.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L31) *** @@ -68,7 +68,7 @@ node\_modules/typescript/lib/lib.es2022.error.d.ts:24 #### Defined in -[src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L33) +[src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L33) *** @@ -120,15 +120,105 @@ node\_modules/typescript/lib/lib.es5.d.ts:1078 #### Defined in -[src/utils/Utils.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L32) +[src/utils/Utils.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L32) *** -### prepareStackTrace()? +### stackTraceLimit -> `static` `optional` **prepareStackTrace**: (`err`, `stackTraces`) => `any` +> `static` **stackTraceLimit**: `number` -Optional override for formatting stack traces +The `Error.stackTraceLimit` property specifies the number of stack frames +collected by a stack trace (whether generated by `new Error().stack` or +`Error.captureStackTrace(obj)`). + +The default value is `10` but may be set to any valid JavaScript number. Changes +will affect any stack trace captured _after_ the value has been changed. + +If set to a non-number value, or set to a negative number, stack traces will +not capture any frames. + +#### Inherited from + +`Error.stackTraceLimit` + +#### Defined in + +node\_modules/@types/node/globals.d.ts:162 + +## Methods + +### captureStackTrace() + +> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void` + +Creates a `.stack` property on `targetObject`, which when accessed returns +a string representing the location in the code at which +`Error.captureStackTrace()` was called. + +```js +const myObject = {}; +Error.captureStackTrace(myObject); +myObject.stack; // Similar to `new Error().stack` +``` + +The first line of the trace will be prefixed with +`${myObject.name}: ${myObject.message}`. + +The optional `constructorOpt` argument accepts a function. If given, all frames +above `constructorOpt`, including `constructorOpt`, will be omitted from the +generated stack trace. + +The `constructorOpt` argument is useful for hiding implementation +details of error generation from the user. For instance: + +```js +function a() { + b(); +} + +function b() { + c(); +} + +function c() { + // Create an error without stack trace to avoid calculating the stack trace twice. + const { stackTraceLimit } = Error; + Error.stackTraceLimit = 0; + const error = new Error(); + Error.stackTraceLimit = stackTraceLimit; + + // Capture the stack trace above function b + Error.captureStackTrace(error, b); // Neither function c, nor b is included in the stack trace + throw error; +} + +a(); +``` + +#### Parameters + +• **targetObject**: `object` + +• **constructorOpt?**: `Function` + +#### Returns + +`void` + +#### Inherited from + +`Error.captureStackTrace` + +#### Defined in + +node\_modules/@types/node/globals.d.ts:146 + +*** + +### prepareStackTrace() + +> `static` **prepareStackTrace**(`err`, `stackTraces`): `any` #### Parameters @@ -150,44 +240,4 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Defined in -node\_modules/@types/node/globals.d.ts:11 - -*** - -### stackTraceLimit - -> `static` **stackTraceLimit**: `number` - -#### Inherited from - -`Error.stackTraceLimit` - -#### Defined in - -node\_modules/@types/node/globals.d.ts:13 - -## Methods - -### captureStackTrace() - -> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void` - -Create .stack property on a target object - -#### Parameters - -• **targetObject**: `object` - -• **constructorOpt?**: `Function` - -#### Returns - -`void` - -#### Inherited from - -`Error.captureStackTrace` - -#### Defined in - -node\_modules/@types/node/globals.d.ts:4 +node\_modules/@types/node/globals.d.ts:150 diff --git a/docs/api/namespaces/Utils/classes/MissingParamError.md b/docs/api/namespaces/Utils/classes/MissingParamError.md index 15bffac9..9ca3c5cc 100644 --- a/docs/api/namespaces/Utils/classes/MissingParamError.md +++ b/docs/api/namespaces/Utils/classes/MissingParamError.md @@ -28,7 +28,7 @@ #### Defined in -[src/utils/Utils.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L35) +[src/utils/Utils.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L35) ## Properties @@ -56,7 +56,7 @@ node\_modules/typescript/lib/lib.es2022.error.d.ts:24 #### Defined in -[src/utils/Utils.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L31) +[src/utils/Utils.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L31) *** @@ -70,7 +70,7 @@ node\_modules/typescript/lib/lib.es2022.error.d.ts:24 #### Defined in -[src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L33) +[src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L33) *** @@ -126,15 +126,105 @@ node\_modules/typescript/lib/lib.es5.d.ts:1078 #### Defined in -[src/utils/Utils.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L32) +[src/utils/Utils.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L32) *** -### prepareStackTrace()? +### stackTraceLimit -> `static` `optional` **prepareStackTrace**: (`err`, `stackTraces`) => `any` +> `static` **stackTraceLimit**: `number` -Optional override for formatting stack traces +The `Error.stackTraceLimit` property specifies the number of stack frames +collected by a stack trace (whether generated by `new Error().stack` or +`Error.captureStackTrace(obj)`). + +The default value is `10` but may be set to any valid JavaScript number. Changes +will affect any stack trace captured _after_ the value has been changed. + +If set to a non-number value, or set to a negative number, stack traces will +not capture any frames. + +#### Inherited from + +[`InnertubeError`](InnertubeError.md).[`stackTraceLimit`](InnertubeError.md#stacktracelimit) + +#### Defined in + +node\_modules/@types/node/globals.d.ts:162 + +## Methods + +### captureStackTrace() + +> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void` + +Creates a `.stack` property on `targetObject`, which when accessed returns +a string representing the location in the code at which +`Error.captureStackTrace()` was called. + +```js +const myObject = {}; +Error.captureStackTrace(myObject); +myObject.stack; // Similar to `new Error().stack` +``` + +The first line of the trace will be prefixed with +`${myObject.name}: ${myObject.message}`. + +The optional `constructorOpt` argument accepts a function. If given, all frames +above `constructorOpt`, including `constructorOpt`, will be omitted from the +generated stack trace. + +The `constructorOpt` argument is useful for hiding implementation +details of error generation from the user. For instance: + +```js +function a() { + b(); +} + +function b() { + c(); +} + +function c() { + // Create an error without stack trace to avoid calculating the stack trace twice. + const { stackTraceLimit } = Error; + Error.stackTraceLimit = 0; + const error = new Error(); + Error.stackTraceLimit = stackTraceLimit; + + // Capture the stack trace above function b + Error.captureStackTrace(error, b); // Neither function c, nor b is included in the stack trace + throw error; +} + +a(); +``` + +#### Parameters + +• **targetObject**: `object` + +• **constructorOpt?**: `Function` + +#### Returns + +`void` + +#### Inherited from + +[`InnertubeError`](InnertubeError.md).[`captureStackTrace`](InnertubeError.md#capturestacktrace) + +#### Defined in + +node\_modules/@types/node/globals.d.ts:146 + +*** + +### prepareStackTrace() + +> `static` **prepareStackTrace**(`err`, `stackTraces`): `any` #### Parameters @@ -156,44 +246,4 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Defined in -node\_modules/@types/node/globals.d.ts:11 - -*** - -### stackTraceLimit - -> `static` **stackTraceLimit**: `number` - -#### Inherited from - -[`InnertubeError`](InnertubeError.md).[`stackTraceLimit`](InnertubeError.md#stacktracelimit) - -#### Defined in - -node\_modules/@types/node/globals.d.ts:13 - -## Methods - -### captureStackTrace() - -> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void` - -Create .stack property on a target object - -#### Parameters - -• **targetObject**: `object` - -• **constructorOpt?**: `Function` - -#### Returns - -`void` - -#### Inherited from - -[`InnertubeError`](InnertubeError.md).[`captureStackTrace`](InnertubeError.md#capturestacktrace) - -#### Defined in - -node\_modules/@types/node/globals.d.ts:4 +node\_modules/@types/node/globals.d.ts:150 diff --git a/docs/api/namespaces/Utils/classes/OAuth2Error.md b/docs/api/namespaces/Utils/classes/OAuth2Error.md index 4fe7c4c6..04805881 100644 --- a/docs/api/namespaces/Utils/classes/OAuth2Error.md +++ b/docs/api/namespaces/Utils/classes/OAuth2Error.md @@ -28,7 +28,7 @@ #### Defined in -[src/utils/Utils.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L35) +[src/utils/Utils.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L35) ## Properties @@ -56,7 +56,7 @@ node\_modules/typescript/lib/lib.es2022.error.d.ts:24 #### Defined in -[src/utils/Utils.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L31) +[src/utils/Utils.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L31) *** @@ -70,7 +70,7 @@ node\_modules/typescript/lib/lib.es2022.error.d.ts:24 #### Defined in -[src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L33) +[src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L33) *** @@ -126,15 +126,105 @@ node\_modules/typescript/lib/lib.es5.d.ts:1078 #### Defined in -[src/utils/Utils.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L32) +[src/utils/Utils.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L32) *** -### prepareStackTrace()? +### stackTraceLimit -> `static` `optional` **prepareStackTrace**: (`err`, `stackTraces`) => `any` +> `static` **stackTraceLimit**: `number` -Optional override for formatting stack traces +The `Error.stackTraceLimit` property specifies the number of stack frames +collected by a stack trace (whether generated by `new Error().stack` or +`Error.captureStackTrace(obj)`). + +The default value is `10` but may be set to any valid JavaScript number. Changes +will affect any stack trace captured _after_ the value has been changed. + +If set to a non-number value, or set to a negative number, stack traces will +not capture any frames. + +#### Inherited from + +[`InnertubeError`](InnertubeError.md).[`stackTraceLimit`](InnertubeError.md#stacktracelimit) + +#### Defined in + +node\_modules/@types/node/globals.d.ts:162 + +## Methods + +### captureStackTrace() + +> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void` + +Creates a `.stack` property on `targetObject`, which when accessed returns +a string representing the location in the code at which +`Error.captureStackTrace()` was called. + +```js +const myObject = {}; +Error.captureStackTrace(myObject); +myObject.stack; // Similar to `new Error().stack` +``` + +The first line of the trace will be prefixed with +`${myObject.name}: ${myObject.message}`. + +The optional `constructorOpt` argument accepts a function. If given, all frames +above `constructorOpt`, including `constructorOpt`, will be omitted from the +generated stack trace. + +The `constructorOpt` argument is useful for hiding implementation +details of error generation from the user. For instance: + +```js +function a() { + b(); +} + +function b() { + c(); +} + +function c() { + // Create an error without stack trace to avoid calculating the stack trace twice. + const { stackTraceLimit } = Error; + Error.stackTraceLimit = 0; + const error = new Error(); + Error.stackTraceLimit = stackTraceLimit; + + // Capture the stack trace above function b + Error.captureStackTrace(error, b); // Neither function c, nor b is included in the stack trace + throw error; +} + +a(); +``` + +#### Parameters + +• **targetObject**: `object` + +• **constructorOpt?**: `Function` + +#### Returns + +`void` + +#### Inherited from + +[`InnertubeError`](InnertubeError.md).[`captureStackTrace`](InnertubeError.md#capturestacktrace) + +#### Defined in + +node\_modules/@types/node/globals.d.ts:146 + +*** + +### prepareStackTrace() + +> `static` **prepareStackTrace**(`err`, `stackTraces`): `any` #### Parameters @@ -156,44 +246,4 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Defined in -node\_modules/@types/node/globals.d.ts:11 - -*** - -### stackTraceLimit - -> `static` **stackTraceLimit**: `number` - -#### Inherited from - -[`InnertubeError`](InnertubeError.md).[`stackTraceLimit`](InnertubeError.md#stacktracelimit) - -#### Defined in - -node\_modules/@types/node/globals.d.ts:13 - -## Methods - -### captureStackTrace() - -> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void` - -Create .stack property on a target object - -#### Parameters - -• **targetObject**: `object` - -• **constructorOpt?**: `Function` - -#### Returns - -`void` - -#### Inherited from - -[`InnertubeError`](InnertubeError.md).[`captureStackTrace`](InnertubeError.md#capturestacktrace) - -#### Defined in - -node\_modules/@types/node/globals.d.ts:4 +node\_modules/@types/node/globals.d.ts:150 diff --git a/docs/api/namespaces/Utils/classes/ParsingError.md b/docs/api/namespaces/Utils/classes/ParsingError.md index 37479eda..2c581033 100644 --- a/docs/api/namespaces/Utils/classes/ParsingError.md +++ b/docs/api/namespaces/Utils/classes/ParsingError.md @@ -28,7 +28,7 @@ #### Defined in -[src/utils/Utils.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L35) +[src/utils/Utils.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L35) ## Properties @@ -56,7 +56,7 @@ node\_modules/typescript/lib/lib.es2022.error.d.ts:24 #### Defined in -[src/utils/Utils.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L31) +[src/utils/Utils.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L31) *** @@ -70,7 +70,7 @@ node\_modules/typescript/lib/lib.es2022.error.d.ts:24 #### Defined in -[src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L33) +[src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L33) *** @@ -126,15 +126,105 @@ node\_modules/typescript/lib/lib.es5.d.ts:1078 #### Defined in -[src/utils/Utils.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L32) +[src/utils/Utils.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L32) *** -### prepareStackTrace()? +### stackTraceLimit -> `static` `optional` **prepareStackTrace**: (`err`, `stackTraces`) => `any` +> `static` **stackTraceLimit**: `number` -Optional override for formatting stack traces +The `Error.stackTraceLimit` property specifies the number of stack frames +collected by a stack trace (whether generated by `new Error().stack` or +`Error.captureStackTrace(obj)`). + +The default value is `10` but may be set to any valid JavaScript number. Changes +will affect any stack trace captured _after_ the value has been changed. + +If set to a non-number value, or set to a negative number, stack traces will +not capture any frames. + +#### Inherited from + +[`InnertubeError`](InnertubeError.md).[`stackTraceLimit`](InnertubeError.md#stacktracelimit) + +#### Defined in + +node\_modules/@types/node/globals.d.ts:162 + +## Methods + +### captureStackTrace() + +> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void` + +Creates a `.stack` property on `targetObject`, which when accessed returns +a string representing the location in the code at which +`Error.captureStackTrace()` was called. + +```js +const myObject = {}; +Error.captureStackTrace(myObject); +myObject.stack; // Similar to `new Error().stack` +``` + +The first line of the trace will be prefixed with +`${myObject.name}: ${myObject.message}`. + +The optional `constructorOpt` argument accepts a function. If given, all frames +above `constructorOpt`, including `constructorOpt`, will be omitted from the +generated stack trace. + +The `constructorOpt` argument is useful for hiding implementation +details of error generation from the user. For instance: + +```js +function a() { + b(); +} + +function b() { + c(); +} + +function c() { + // Create an error without stack trace to avoid calculating the stack trace twice. + const { stackTraceLimit } = Error; + Error.stackTraceLimit = 0; + const error = new Error(); + Error.stackTraceLimit = stackTraceLimit; + + // Capture the stack trace above function b + Error.captureStackTrace(error, b); // Neither function c, nor b is included in the stack trace + throw error; +} + +a(); +``` + +#### Parameters + +• **targetObject**: `object` + +• **constructorOpt?**: `Function` + +#### Returns + +`void` + +#### Inherited from + +[`InnertubeError`](InnertubeError.md).[`captureStackTrace`](InnertubeError.md#capturestacktrace) + +#### Defined in + +node\_modules/@types/node/globals.d.ts:146 + +*** + +### prepareStackTrace() + +> `static` **prepareStackTrace**(`err`, `stackTraces`): `any` #### Parameters @@ -156,44 +246,4 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Defined in -node\_modules/@types/node/globals.d.ts:11 - -*** - -### stackTraceLimit - -> `static` **stackTraceLimit**: `number` - -#### Inherited from - -[`InnertubeError`](InnertubeError.md).[`stackTraceLimit`](InnertubeError.md#stacktracelimit) - -#### Defined in - -node\_modules/@types/node/globals.d.ts:13 - -## Methods - -### captureStackTrace() - -> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void` - -Create .stack property on a target object - -#### Parameters - -• **targetObject**: `object` - -• **constructorOpt?**: `Function` - -#### Returns - -`void` - -#### Inherited from - -[`InnertubeError`](InnertubeError.md).[`captureStackTrace`](InnertubeError.md#capturestacktrace) - -#### Defined in - -node\_modules/@types/node/globals.d.ts:4 +node\_modules/@types/node/globals.d.ts:150 diff --git a/docs/api/namespaces/Utils/classes/PlayerError.md b/docs/api/namespaces/Utils/classes/PlayerError.md index ff8e3452..97a959c3 100644 --- a/docs/api/namespaces/Utils/classes/PlayerError.md +++ b/docs/api/namespaces/Utils/classes/PlayerError.md @@ -108,11 +108,101 @@ node\_modules/typescript/lib/lib.es5.d.ts:1078 *** -### prepareStackTrace()? +### stackTraceLimit -> `static` `optional` **prepareStackTrace**: (`err`, `stackTraces`) => `any` +> `static` **stackTraceLimit**: `number` -Optional override for formatting stack traces +The `Error.stackTraceLimit` property specifies the number of stack frames +collected by a stack trace (whether generated by `new Error().stack` or +`Error.captureStackTrace(obj)`). + +The default value is `10` but may be set to any valid JavaScript number. Changes +will affect any stack trace captured _after_ the value has been changed. + +If set to a non-number value, or set to a negative number, stack traces will +not capture any frames. + +#### Inherited from + +`Error.stackTraceLimit` + +#### Defined in + +node\_modules/@types/node/globals.d.ts:162 + +## Methods + +### captureStackTrace() + +> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void` + +Creates a `.stack` property on `targetObject`, which when accessed returns +a string representing the location in the code at which +`Error.captureStackTrace()` was called. + +```js +const myObject = {}; +Error.captureStackTrace(myObject); +myObject.stack; // Similar to `new Error().stack` +``` + +The first line of the trace will be prefixed with +`${myObject.name}: ${myObject.message}`. + +The optional `constructorOpt` argument accepts a function. If given, all frames +above `constructorOpt`, including `constructorOpt`, will be omitted from the +generated stack trace. + +The `constructorOpt` argument is useful for hiding implementation +details of error generation from the user. For instance: + +```js +function a() { + b(); +} + +function b() { + c(); +} + +function c() { + // Create an error without stack trace to avoid calculating the stack trace twice. + const { stackTraceLimit } = Error; + Error.stackTraceLimit = 0; + const error = new Error(); + Error.stackTraceLimit = stackTraceLimit; + + // Capture the stack trace above function b + Error.captureStackTrace(error, b); // Neither function c, nor b is included in the stack trace + throw error; +} + +a(); +``` + +#### Parameters + +• **targetObject**: `object` + +• **constructorOpt?**: `Function` + +#### Returns + +`void` + +#### Inherited from + +`Error.captureStackTrace` + +#### Defined in + +node\_modules/@types/node/globals.d.ts:146 + +*** + +### prepareStackTrace() + +> `static` **prepareStackTrace**(`err`, `stackTraces`): `any` #### Parameters @@ -134,44 +224,4 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Defined in -node\_modules/@types/node/globals.d.ts:11 - -*** - -### stackTraceLimit - -> `static` **stackTraceLimit**: `number` - -#### Inherited from - -`Error.stackTraceLimit` - -#### Defined in - -node\_modules/@types/node/globals.d.ts:13 - -## Methods - -### captureStackTrace() - -> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void` - -Create .stack property on a target object - -#### Parameters - -• **targetObject**: `object` - -• **constructorOpt?**: `Function` - -#### Returns - -`void` - -#### Inherited from - -`Error.captureStackTrace` - -#### Defined in - -node\_modules/@types/node/globals.d.ts:4 +node\_modules/@types/node/globals.d.ts:150 diff --git a/docs/api/namespaces/Utils/classes/SessionError.md b/docs/api/namespaces/Utils/classes/SessionError.md index 6e82be45..78cbce6d 100644 --- a/docs/api/namespaces/Utils/classes/SessionError.md +++ b/docs/api/namespaces/Utils/classes/SessionError.md @@ -108,11 +108,101 @@ node\_modules/typescript/lib/lib.es5.d.ts:1078 *** -### prepareStackTrace()? +### stackTraceLimit -> `static` `optional` **prepareStackTrace**: (`err`, `stackTraces`) => `any` +> `static` **stackTraceLimit**: `number` -Optional override for formatting stack traces +The `Error.stackTraceLimit` property specifies the number of stack frames +collected by a stack trace (whether generated by `new Error().stack` or +`Error.captureStackTrace(obj)`). + +The default value is `10` but may be set to any valid JavaScript number. Changes +will affect any stack trace captured _after_ the value has been changed. + +If set to a non-number value, or set to a negative number, stack traces will +not capture any frames. + +#### Inherited from + +`Error.stackTraceLimit` + +#### Defined in + +node\_modules/@types/node/globals.d.ts:162 + +## Methods + +### captureStackTrace() + +> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void` + +Creates a `.stack` property on `targetObject`, which when accessed returns +a string representing the location in the code at which +`Error.captureStackTrace()` was called. + +```js +const myObject = {}; +Error.captureStackTrace(myObject); +myObject.stack; // Similar to `new Error().stack` +``` + +The first line of the trace will be prefixed with +`${myObject.name}: ${myObject.message}`. + +The optional `constructorOpt` argument accepts a function. If given, all frames +above `constructorOpt`, including `constructorOpt`, will be omitted from the +generated stack trace. + +The `constructorOpt` argument is useful for hiding implementation +details of error generation from the user. For instance: + +```js +function a() { + b(); +} + +function b() { + c(); +} + +function c() { + // Create an error without stack trace to avoid calculating the stack trace twice. + const { stackTraceLimit } = Error; + Error.stackTraceLimit = 0; + const error = new Error(); + Error.stackTraceLimit = stackTraceLimit; + + // Capture the stack trace above function b + Error.captureStackTrace(error, b); // Neither function c, nor b is included in the stack trace + throw error; +} + +a(); +``` + +#### Parameters + +• **targetObject**: `object` + +• **constructorOpt?**: `Function` + +#### Returns + +`void` + +#### Inherited from + +`Error.captureStackTrace` + +#### Defined in + +node\_modules/@types/node/globals.d.ts:146 + +*** + +### prepareStackTrace() + +> `static` **prepareStackTrace**(`err`, `stackTraces`): `any` #### Parameters @@ -134,44 +224,4 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Defined in -node\_modules/@types/node/globals.d.ts:11 - -*** - -### stackTraceLimit - -> `static` **stackTraceLimit**: `number` - -#### Inherited from - -`Error.stackTraceLimit` - -#### Defined in - -node\_modules/@types/node/globals.d.ts:13 - -## Methods - -### captureStackTrace() - -> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void` - -Create .stack property on a target object - -#### Parameters - -• **targetObject**: `object` - -• **constructorOpt?**: `Function` - -#### Returns - -`void` - -#### Inherited from - -`Error.captureStackTrace` - -#### Defined in - -node\_modules/@types/node/globals.d.ts:4 +node\_modules/@types/node/globals.d.ts:150 diff --git a/docs/api/namespaces/Utils/functions/base64ToU8.md b/docs/api/namespaces/Utils/functions/base64ToU8.md index aa6bb1a7..5a67f4a1 100644 --- a/docs/api/namespaces/Utils/functions/base64ToU8.md +++ b/docs/api/namespaces/Utils/functions/base64ToU8.md @@ -14,4 +14,4 @@ ## Defined in -[src/utils/Utils.ts:252](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L252) +[src/utils/Utils.ts:252](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L252) diff --git a/docs/api/namespaces/Utils/functions/concatMemos.md b/docs/api/namespaces/Utils/functions/concatMemos.md index 15a568a3..2749c8cf 100644 --- a/docs/api/namespaces/Utils/functions/concatMemos.md +++ b/docs/api/namespaces/Utils/functions/concatMemos.md @@ -14,4 +14,4 @@ ## Defined in -[src/utils/Utils.ts:156](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L156) +[src/utils/Utils.ts:156](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L156) diff --git a/docs/api/namespaces/Utils/functions/debugFetch.md b/docs/api/namespaces/Utils/functions/debugFetch.md index e4951d5f..58f3147b 100644 --- a/docs/api/namespaces/Utils/functions/debugFetch.md +++ b/docs/api/namespaces/Utils/functions/debugFetch.md @@ -2,20 +2,40 @@ # Function: debugFetch() +## debugFetch(input, init) + > **debugFetch**(`input`, `init`?): `Promise`\<`Response`\> [MDN Reference](https://developer.mozilla.org/docs/Web/API/fetch) -## Parameters +### Parameters • **input**: `URL` \| `RequestInfo` • **init?**: `RequestInit` -## Returns +### Returns `Promise`\<`Response`\> -## Defined in +### Defined in -[src/utils/Utils.ts:207](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L207) +[src/utils/Utils.ts:207](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L207) + +## debugFetch(input, init) + +> **debugFetch**(`input`, `init`?): `Promise`\<`Response`\> + +### Parameters + +• **input**: `string` \| `URL` \| `Request` + +• **init?**: `RequestInit` + +### Returns + +`Promise`\<`Response`\> + +### Defined in + +[src/utils/Utils.ts:207](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L207) diff --git a/docs/api/namespaces/Utils/functions/deepCompare.md b/docs/api/namespaces/Utils/functions/deepCompare.md index 58a564a2..fcd37969 100644 --- a/docs/api/namespaces/Utils/functions/deepCompare.md +++ b/docs/api/namespaces/Utils/functions/deepCompare.md @@ -19,4 +19,4 @@ objects with methods. ## Defined in -[src/utils/Utils.ts:69](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L69) +[src/utils/Utils.ts:69](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L69) diff --git a/docs/api/namespaces/Utils/functions/escapeStringRegexp.md b/docs/api/namespaces/Utils/functions/escapeStringRegexp.md index d33445f7..ab7eeb0d 100644 --- a/docs/api/namespaces/Utils/functions/escapeStringRegexp.md +++ b/docs/api/namespaces/Utils/functions/escapeStringRegexp.md @@ -14,4 +14,4 @@ ## Defined in -[src/utils/Utils.ts:92](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L92) +[src/utils/Utils.ts:92](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L92) diff --git a/docs/api/namespaces/Utils/functions/findFunction.md b/docs/api/namespaces/Utils/functions/findFunction.md index 2f2506ae..27533f55 100644 --- a/docs/api/namespaces/Utils/functions/findFunction.md +++ b/docs/api/namespaces/Utils/functions/findFunction.md @@ -29,4 +29,4 @@ console.log(result); ## Defined in -[src/utils/Utils.ts:311](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L311) +[src/utils/Utils.ts:311](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L311) diff --git a/docs/api/namespaces/Utils/functions/findVariable.md b/docs/api/namespaces/Utils/functions/findVariable.md index 3dca0602..e81b81ed 100644 --- a/docs/api/namespaces/Utils/functions/findVariable.md +++ b/docs/api/namespaces/Utils/functions/findVariable.md @@ -37,4 +37,4 @@ console.log(c?.result); ## Defined in -[src/utils/Utils.ts:376](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L376) +[src/utils/Utils.ts:376](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L376) diff --git a/docs/api/namespaces/Utils/functions/generateRandomString.md b/docs/api/namespaces/Utils/functions/generateRandomString.md index 3be054ec..10c54edf 100644 --- a/docs/api/namespaces/Utils/functions/generateRandomString.md +++ b/docs/api/namespaces/Utils/functions/generateRandomString.md @@ -16,4 +16,4 @@ Generates a random string with the given length. ## Defined in -[src/utils/Utils.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L126) +[src/utils/Utils.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L126) diff --git a/docs/api/namespaces/Utils/functions/generateSidAuth.md b/docs/api/namespaces/Utils/functions/generateSidAuth.md index 17e50f80..51e2ff62 100644 --- a/docs/api/namespaces/Utils/functions/generateSidAuth.md +++ b/docs/api/namespaces/Utils/functions/generateSidAuth.md @@ -18,4 +18,4 @@ Sid extracted from cookies ## Defined in -[src/utils/Utils.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L112) +[src/utils/Utils.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L112) diff --git a/docs/api/namespaces/Utils/functions/getCookie.md b/docs/api/namespaces/Utils/functions/getCookie.md index 5944fb4e..b9f4f125 100644 --- a/docs/api/namespaces/Utils/functions/getCookie.md +++ b/docs/api/namespaces/Utils/functions/getCookie.md @@ -18,4 +18,4 @@ ## Defined in -[src/utils/Utils.ts:262](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L262) +[src/utils/Utils.ts:262](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L262) diff --git a/docs/api/namespaces/Utils/functions/getRandomUserAgent.md b/docs/api/namespaces/Utils/functions/getRandomUserAgent.md index 5eebfe94..d6aab473 100644 --- a/docs/api/namespaces/Utils/functions/getRandomUserAgent.md +++ b/docs/api/namespaces/Utils/functions/getRandomUserAgent.md @@ -18,4 +18,4 @@ mobile | desktop ## Defined in -[src/utils/Utils.ts:102](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L102) +[src/utils/Utils.ts:102](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L102) diff --git a/docs/api/namespaces/Utils/functions/getStringBetweenStrings.md b/docs/api/namespaces/Utils/functions/getStringBetweenStrings.md index 202e3282..d42ebf1d 100644 --- a/docs/api/namespaces/Utils/functions/getStringBetweenStrings.md +++ b/docs/api/namespaces/Utils/functions/getStringBetweenStrings.md @@ -26,4 +26,4 @@ end string. ## Defined in -[src/utils/Utils.ts:86](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L86) +[src/utils/Utils.ts:86](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L86) diff --git a/docs/api/namespaces/Utils/functions/hasKeys.md b/docs/api/namespaces/Utils/functions/hasKeys.md index 667d606c..7bda22ba 100644 --- a/docs/api/namespaces/Utils/functions/hasKeys.md +++ b/docs/api/namespaces/Utils/functions/hasKeys.md @@ -22,4 +22,4 @@ ## Defined in -[src/utils/Utils.ts:183](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L183) +[src/utils/Utils.ts:183](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L183) diff --git a/docs/api/namespaces/Utils/functions/isTextRun.md b/docs/api/namespaces/Utils/functions/isTextRun.md index d7f53363..c32c5639 100644 --- a/docs/api/namespaces/Utils/functions/isTextRun.md +++ b/docs/api/namespaces/Utils/functions/isTextRun.md @@ -14,4 +14,4 @@ ## Defined in -[src/utils/Utils.ts:258](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L258) +[src/utils/Utils.ts:258](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L258) diff --git a/docs/api/namespaces/Utils/functions/streamToIterable.md b/docs/api/namespaces/Utils/functions/streamToIterable.md index 3e1fe74c..158f98da 100644 --- a/docs/api/namespaces/Utils/functions/streamToIterable.md +++ b/docs/api/namespaces/Utils/functions/streamToIterable.md @@ -14,4 +14,4 @@ ## Defined in -[src/utils/Utils.ts:191](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L191) +[src/utils/Utils.ts:191](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L191) diff --git a/docs/api/namespaces/Utils/functions/throwIfMissing.md b/docs/api/namespaces/Utils/functions/throwIfMissing.md index 3549799b..67126538 100644 --- a/docs/api/namespaces/Utils/functions/throwIfMissing.md +++ b/docs/api/namespaces/Utils/functions/throwIfMissing.md @@ -14,4 +14,4 @@ ## Defined in -[src/utils/Utils.ts:176](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L176) +[src/utils/Utils.ts:176](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L176) diff --git a/docs/api/namespaces/Utils/functions/timeToSeconds.md b/docs/api/namespaces/Utils/functions/timeToSeconds.md index fd06d455..d28a5303 100644 --- a/docs/api/namespaces/Utils/functions/timeToSeconds.md +++ b/docs/api/namespaces/Utils/functions/timeToSeconds.md @@ -18,4 +18,4 @@ seconds ## Defined in -[src/utils/Utils.ts:142](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L142) +[src/utils/Utils.ts:142](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L142) diff --git a/docs/api/namespaces/Utils/functions/u8ToBase64.md b/docs/api/namespaces/Utils/functions/u8ToBase64.md index bc8da4a4..1f2304a2 100644 --- a/docs/api/namespaces/Utils/functions/u8ToBase64.md +++ b/docs/api/namespaces/Utils/functions/u8ToBase64.md @@ -14,4 +14,4 @@ ## Defined in -[src/utils/Utils.ts:248](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L248) +[src/utils/Utils.ts:248](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L248) diff --git a/docs/api/namespaces/Utils/type-aliases/ASTLookupArgs.md b/docs/api/namespaces/Utils/type-aliases/ASTLookupArgs.md index cb06e13c..25331631 100644 --- a/docs/api/namespaces/Utils/type-aliases/ASTLookupArgs.md +++ b/docs/api/namespaces/Utils/type-aliases/ASTLookupArgs.md @@ -32,4 +32,4 @@ A regular expression that the function's code must match. ## Defined in -[src/utils/Utils.ts:268](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L268) +[src/utils/Utils.ts:268](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L268) diff --git a/docs/api/namespaces/Utils/type-aliases/ASTLookupResult.md b/docs/api/namespaces/Utils/type-aliases/ASTLookupResult.md index b782e593..607d6bd8 100644 --- a/docs/api/namespaces/Utils/type-aliases/ASTLookupResult.md +++ b/docs/api/namespaces/Utils/type-aliases/ASTLookupResult.md @@ -28,4 +28,4 @@ ## Defined in -[src/utils/Utils.ts:290](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L290) +[src/utils/Utils.ts:290](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L290) diff --git a/docs/api/namespaces/Utils/type-aliases/DeviceCategory.md b/docs/api/namespaces/Utils/type-aliases/DeviceCategory.md index 4166e29f..6f90244a 100644 --- a/docs/api/namespaces/Utils/type-aliases/DeviceCategory.md +++ b/docs/api/namespaces/Utils/type-aliases/DeviceCategory.md @@ -6,4 +6,4 @@ ## Defined in -[src/utils/Utils.ts:96](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L96) +[src/utils/Utils.ts:96](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L96) diff --git a/docs/api/namespaces/YT/classes/AccountInfo.md b/docs/api/namespaces/YT/classes/AccountInfo.md index 347333d8..ba8e4dc7 100644 --- a/docs/api/namespaces/YT/classes/AccountInfo.md +++ b/docs/api/namespaces/YT/classes/AccountInfo.md @@ -18,7 +18,7 @@ #### Defined in -[src/parser/youtube/AccountInfo.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/AccountInfo.ts#L14) +[src/parser/youtube/AccountInfo.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/AccountInfo.ts#L14) ## Properties @@ -28,7 +28,7 @@ #### Defined in -[src/parser/youtube/AccountInfo.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/AccountInfo.ts#L12) +[src/parser/youtube/AccountInfo.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/AccountInfo.ts#L12) ## Accessors @@ -42,4 +42,4 @@ #### Defined in -[src/parser/youtube/AccountInfo.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/AccountInfo.ts#L28) +[src/parser/youtube/AccountInfo.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/AccountInfo.ts#L28) diff --git a/docs/api/namespaces/YT/classes/Channel.md b/docs/api/namespaces/YT/classes/Channel.md index f2d5901a..4fae3c2d 100644 --- a/docs/api/namespaces/YT/classes/Channel.md +++ b/docs/api/namespaces/YT/classes/Channel.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/youtube/Channel.ts:42](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L42) +[src/parser/youtube/Channel.ts:42](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L42) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/youtube/Channel.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L40) +[src/parser/youtube/Channel.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L40) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/youtube/Channel.ts:37](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L37) +[src/parser/youtube/Channel.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L37) *** @@ -196,7 +196,7 @@ #### Defined in -[src/parser/youtube/Channel.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L38) +[src/parser/youtube/Channel.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L38) *** @@ -206,7 +206,7 @@ #### Defined in -[src/parser/youtube/Channel.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L39) +[src/parser/youtube/Channel.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L39) ## Accessors @@ -224,7 +224,7 @@ #### Defined in -[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181) +[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181) *** @@ -244,7 +244,7 @@ Get all the channels in the feed #### Defined in -[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126) +[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126) *** @@ -258,7 +258,7 @@ Get all the channels in the feed #### Defined in -[src/parser/youtube/Channel.ts:151](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L151) +[src/parser/youtube/Channel.ts:151](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L151) *** @@ -272,7 +272,7 @@ Get all the channels in the feed #### Defined in -[src/parser/youtube/Channel.ts:142](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L142) +[src/parser/youtube/Channel.ts:142](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L142) *** @@ -286,7 +286,7 @@ Get all the channels in the feed #### Defined in -[src/parser/youtube/Channel.ts:289](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L289) +[src/parser/youtube/Channel.ts:289](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L289) *** @@ -300,7 +300,7 @@ Get all the channels in the feed #### Defined in -[src/parser/youtube/Channel.ts:285](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L285) +[src/parser/youtube/Channel.ts:285](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L285) *** @@ -320,7 +320,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L195) +[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L195) *** @@ -334,7 +334,7 @@ Checks if the feed has continuation. #### Defined in -[src/parser/youtube/Channel.ts:277](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L277) +[src/parser/youtube/Channel.ts:277](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L277) *** @@ -348,7 +348,7 @@ Checks if the feed has continuation. #### Defined in -[src/parser/youtube/Channel.ts:253](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L253) +[src/parser/youtube/Channel.ts:253](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L253) *** @@ -362,7 +362,7 @@ Checks if the feed has continuation. #### Defined in -[src/parser/youtube/Channel.ts:265](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L265) +[src/parser/youtube/Channel.ts:265](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L265) *** @@ -376,7 +376,7 @@ Checks if the feed has continuation. #### Defined in -[src/parser/youtube/Channel.ts:281](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L281) +[src/parser/youtube/Channel.ts:281](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L281) *** @@ -390,7 +390,7 @@ Checks if the feed has continuation. #### Defined in -[src/parser/youtube/Channel.ts:273](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L273) +[src/parser/youtube/Channel.ts:273](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L273) *** @@ -404,7 +404,7 @@ Checks if the feed has continuation. #### Defined in -[src/parser/youtube/Channel.ts:269](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L269) +[src/parser/youtube/Channel.ts:269](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L269) *** @@ -418,7 +418,7 @@ Checks if the feed has continuation. #### Defined in -[src/parser/youtube/Channel.ts:296](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L296) +[src/parser/youtube/Channel.ts:296](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L296) *** @@ -432,7 +432,7 @@ Checks if the feed has continuation. #### Defined in -[src/parser/youtube/Channel.ts:261](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L261) +[src/parser/youtube/Channel.ts:261](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L261) *** @@ -446,7 +446,7 @@ Checks if the feed has continuation. #### Defined in -[src/parser/youtube/Channel.ts:257](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L257) +[src/parser/youtube/Channel.ts:257](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L257) *** @@ -464,7 +464,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137) +[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137) *** @@ -484,19 +484,19 @@ Get the original page data #### Defined in -[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188) +[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188) *** ### page\_contents -> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) Returns contents from the page. #### Returns -[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) #### Inherited from @@ -504,7 +504,7 @@ Returns contents from the page. #### Defined in -[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144) +[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144) *** @@ -524,7 +524,7 @@ Get all playlists in the feed #### Defined in -[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133) +[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133) *** @@ -544,7 +544,7 @@ Get all the community posts in the feed #### Defined in -[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119) +[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119) *** @@ -564,7 +564,7 @@ Returns secondary contents from the page. #### Defined in -[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169) +[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169) *** @@ -584,7 +584,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155) +[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155) *** @@ -598,7 +598,7 @@ Returns all segments/sections from the page. #### Defined in -[src/parser/youtube/Channel.ts:146](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L146) +[src/parser/youtube/Channel.ts:146](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L146) *** @@ -616,7 +616,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/TabbedFeed.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L19) +[src/core/mixins/TabbedFeed.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L19) *** @@ -634,7 +634,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/TabbedFeed.ts:55](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L55) +[src/core/mixins/TabbedFeed.ts:55](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L55) *** @@ -654,7 +654,7 @@ Get all the videos in the feed #### Defined in -[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112) +[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112) ## Methods @@ -676,7 +676,7 @@ The content type filter to apply #### Defined in -[src/parser/youtube/Channel.ts:123](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L123) +[src/parser/youtube/Channel.ts:123](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L123) *** @@ -698,7 +698,7 @@ The filter to apply #### Defined in -[src/parser/youtube/Channel.ts:72](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L72) +[src/parser/youtube/Channel.ts:72](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L72) *** @@ -720,7 +720,7 @@ The sort filter to apply #### Defined in -[src/parser/youtube/Channel.ts:100](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L100) +[src/parser/youtube/Channel.ts:100](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L100) *** @@ -737,7 +737,7 @@ Note that this does not return a new [Channel](Channel.md) object. #### Defined in -[src/parser/youtube/Channel.ts:205](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L205) +[src/parser/youtube/Channel.ts:205](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L205) *** @@ -751,7 +751,7 @@ Note that this does not return a new [Channel](Channel.md) object. #### Defined in -[src/parser/youtube/Channel.ts:196](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L196) +[src/parser/youtube/Channel.ts:196](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L196) *** @@ -771,7 +771,7 @@ Retrieves next batch of contents and returns a new [Feed](../../Mixins/classes/F #### Defined in -[src/parser/youtube/Channel.ts:300](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L300) +[src/parser/youtube/Channel.ts:300](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L300) *** @@ -791,7 +791,7 @@ Retrieves continuation data as it is. #### Defined in -[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202) +[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202) *** @@ -805,7 +805,7 @@ Retrieves continuation data as it is. #### Defined in -[src/parser/youtube/Channel.ts:186](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L186) +[src/parser/youtube/Channel.ts:186](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L186) *** @@ -819,7 +819,7 @@ Retrieves continuation data as it is. #### Defined in -[src/parser/youtube/Channel.ts:156](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L156) +[src/parser/youtube/Channel.ts:156](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L156) *** @@ -833,7 +833,7 @@ Retrieves continuation data as it is. #### Defined in -[src/parser/youtube/Channel.ts:171](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L171) +[src/parser/youtube/Channel.ts:171](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L171) *** @@ -847,7 +847,7 @@ Retrieves continuation data as it is. #### Defined in -[src/parser/youtube/Channel.ts:191](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L191) +[src/parser/youtube/Channel.ts:191](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L191) *** @@ -861,7 +861,7 @@ Retrieves continuation data as it is. #### Defined in -[src/parser/youtube/Channel.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L181) +[src/parser/youtube/Channel.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L181) *** @@ -875,7 +875,7 @@ Retrieves continuation data as it is. #### Defined in -[src/parser/youtube/Channel.ts:176](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L176) +[src/parser/youtube/Channel.ts:176](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L176) *** @@ -899,7 +899,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162) +[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162) *** @@ -913,7 +913,7 @@ Finds shelf by title. #### Defined in -[src/parser/youtube/Channel.ts:166](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L166) +[src/parser/youtube/Channel.ts:166](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L166) *** @@ -935,7 +935,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/TabbedFeed.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L23) +[src/core/mixins/TabbedFeed.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L23) *** @@ -957,7 +957,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/TabbedFeed.ts:37](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L37) +[src/core/mixins/TabbedFeed.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L37) *** @@ -971,7 +971,7 @@ Finds shelf by title. #### Defined in -[src/parser/youtube/Channel.ts:161](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L161) +[src/parser/youtube/Channel.ts:161](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L161) *** @@ -993,7 +993,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/TabbedFeed.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L51) +[src/core/mixins/TabbedFeed.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L51) *** @@ -1013,7 +1013,7 @@ Searches within the channel. #### Defined in -[src/parser/youtube/Channel.ts:242](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L242) +[src/parser/youtube/Channel.ts:242](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L242) *** @@ -1037,7 +1037,7 @@ Get all playlists on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94) +[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94) *** @@ -1061,4 +1061,4 @@ Get all videos on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78) +[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78) diff --git a/docs/api/namespaces/YT/classes/ChannelListContinuation.md b/docs/api/namespaces/YT/classes/ChannelListContinuation.md index 7d026e27..fe6e8c09 100644 --- a/docs/api/namespaces/YT/classes/ChannelListContinuation.md +++ b/docs/api/namespaces/YT/classes/ChannelListContinuation.md @@ -30,17 +30,17 @@ #### Defined in -[src/parser/youtube/Channel.ts:311](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L311) +[src/parser/youtube/Channel.ts:311](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L311) ## Properties ### contents? -> `optional` **contents**: [`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md) \| [`OpenPopupAction`](../../YTNodes/classes/OpenPopupAction.md) \| [`NavigateAction`](../../../classes/NavigateAction.md) \| [`ShowMiniplayerCommand`](../../../classes/ShowMiniplayerCommand.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) +> `optional` **contents**: [`OpenPopupAction`](../../YTNodes/classes/OpenPopupAction.md) \| [`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`NavigateAction`](../../../classes/NavigateAction.md) \| [`ShowMiniplayerCommand`](../../../classes/ShowMiniplayerCommand.md) #### Defined in -[src/parser/youtube/Channel.ts:309](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L309) +[src/parser/youtube/Channel.ts:309](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L309) ## Accessors @@ -58,7 +58,7 @@ #### Defined in -[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181) +[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181) *** @@ -78,7 +78,7 @@ Get all the channels in the feed #### Defined in -[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126) +[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126) *** @@ -98,7 +98,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L195) +[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L195) *** @@ -116,7 +116,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137) +[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137) *** @@ -136,19 +136,19 @@ Get the original page data #### Defined in -[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188) +[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188) *** ### page\_contents -> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) Returns contents from the page. #### Returns -[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) #### Inherited from @@ -156,7 +156,7 @@ Returns contents from the page. #### Defined in -[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144) +[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144) *** @@ -176,7 +176,7 @@ Get all playlists in the feed #### Defined in -[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133) +[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133) *** @@ -196,7 +196,7 @@ Get all the community posts in the feed #### Defined in -[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119) +[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119) *** @@ -216,7 +216,7 @@ Returns secondary contents from the page. #### Defined in -[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169) +[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169) *** @@ -236,7 +236,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155) +[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155) *** @@ -256,7 +256,7 @@ Get all the videos in the feed #### Defined in -[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112) +[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112) ## Methods @@ -276,7 +276,7 @@ Retrieves next batch of contents and returns a new [Feed](../../Mixins/classes/F #### Defined in -[src/parser/youtube/Channel.ts:318](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L318) +[src/parser/youtube/Channel.ts:318](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L318) *** @@ -296,7 +296,7 @@ Retrieves continuation data as it is. #### Defined in -[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202) +[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202) *** @@ -320,7 +320,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162) +[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162) *** @@ -344,7 +344,7 @@ Get all playlists on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94) +[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94) *** @@ -368,4 +368,4 @@ Get all videos on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78) +[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78) diff --git a/docs/api/namespaces/YT/classes/Comments.md b/docs/api/namespaces/YT/classes/Comments.md index 1405792f..4c73b054 100644 --- a/docs/api/namespaces/YT/classes/Comments.md +++ b/docs/api/namespaces/YT/classes/Comments.md @@ -22,7 +22,7 @@ #### Defined in -[src/parser/youtube/Comments.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Comments.ts#L23) +[src/parser/youtube/Comments.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Comments.ts#L23) ## Properties @@ -32,7 +32,7 @@ #### Defined in -[src/parser/youtube/Comments.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Comments.ts#L21) +[src/parser/youtube/Comments.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Comments.ts#L21) *** @@ -42,7 +42,7 @@ #### Defined in -[src/parser/youtube/Comments.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Comments.ts#L20) +[src/parser/youtube/Comments.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Comments.ts#L20) ## Accessors @@ -56,7 +56,7 @@ #### Defined in -[src/parser/youtube/Comments.ts:117](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Comments.ts#L117) +[src/parser/youtube/Comments.ts:117](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Comments.ts#L117) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/youtube/Comments.ts:121](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Comments.ts#L121) +[src/parser/youtube/Comments.ts:121](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Comments.ts#L121) ## Methods @@ -92,7 +92,7 @@ Sort type. #### Defined in -[src/parser/youtube/Comments.ts:53](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Comments.ts#L53) +[src/parser/youtube/Comments.ts:53](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Comments.ts#L53) *** @@ -114,7 +114,7 @@ Comment text. #### Defined in -[src/parser/youtube/Comments.ts:80](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Comments.ts#L80) +[src/parser/youtube/Comments.ts:80](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Comments.ts#L80) *** @@ -130,4 +130,4 @@ Retrieves next batch of comments. #### Defined in -[src/parser/youtube/Comments.ts:98](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Comments.ts#L98) +[src/parser/youtube/Comments.ts:98](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Comments.ts#L98) diff --git a/docs/api/namespaces/YT/classes/FilteredChannelList.md b/docs/api/namespaces/YT/classes/FilteredChannelList.md index c83561d6..a1b874b2 100644 --- a/docs/api/namespaces/YT/classes/FilteredChannelList.md +++ b/docs/api/namespaces/YT/classes/FilteredChannelList.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/youtube/Channel.ts:330](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L330) +[src/parser/youtube/Channel.ts:330](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L330) ## Properties @@ -40,17 +40,17 @@ #### Defined in -[src/parser/youtube/Channel.ts:327](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L327) +[src/parser/youtube/Channel.ts:327](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L327) *** ### contents? -> `optional` **contents**: [`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md) \| [`OpenPopupAction`](../../YTNodes/classes/OpenPopupAction.md) \| [`NavigateAction`](../../../classes/NavigateAction.md) \| [`ShowMiniplayerCommand`](../../../classes/ShowMiniplayerCommand.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) +> `optional` **contents**: [`OpenPopupAction`](../../YTNodes/classes/OpenPopupAction.md) \| [`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`NavigateAction`](../../../classes/NavigateAction.md) \| [`ShowMiniplayerCommand`](../../../classes/ShowMiniplayerCommand.md) #### Defined in -[src/parser/youtube/Channel.ts:328](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L328) +[src/parser/youtube/Channel.ts:328](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L328) ## Accessors @@ -68,7 +68,7 @@ #### Defined in -[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181) +[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181) *** @@ -88,7 +88,7 @@ Get all the channels in the feed #### Defined in -[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126) +[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126) *** @@ -108,7 +108,7 @@ Returns the filter chips. #### Defined in -[src/core/mixins/FilterableFeed.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L20) +[src/core/mixins/FilterableFeed.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L20) *** @@ -128,7 +128,7 @@ Returns available filters. #### Defined in -[src/core/mixins/FilterableFeed.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L38) +[src/core/mixins/FilterableFeed.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L38) *** @@ -148,7 +148,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L195) +[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L195) *** @@ -166,7 +166,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137) +[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137) *** @@ -186,19 +186,19 @@ Get the original page data #### Defined in -[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188) +[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188) *** ### page\_contents -> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) Returns contents from the page. #### Returns -[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) #### Inherited from @@ -206,7 +206,7 @@ Returns contents from the page. #### Defined in -[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144) +[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144) *** @@ -226,7 +226,7 @@ Get all playlists in the feed #### Defined in -[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133) +[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133) *** @@ -246,7 +246,7 @@ Get all the community posts in the feed #### Defined in -[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119) +[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119) *** @@ -266,7 +266,7 @@ Returns secondary contents from the page. #### Defined in -[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169) +[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169) *** @@ -286,7 +286,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155) +[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155) *** @@ -306,7 +306,7 @@ Get all the videos in the feed #### Defined in -[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112) +[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112) ## Methods @@ -328,7 +328,7 @@ The filter to apply #### Defined in -[src/parser/youtube/Channel.ts:350](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L350) +[src/parser/youtube/Channel.ts:350](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L350) *** @@ -348,7 +348,7 @@ Retrieves next batch of contents and returns a new [Feed](../../Mixins/classes/F #### Defined in -[src/parser/youtube/Channel.ts:355](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Channel.ts#L355) +[src/parser/youtube/Channel.ts:355](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Channel.ts#L355) *** @@ -368,7 +368,7 @@ Retrieves continuation data as it is. #### Defined in -[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202) +[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202) *** @@ -392,7 +392,7 @@ Applies given filter and returns a new [Feed](../../Mixins/classes/Feed.md) obje #### Defined in -[src/core/mixins/FilterableFeed.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L45) +[src/core/mixins/FilterableFeed.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L45) *** @@ -416,7 +416,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162) +[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162) *** @@ -440,7 +440,7 @@ Get all playlists on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94) +[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94) *** @@ -464,4 +464,4 @@ Get all videos on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78) +[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78) diff --git a/docs/api/namespaces/YT/classes/Guide.md b/docs/api/namespaces/YT/classes/Guide.md index c9008acb..836b208b 100644 --- a/docs/api/namespaces/YT/classes/Guide.md +++ b/docs/api/namespaces/YT/classes/Guide.md @@ -18,7 +18,7 @@ #### Defined in -[src/parser/youtube/Guide.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Guide.ts#L13) +[src/parser/youtube/Guide.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Guide.ts#L13) ## Properties @@ -28,7 +28,7 @@ #### Defined in -[src/parser/youtube/Guide.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Guide.ts#L11) +[src/parser/youtube/Guide.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Guide.ts#L11) ## Accessors @@ -42,4 +42,4 @@ #### Defined in -[src/parser/youtube/Guide.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Guide.ts#L19) +[src/parser/youtube/Guide.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Guide.ts#L19) diff --git a/docs/api/namespaces/YT/classes/HashtagFeed.md b/docs/api/namespaces/YT/classes/HashtagFeed.md index e88eae9d..f68dbc38 100644 --- a/docs/api/namespaces/YT/classes/HashtagFeed.md +++ b/docs/api/namespaces/YT/classes/HashtagFeed.md @@ -28,7 +28,7 @@ #### Defined in -[src/parser/youtube/HashtagFeed.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/HashtagFeed.ts#L16) +[src/parser/youtube/HashtagFeed.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/HashtagFeed.ts#L16) ## Properties @@ -38,7 +38,7 @@ #### Defined in -[src/parser/youtube/HashtagFeed.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/HashtagFeed.ts#L14) +[src/parser/youtube/HashtagFeed.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/HashtagFeed.ts#L14) *** @@ -48,7 +48,7 @@ #### Defined in -[src/parser/youtube/HashtagFeed.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/HashtagFeed.ts#L13) +[src/parser/youtube/HashtagFeed.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/HashtagFeed.ts#L13) ## Accessors @@ -66,7 +66,7 @@ #### Defined in -[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181) +[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181) *** @@ -86,7 +86,7 @@ Get all the channels in the feed #### Defined in -[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126) +[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126) *** @@ -106,7 +106,7 @@ Returns the filter chips. #### Defined in -[src/core/mixins/FilterableFeed.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L20) +[src/core/mixins/FilterableFeed.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L20) *** @@ -126,7 +126,7 @@ Returns available filters. #### Defined in -[src/core/mixins/FilterableFeed.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L38) +[src/core/mixins/FilterableFeed.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L38) *** @@ -146,7 +146,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L195) +[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L195) *** @@ -164,7 +164,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137) +[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137) *** @@ -184,19 +184,19 @@ Get the original page data #### Defined in -[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188) +[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188) *** ### page\_contents -> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) Returns contents from the page. #### Returns -[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) #### Inherited from @@ -204,7 +204,7 @@ Returns contents from the page. #### Defined in -[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144) +[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144) *** @@ -224,7 +224,7 @@ Get all playlists in the feed #### Defined in -[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133) +[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133) *** @@ -244,7 +244,7 @@ Get all the community posts in the feed #### Defined in -[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119) +[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119) *** @@ -264,7 +264,7 @@ Returns secondary contents from the page. #### Defined in -[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169) +[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169) *** @@ -284,7 +284,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155) +[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155) *** @@ -304,7 +304,7 @@ Get all the videos in the feed #### Defined in -[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112) +[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112) ## Methods @@ -326,7 +326,7 @@ Filter to apply. #### Defined in -[src/parser/youtube/HashtagFeed.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/HashtagFeed.ts#L38) +[src/parser/youtube/HashtagFeed.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/HashtagFeed.ts#L38) *** @@ -346,7 +346,7 @@ Retrieves next batch of contents and returns a new [Feed](../../Mixins/classes/F #### Defined in -[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L219) +[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L219) *** @@ -366,7 +366,7 @@ Retrieves continuation data as it is. #### Defined in -[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202) +[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202) *** @@ -390,7 +390,7 @@ Applies given filter and returns a new [Feed](../../Mixins/classes/Feed.md) obje #### Defined in -[src/core/mixins/FilterableFeed.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L45) +[src/core/mixins/FilterableFeed.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L45) *** @@ -414,7 +414,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162) +[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162) *** @@ -438,7 +438,7 @@ Get all playlists on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94) +[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94) *** @@ -462,4 +462,4 @@ Get all videos on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78) +[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78) diff --git a/docs/api/namespaces/YT/classes/History.md b/docs/api/namespaces/YT/classes/History.md index 91858b36..e37054b8 100644 --- a/docs/api/namespaces/YT/classes/History.md +++ b/docs/api/namespaces/YT/classes/History.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/youtube/History.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/History.ts#L15) +[src/parser/youtube/History.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/History.ts#L15) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/youtube/History.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/History.ts#L13) +[src/parser/youtube/History.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/History.ts#L13) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/youtube/History.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/History.ts#L12) +[src/parser/youtube/History.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/History.ts#L12) ## Accessors @@ -68,7 +68,7 @@ #### Defined in -[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181) +[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181) *** @@ -88,7 +88,7 @@ Get all the channels in the feed #### Defined in -[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126) +[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126) *** @@ -108,7 +108,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L195) +[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L195) *** @@ -126,7 +126,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137) +[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137) *** @@ -146,19 +146,19 @@ Get the original page data #### Defined in -[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188) +[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188) *** ### page\_contents -> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) Returns contents from the page. #### Returns -[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) #### Inherited from @@ -166,7 +166,7 @@ Returns contents from the page. #### Defined in -[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144) +[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144) *** @@ -186,7 +186,7 @@ Get all playlists in the feed #### Defined in -[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133) +[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133) *** @@ -206,7 +206,7 @@ Get all the community posts in the feed #### Defined in -[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119) +[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119) *** @@ -226,7 +226,7 @@ Returns secondary contents from the page. #### Defined in -[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169) +[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169) *** @@ -246,7 +246,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155) +[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155) *** @@ -266,7 +266,7 @@ Get all the videos in the feed #### Defined in -[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112) +[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112) ## Methods @@ -286,7 +286,7 @@ Retrieves next batch of contents. #### Defined in -[src/parser/youtube/History.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/History.ts#L24) +[src/parser/youtube/History.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/History.ts#L24) *** @@ -306,7 +306,7 @@ Retrieves continuation data as it is. #### Defined in -[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202) +[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202) *** @@ -330,7 +330,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162) +[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162) *** @@ -350,7 +350,7 @@ Removes a video from watch history. #### Defined in -[src/parser/youtube/History.ts:34](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/History.ts#L34) +[src/parser/youtube/History.ts:34](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/History.ts#L34) *** @@ -374,7 +374,7 @@ Get all playlists on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94) +[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94) *** @@ -398,4 +398,4 @@ Get all videos on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78) +[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78) diff --git a/docs/api/namespaces/YT/classes/HomeFeed.md b/docs/api/namespaces/YT/classes/HomeFeed.md index 0ddfc279..b6d5a75f 100644 --- a/docs/api/namespaces/YT/classes/HomeFeed.md +++ b/docs/api/namespaces/YT/classes/HomeFeed.md @@ -30,17 +30,17 @@ #### Defined in -[src/parser/youtube/HomeFeed.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/HomeFeed.ts#L14) +[src/parser/youtube/HomeFeed.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/HomeFeed.ts#L14) ## Properties ### contents? -> `optional` **contents**: [`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +> `optional` **contents**: [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) #### Defined in -[src/parser/youtube/HomeFeed.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/HomeFeed.ts#L11) +[src/parser/youtube/HomeFeed.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/HomeFeed.ts#L11) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/youtube/HomeFeed.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/HomeFeed.ts#L12) +[src/parser/youtube/HomeFeed.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/HomeFeed.ts#L12) ## Accessors @@ -68,7 +68,7 @@ #### Defined in -[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181) +[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181) *** @@ -88,7 +88,7 @@ Get all the channels in the feed #### Defined in -[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126) +[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126) *** @@ -108,7 +108,7 @@ Returns the filter chips. #### Defined in -[src/core/mixins/FilterableFeed.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L20) +[src/core/mixins/FilterableFeed.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L20) *** @@ -128,7 +128,7 @@ Returns available filters. #### Defined in -[src/core/mixins/FilterableFeed.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L38) +[src/core/mixins/FilterableFeed.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L38) *** @@ -148,7 +148,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L195) +[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L195) *** @@ -166,7 +166,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137) +[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137) *** @@ -186,19 +186,19 @@ Get the original page data #### Defined in -[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188) +[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188) *** ### page\_contents -> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) Returns contents from the page. #### Returns -[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) #### Inherited from @@ -206,7 +206,7 @@ Returns contents from the page. #### Defined in -[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144) +[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144) *** @@ -226,7 +226,7 @@ Get all playlists in the feed #### Defined in -[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133) +[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133) *** @@ -246,7 +246,7 @@ Get all the community posts in the feed #### Defined in -[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119) +[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119) *** @@ -266,7 +266,7 @@ Returns secondary contents from the page. #### Defined in -[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169) +[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169) *** @@ -286,7 +286,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155) +[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155) *** @@ -306,7 +306,7 @@ Get all the videos in the feed #### Defined in -[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112) +[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112) ## Methods @@ -328,7 +328,7 @@ Filter to apply. #### Defined in -[src/parser/youtube/HomeFeed.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/HomeFeed.ts#L24) +[src/parser/youtube/HomeFeed.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/HomeFeed.ts#L24) *** @@ -348,7 +348,7 @@ Retrieves next batch of contents. #### Defined in -[src/parser/youtube/HomeFeed.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/HomeFeed.ts#L32) +[src/parser/youtube/HomeFeed.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/HomeFeed.ts#L32) *** @@ -368,7 +368,7 @@ Retrieves continuation data as it is. #### Defined in -[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202) +[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202) *** @@ -392,7 +392,7 @@ Applies given filter and returns a new [Feed](../../Mixins/classes/Feed.md) obje #### Defined in -[src/core/mixins/FilterableFeed.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L45) +[src/core/mixins/FilterableFeed.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L45) *** @@ -416,7 +416,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162) +[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162) *** @@ -440,7 +440,7 @@ Get all playlists on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94) +[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94) *** @@ -464,4 +464,4 @@ Get all videos on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78) +[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78) diff --git a/docs/api/namespaces/YT/classes/ItemMenu.md b/docs/api/namespaces/YT/classes/ItemMenu.md index c4ab8c68..22407daa 100644 --- a/docs/api/namespaces/YT/classes/ItemMenu.md +++ b/docs/api/namespaces/YT/classes/ItemMenu.md @@ -20,7 +20,7 @@ #### Defined in -[src/parser/youtube/ItemMenu.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/ItemMenu.ts#L16) +[src/parser/youtube/ItemMenu.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/ItemMenu.ts#L16) ## Methods @@ -34,7 +34,7 @@ #### Defined in -[src/parser/youtube/ItemMenu.ts:59](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/ItemMenu.ts#L59) +[src/parser/youtube/ItemMenu.ts:59](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/ItemMenu.ts#L59) *** @@ -48,7 +48,7 @@ #### Defined in -[src/parser/youtube/ItemMenu.ts:63](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/ItemMenu.ts#L63) +[src/parser/youtube/ItemMenu.ts:63](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/ItemMenu.ts#L63) *** @@ -68,7 +68,7 @@ ##### Defined in -[src/parser/youtube/ItemMenu.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/ItemMenu.ts#L28) +[src/parser/youtube/ItemMenu.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/ItemMenu.ts#L28) #### selectItem(button) @@ -84,4 +84,4 @@ ##### Defined in -[src/parser/youtube/ItemMenu.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/ItemMenu.ts#L29) +[src/parser/youtube/ItemMenu.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/ItemMenu.ts#L29) diff --git a/docs/api/namespaces/YT/classes/Library.md b/docs/api/namespaces/YT/classes/Library.md index bd7b2b2b..aa173e9f 100644 --- a/docs/api/namespaces/YT/classes/Library.md +++ b/docs/api/namespaces/YT/classes/Library.md @@ -28,7 +28,7 @@ #### Defined in -[src/parser/youtube/Library.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Library.ts#L17) +[src/parser/youtube/Library.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Library.ts#L17) ## Properties @@ -38,7 +38,7 @@ #### Defined in -[src/parser/youtube/Library.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Library.ts#L14) +[src/parser/youtube/Library.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Library.ts#L14) *** @@ -48,7 +48,7 @@ #### Defined in -[src/parser/youtube/Library.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Library.ts#L15) +[src/parser/youtube/Library.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Library.ts#L15) ## Accessors @@ -66,7 +66,7 @@ #### Defined in -[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181) +[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181) *** @@ -86,7 +86,7 @@ Get all the channels in the feed #### Defined in -[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126) +[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126) *** @@ -100,7 +100,7 @@ Get all the channels in the feed #### Defined in -[src/parser/youtube/Library.ts:76](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Library.ts#L76) +[src/parser/youtube/Library.ts:76](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Library.ts#L76) *** @@ -120,7 +120,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L195) +[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L195) *** @@ -134,7 +134,7 @@ Checks if the feed has continuation. #### Defined in -[src/parser/youtube/Library.ts:60](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Library.ts#L60) +[src/parser/youtube/Library.ts:60](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Library.ts#L60) *** @@ -148,7 +148,7 @@ Checks if the feed has continuation. #### Defined in -[src/parser/youtube/Library.ts:68](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Library.ts#L68) +[src/parser/youtube/Library.ts:68](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Library.ts#L68) *** @@ -166,7 +166,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137) +[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137) *** @@ -186,19 +186,19 @@ Get the original page data #### Defined in -[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188) +[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188) *** ### page\_contents -> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) Returns contents from the page. #### Returns -[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) #### Inherited from @@ -206,7 +206,7 @@ Returns contents from the page. #### Defined in -[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144) +[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144) *** @@ -226,7 +226,7 @@ Get all playlists in the feed #### Defined in -[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133) +[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133) *** @@ -240,7 +240,7 @@ Get all playlists in the feed #### Defined in -[src/parser/youtube/Library.ts:72](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Library.ts#L72) +[src/parser/youtube/Library.ts:72](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Library.ts#L72) *** @@ -260,7 +260,7 @@ Get all the community posts in the feed #### Defined in -[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119) +[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119) *** @@ -280,7 +280,7 @@ Returns secondary contents from the page. #### Defined in -[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169) +[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169) *** @@ -300,7 +300,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155) +[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155) *** @@ -320,7 +320,7 @@ Get all the videos in the feed #### Defined in -[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112) +[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112) *** @@ -334,7 +334,7 @@ Get all the videos in the feed #### Defined in -[src/parser/youtube/Library.ts:64](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Library.ts#L64) +[src/parser/youtube/Library.ts:64](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Library.ts#L64) ## Methods @@ -354,7 +354,7 @@ Retrieves next batch of contents and returns a new [Feed](../../Mixins/classes/F #### Defined in -[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L219) +[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L219) *** @@ -374,7 +374,7 @@ Retrieves continuation data as it is. #### Defined in -[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202) +[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202) *** @@ -398,7 +398,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162) +[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162) *** @@ -422,7 +422,7 @@ Get all playlists on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94) +[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94) *** @@ -446,4 +446,4 @@ Get all videos on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78) +[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78) diff --git a/docs/api/namespaces/YT/classes/LiveChat.md b/docs/api/namespaces/YT/classes/LiveChat.md index ca298114..73e44b3e 100644 --- a/docs/api/namespaces/YT/classes/LiveChat.md +++ b/docs/api/namespaces/YT/classes/LiveChat.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/youtube/LiveChat.ts:73](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L73) +[src/parser/youtube/LiveChat.ts:73](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L73) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/youtube/LiveChat.ts:68](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L68) +[src/parser/youtube/LiveChat.ts:68](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L68) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/youtube/LiveChat.ts:71](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L71) +[src/parser/youtube/LiveChat.ts:71](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L71) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/youtube/LiveChat.ts:69](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L69) +[src/parser/youtube/LiveChat.ts:69](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L69) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/youtube/LiveChat.ts:70](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L70) +[src/parser/youtube/LiveChat.ts:70](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L70) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/youtube/LiveChat.ts:67](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L67) +[src/parser/youtube/LiveChat.ts:67](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L67) ## Methods @@ -140,7 +140,7 @@ Filter to apply. #### Defined in -[src/parser/youtube/LiveChat.ts:287](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L287) +[src/parser/youtube/LiveChat.ts:287](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L287) *** @@ -190,7 +190,7 @@ node\_modules/typescript/lib/lib.dom.d.ts:8262 #### Defined in -[src/utils/EventEmitterLike.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/EventEmitterLike.ts#L10) +[src/utils/EventEmitterLike.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/EventEmitterLike.ts#L10) *** @@ -210,7 +210,7 @@ Retrieves given chat item's menu. #### Defined in -[src/parser/youtube/LiveChat.ts:305](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L305) +[src/parser/youtube/LiveChat.ts:305](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L305) *** @@ -234,7 +234,7 @@ Retrieves given chat item's menu. #### Defined in -[src/utils/EventEmitterLike.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/EventEmitterLike.ts#L40) +[src/utils/EventEmitterLike.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/EventEmitterLike.ts#L40) *** @@ -260,7 +260,7 @@ Retrieves given chat item's menu. ##### Defined in -[src/parser/youtube/LiveChat.ts:108](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L108) +[src/parser/youtube/LiveChat.ts:108](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L108) #### on(type, listener) @@ -282,7 +282,7 @@ Retrieves given chat item's menu. ##### Defined in -[src/parser/youtube/LiveChat.ts:109](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L109) +[src/parser/youtube/LiveChat.ts:109](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L109) #### on(type, listener) @@ -304,7 +304,7 @@ Retrieves given chat item's menu. ##### Defined in -[src/parser/youtube/LiveChat.ts:110](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L110) +[src/parser/youtube/LiveChat.ts:110](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L110) #### on(type, listener) @@ -326,7 +326,7 @@ Retrieves given chat item's menu. ##### Defined in -[src/parser/youtube/LiveChat.ts:111](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L111) +[src/parser/youtube/LiveChat.ts:111](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L111) #### on(type, listener) @@ -348,7 +348,7 @@ Retrieves given chat item's menu. ##### Defined in -[src/parser/youtube/LiveChat.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L112) +[src/parser/youtube/LiveChat.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L112) *** @@ -374,7 +374,7 @@ Retrieves given chat item's menu. ##### Defined in -[src/parser/youtube/LiveChat.ts:117](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L117) +[src/parser/youtube/LiveChat.ts:117](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L117) #### once(type, listener) @@ -396,7 +396,7 @@ Retrieves given chat item's menu. ##### Defined in -[src/parser/youtube/LiveChat.ts:118](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L118) +[src/parser/youtube/LiveChat.ts:118](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L118) #### once(type, listener) @@ -418,7 +418,7 @@ Retrieves given chat item's menu. ##### Defined in -[src/parser/youtube/LiveChat.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L119) +[src/parser/youtube/LiveChat.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L119) #### once(type, listener) @@ -440,7 +440,7 @@ Retrieves given chat item's menu. ##### Defined in -[src/parser/youtube/LiveChat.ts:120](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L120) +[src/parser/youtube/LiveChat.ts:120](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L120) #### once(type, listener) @@ -462,7 +462,7 @@ Retrieves given chat item's menu. ##### Defined in -[src/parser/youtube/LiveChat.ts:121](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L121) +[src/parser/youtube/LiveChat.ts:121](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L121) *** @@ -512,7 +512,7 @@ Equivalent to "clicking" a button. #### Defined in -[src/parser/youtube/LiveChat.ts:320](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L320) +[src/parser/youtube/LiveChat.ts:320](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L320) *** @@ -534,7 +534,7 @@ Text to send. #### Defined in -[src/parser/youtube/LiveChat.ts:255](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L255) +[src/parser/youtube/LiveChat.ts:255](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L255) *** @@ -548,7 +548,7 @@ Text to send. #### Defined in -[src/parser/youtube/LiveChat.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L126) +[src/parser/youtube/LiveChat.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L126) *** @@ -562,4 +562,4 @@ Text to send. #### Defined in -[src/parser/youtube/LiveChat.ts:134](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/LiveChat.ts#L134) +[src/parser/youtube/LiveChat.ts:134](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/LiveChat.ts#L134) diff --git a/docs/api/namespaces/YT/classes/NotificationsMenu.md b/docs/api/namespaces/YT/classes/NotificationsMenu.md index 0874cf47..191c93f5 100644 --- a/docs/api/namespaces/YT/classes/NotificationsMenu.md +++ b/docs/api/namespaces/YT/classes/NotificationsMenu.md @@ -20,7 +20,7 @@ #### Defined in -[src/parser/youtube/NotificationsMenu.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/NotificationsMenu.ts#L18) +[src/parser/youtube/NotificationsMenu.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/NotificationsMenu.ts#L18) ## Properties @@ -30,7 +30,7 @@ #### Defined in -[src/parser/youtube/NotificationsMenu.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/NotificationsMenu.ts#L16) +[src/parser/youtube/NotificationsMenu.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/NotificationsMenu.ts#L16) *** @@ -40,7 +40,7 @@ #### Defined in -[src/parser/youtube/NotificationsMenu.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/NotificationsMenu.ts#L15) +[src/parser/youtube/NotificationsMenu.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/NotificationsMenu.ts#L15) ## Accessors @@ -54,7 +54,7 @@ #### Defined in -[src/parser/youtube/NotificationsMenu.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/NotificationsMenu.ts#L40) +[src/parser/youtube/NotificationsMenu.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/NotificationsMenu.ts#L40) ## Methods @@ -68,4 +68,4 @@ #### Defined in -[src/parser/youtube/NotificationsMenu.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/NotificationsMenu.ts#L29) +[src/parser/youtube/NotificationsMenu.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/NotificationsMenu.ts#L29) diff --git a/docs/api/namespaces/YT/classes/Playlist.md b/docs/api/namespaces/YT/classes/Playlist.md index 19e17326..0df4d0fe 100644 --- a/docs/api/namespaces/YT/classes/Playlist.md +++ b/docs/api/namespaces/YT/classes/Playlist.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/youtube/Playlist.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Playlist.ts#L32) +[src/parser/youtube/Playlist.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Playlist.ts#L32) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/youtube/Playlist.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Playlist.ts#L29) +[src/parser/youtube/Playlist.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Playlist.ts#L29) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/youtube/Playlist.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Playlist.ts#L27) +[src/parser/youtube/Playlist.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Playlist.ts#L27) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/youtube/Playlist.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Playlist.ts#L28) +[src/parser/youtube/Playlist.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Playlist.ts#L28) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/youtube/Playlist.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Playlist.ts#L30) +[src/parser/youtube/Playlist.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Playlist.ts#L30) ## Accessors @@ -144,7 +144,7 @@ #### Defined in -[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181) +[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181) *** @@ -164,7 +164,7 @@ Get all the channels in the feed #### Defined in -[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126) +[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126) *** @@ -184,7 +184,7 @@ Checks if the feed has continuation. #### Defined in -[src/parser/youtube/Playlist.ts:73](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Playlist.ts#L73) +[src/parser/youtube/Playlist.ts:73](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Playlist.ts#L73) *** @@ -198,7 +198,7 @@ Checks if the feed has continuation. #### Defined in -[src/parser/youtube/Playlist.ts:69](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Playlist.ts#L69) +[src/parser/youtube/Playlist.ts:69](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Playlist.ts#L69) *** @@ -216,7 +216,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137) +[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137) *** @@ -236,19 +236,19 @@ Get the original page data #### Defined in -[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188) +[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188) *** ### page\_contents -> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) Returns contents from the page. #### Returns -[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) #### Inherited from @@ -256,7 +256,7 @@ Returns contents from the page. #### Defined in -[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144) +[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144) *** @@ -276,7 +276,7 @@ Get all playlists in the feed #### Defined in -[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133) +[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133) *** @@ -296,7 +296,7 @@ Get all the community posts in the feed #### Defined in -[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119) +[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119) *** @@ -316,7 +316,7 @@ Returns secondary contents from the page. #### Defined in -[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169) +[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169) *** @@ -336,7 +336,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155) +[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155) *** @@ -356,7 +356,7 @@ Get all the videos in the feed #### Defined in -[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112) +[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112) ## Methods @@ -376,7 +376,7 @@ Retrieves next batch of contents and returns a new [Feed](../../Mixins/classes/F #### Defined in -[src/parser/youtube/Playlist.ts:101](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Playlist.ts#L101) +[src/parser/youtube/Playlist.ts:101](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Playlist.ts#L101) *** @@ -396,7 +396,7 @@ Retrieves continuation data as it is. #### Defined in -[src/parser/youtube/Playlist.ts:82](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Playlist.ts#L82) +[src/parser/youtube/Playlist.ts:82](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Playlist.ts#L82) *** @@ -420,7 +420,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162) +[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162) *** @@ -444,7 +444,7 @@ Get all playlists on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94) +[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94) *** @@ -468,4 +468,4 @@ Get all videos on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78) +[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78) diff --git a/docs/api/namespaces/YT/classes/Search.md b/docs/api/namespaces/YT/classes/Search.md index 1aa6bb91..f5c99616 100644 --- a/docs/api/namespaces/YT/classes/Search.md +++ b/docs/api/namespaces/YT/classes/Search.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/youtube/Search.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Search.ts#L28) +[src/parser/youtube/Search.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Search.ts#L28) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/youtube/Search.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Search.ts#L23) +[src/parser/youtube/Search.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Search.ts#L23) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/youtube/Search.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Search.ts#L20) +[src/parser/youtube/Search.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Search.ts#L20) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/youtube/Search.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Search.ts#L26) +[src/parser/youtube/Search.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Search.ts#L26) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/youtube/Search.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Search.ts#L22) +[src/parser/youtube/Search.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Search.ts#L22) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/youtube/Search.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Search.ts#L21) +[src/parser/youtube/Search.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Search.ts#L21) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/youtube/Search.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Search.ts#L24) +[src/parser/youtube/Search.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Search.ts#L24) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/youtube/Search.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Search.ts#L25) +[src/parser/youtube/Search.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Search.ts#L25) ## Accessors @@ -118,7 +118,7 @@ #### Defined in -[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181) +[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181) *** @@ -138,7 +138,7 @@ Get all the channels in the feed #### Defined in -[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126) +[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126) *** @@ -158,7 +158,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L195) +[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L195) *** @@ -176,7 +176,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137) +[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137) *** @@ -196,19 +196,19 @@ Get the original page data #### Defined in -[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188) +[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188) *** ### page\_contents -> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) Returns contents from the page. #### Returns -[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) #### Inherited from @@ -216,7 +216,7 @@ Returns contents from the page. #### Defined in -[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144) +[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144) *** @@ -236,7 +236,7 @@ Get all playlists in the feed #### Defined in -[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133) +[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133) *** @@ -256,7 +256,7 @@ Get all the community posts in the feed #### Defined in -[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119) +[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119) *** @@ -272,7 +272,7 @@ Returns a list of refinement card queries. #### Defined in -[src/parser/youtube/Search.ts:79](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Search.ts#L79) +[src/parser/youtube/Search.ts:79](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Search.ts#L79) *** @@ -292,7 +292,7 @@ Returns secondary contents from the page. #### Defined in -[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169) +[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169) *** @@ -312,7 +312,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155) +[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155) *** @@ -332,7 +332,7 @@ Get all the videos in the feed #### Defined in -[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112) +[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112) ## Methods @@ -352,7 +352,7 @@ Retrieves next batch of search results. #### Defined in -[src/parser/youtube/Search.ts:86](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Search.ts#L86) +[src/parser/youtube/Search.ts:86](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Search.ts#L86) *** @@ -372,7 +372,7 @@ Retrieves continuation data as it is. #### Defined in -[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202) +[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202) *** @@ -396,7 +396,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162) +[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162) *** @@ -416,7 +416,7 @@ Applies given refinement card and returns a new [Search](Search.md) object. Use #### Defined in -[src/parser/youtube/Search.ts:57](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Search.ts#L57) +[src/parser/youtube/Search.ts:57](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Search.ts#L57) *** @@ -440,7 +440,7 @@ Get all playlists on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94) +[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94) *** @@ -464,4 +464,4 @@ Get all videos on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78) +[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78) diff --git a/docs/api/namespaces/YT/classes/Settings.md b/docs/api/namespaces/YT/classes/Settings.md index 636bb4d0..0c6552dc 100644 --- a/docs/api/namespaces/YT/classes/Settings.md +++ b/docs/api/namespaces/YT/classes/Settings.md @@ -20,7 +20,7 @@ #### Defined in -[src/parser/youtube/Settings.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Settings.ts#L27) +[src/parser/youtube/Settings.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Settings.ts#L27) ## Properties @@ -30,7 +30,7 @@ #### Defined in -[src/parser/youtube/Settings.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Settings.ts#L24) +[src/parser/youtube/Settings.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Settings.ts#L24) *** @@ -40,7 +40,7 @@ #### Defined in -[src/parser/youtube/Settings.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Settings.ts#L25) +[src/parser/youtube/Settings.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Settings.ts#L25) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/youtube/Settings.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Settings.ts#L23) +[src/parser/youtube/Settings.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Settings.ts#L23) ## Accessors @@ -64,7 +64,7 @@ #### Defined in -[src/parser/youtube/Settings.ts:131](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Settings.ts#L131) +[src/parser/youtube/Settings.ts:131](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Settings.ts#L131) *** @@ -80,7 +80,7 @@ Returns settings available in the page. #### Defined in -[src/parser/youtube/Settings.ts:104](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Settings.ts#L104) +[src/parser/youtube/Settings.ts:104](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Settings.ts#L104) *** @@ -96,7 +96,7 @@ Returns options available in the sidebar. #### Defined in -[src/parser/youtube/Settings.ts:124](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Settings.ts#L124) +[src/parser/youtube/Settings.ts:124](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Settings.ts#L124) ## Methods @@ -116,7 +116,7 @@ Finds a setting by name and returns it. Use [setting_options](Settings.md#settin #### Defined in -[src/parser/youtube/Settings.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Settings.ts#L78) +[src/parser/youtube/Settings.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Settings.ts#L78) *** @@ -136,4 +136,4 @@ Selects an item from the sidebar menu. Use [sidebar_items](Settings.md#sidebar_i #### Defined in -[src/parser/youtube/Settings.ts:54](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/Settings.ts#L54) +[src/parser/youtube/Settings.ts:54](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/Settings.ts#L54) diff --git a/docs/api/namespaces/YT/classes/SmoothedQueue.md b/docs/api/namespaces/YT/classes/SmoothedQueue.md index c2ef6c58..103b329c 100644 --- a/docs/api/namespaces/YT/classes/SmoothedQueue.md +++ b/docs/api/namespaces/YT/classes/SmoothedQueue.md @@ -14,7 +14,7 @@ #### Defined in -[src/parser/youtube/SmoothedQueue.ts:55](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/SmoothedQueue.ts#L55) +[src/parser/youtube/SmoothedQueue.ts:55](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/SmoothedQueue.ts#L55) ## Accessors @@ -28,7 +28,7 @@ #### Defined in -[src/parser/youtube/SmoothedQueue.ts:141](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/SmoothedQueue.ts#L141) +[src/parser/youtube/SmoothedQueue.ts:141](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/SmoothedQueue.ts#L141) *** @@ -48,7 +48,7 @@ #### Defined in -[src/parser/youtube/SmoothedQueue.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/SmoothedQueue.ts#L137) +[src/parser/youtube/SmoothedQueue.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/SmoothedQueue.ts#L137) *** @@ -62,7 +62,7 @@ #### Defined in -[src/parser/youtube/SmoothedQueue.ts:145](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/SmoothedQueue.ts#L145) +[src/parser/youtube/SmoothedQueue.ts:145](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/SmoothedQueue.ts#L145) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/youtube/SmoothedQueue.ts:149](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/SmoothedQueue.ts#L149) +[src/parser/youtube/SmoothedQueue.ts:149](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/SmoothedQueue.ts#L149) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/youtube/SmoothedQueue.ts:153](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/SmoothedQueue.ts#L153) +[src/parser/youtube/SmoothedQueue.ts:153](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/SmoothedQueue.ts#L153) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/youtube/SmoothedQueue.ts:157](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/SmoothedQueue.ts#L157) +[src/parser/youtube/SmoothedQueue.ts:157](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/SmoothedQueue.ts#L157) ## Methods @@ -118,7 +118,7 @@ #### Defined in -[src/parser/youtube/SmoothedQueue.ts:125](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/SmoothedQueue.ts#L125) +[src/parser/youtube/SmoothedQueue.ts:125](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/SmoothedQueue.ts#L125) *** @@ -132,7 +132,7 @@ #### Defined in -[src/parser/youtube/SmoothedQueue.ts:92](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/SmoothedQueue.ts#L92) +[src/parser/youtube/SmoothedQueue.ts:92](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/SmoothedQueue.ts#L92) *** @@ -150,4 +150,4 @@ #### Defined in -[src/parser/youtube/SmoothedQueue.ts:64](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/SmoothedQueue.ts#L64) +[src/parser/youtube/SmoothedQueue.ts:64](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/SmoothedQueue.ts#L64) diff --git a/docs/api/namespaces/YT/classes/TranscriptInfo.md b/docs/api/namespaces/YT/classes/TranscriptInfo.md index 5f7e024d..71360939 100644 --- a/docs/api/namespaces/YT/classes/TranscriptInfo.md +++ b/docs/api/namespaces/YT/classes/TranscriptInfo.md @@ -20,7 +20,7 @@ #### Defined in -[src/parser/youtube/TranscriptInfo.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/TranscriptInfo.ts#L12) +[src/parser/youtube/TranscriptInfo.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/TranscriptInfo.ts#L12) ## Properties @@ -30,7 +30,7 @@ #### Defined in -[src/parser/youtube/TranscriptInfo.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/TranscriptInfo.ts#L10) +[src/parser/youtube/TranscriptInfo.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/TranscriptInfo.ts#L10) ## Accessors @@ -46,7 +46,7 @@ Returns available languages. #### Defined in -[src/parser/youtube/TranscriptInfo.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/TranscriptInfo.ts#L45) +[src/parser/youtube/TranscriptInfo.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/TranscriptInfo.ts#L45) *** @@ -60,7 +60,7 @@ Returns available languages. #### Defined in -[src/parser/youtube/TranscriptInfo.ts:56](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/TranscriptInfo.ts#L56) +[src/parser/youtube/TranscriptInfo.ts:56](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/TranscriptInfo.ts#L56) *** @@ -76,7 +76,7 @@ Returns the currently selected language. #### Defined in -[src/parser/youtube/TranscriptInfo.ts:52](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/TranscriptInfo.ts#L52) +[src/parser/youtube/TranscriptInfo.ts:52](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/TranscriptInfo.ts#L52) ## Methods @@ -98,4 +98,4 @@ Language to select. #### Defined in -[src/parser/youtube/TranscriptInfo.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/TranscriptInfo.ts#L26) +[src/parser/youtube/TranscriptInfo.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/TranscriptInfo.ts#L26) diff --git a/docs/api/namespaces/YT/classes/VideoInfo.md b/docs/api/namespaces/YT/classes/VideoInfo.md index 51ced567..805ca63f 100644 --- a/docs/api/namespaces/YT/classes/VideoInfo.md +++ b/docs/api/namespaces/YT/classes/VideoInfo.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/youtube/VideoInfo.ts:54](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L54) +[src/parser/youtube/VideoInfo.ts:54](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L54) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L40) +[src/core/mixins/MediaInfo.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L40) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/youtube/VideoInfo.ts:49](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L49) +[src/parser/youtube/VideoInfo.ts:49](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L49) *** @@ -212,7 +212,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L39) +[src/core/mixins/MediaInfo.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L39) *** @@ -226,7 +226,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:43](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L43) +[src/core/mixins/MediaInfo.ts:43](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L43) *** @@ -240,7 +240,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:44](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L44) +[src/core/mixins/MediaInfo.ts:44](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L44) *** @@ -250,7 +250,7 @@ #### Defined in -[src/parser/youtube/VideoInfo.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L47) +[src/parser/youtube/VideoInfo.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L47) *** @@ -264,7 +264,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:42](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L42) +[src/core/mixins/MediaInfo.ts:42](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L42) *** @@ -282,7 +282,7 @@ #### Defined in -[src/parser/youtube/VideoInfo.ts:42](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L42) +[src/parser/youtube/VideoInfo.ts:42](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L42) *** @@ -292,7 +292,7 @@ #### Defined in -[src/parser/youtube/VideoInfo.ts:50](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L50) +[src/parser/youtube/VideoInfo.ts:50](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L50) *** @@ -302,7 +302,7 @@ #### Defined in -[src/parser/youtube/VideoInfo.ts:48](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L48) +[src/parser/youtube/VideoInfo.ts:48](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L48) *** @@ -312,7 +312,7 @@ #### Defined in -[src/parser/youtube/VideoInfo.ts:43](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L43) +[src/parser/youtube/VideoInfo.ts:43](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L43) *** @@ -326,7 +326,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L46) +[src/core/mixins/MediaInfo.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L46) *** @@ -340,7 +340,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L47) +[src/core/mixins/MediaInfo.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L47) *** @@ -350,7 +350,7 @@ #### Defined in -[src/parser/youtube/VideoInfo.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L46) +[src/parser/youtube/VideoInfo.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L46) *** @@ -388,7 +388,7 @@ #### Defined in -[src/parser/youtube/VideoInfo.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L41) +[src/parser/youtube/VideoInfo.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L41) *** @@ -398,7 +398,7 @@ #### Defined in -[src/parser/youtube/VideoInfo.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L39) +[src/parser/youtube/VideoInfo.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L39) *** @@ -408,7 +408,7 @@ #### Defined in -[src/parser/youtube/VideoInfo.ts:44](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L44) +[src/parser/youtube/VideoInfo.ts:44](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L44) *** @@ -418,7 +418,7 @@ #### Defined in -[src/parser/youtube/VideoInfo.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L40) +[src/parser/youtube/VideoInfo.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L40) *** @@ -432,7 +432,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L41) +[src/core/mixins/MediaInfo.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L41) *** @@ -446,7 +446,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L45) +[src/core/mixins/MediaInfo.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L45) *** @@ -456,7 +456,7 @@ #### Defined in -[src/parser/youtube/VideoInfo.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L45) +[src/parser/youtube/VideoInfo.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L45) ## Accessors @@ -474,7 +474,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:249](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L249) +[src/core/mixins/MediaInfo.ts:247](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L247) *** @@ -490,7 +490,7 @@ Gets the endpoint of the autoplay video #### Defined in -[src/parser/youtube/VideoInfo.ts:406](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L406) +[src/parser/youtube/VideoInfo.ts:406](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L406) *** @@ -510,7 +510,7 @@ Content Playback Nonce. #### Defined in -[src/core/mixins/MediaInfo.ts:256](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L256) +[src/core/mixins/MediaInfo.ts:254](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L254) *** @@ -526,7 +526,7 @@ Watch next feed filters. #### Defined in -[src/parser/youtube/VideoInfo.ts:392](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L392) +[src/parser/youtube/VideoInfo.ts:392](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L392) *** @@ -542,7 +542,7 @@ Checks if trailer is available. #### Defined in -[src/parser/youtube/VideoInfo.ts:413](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L413) +[src/parser/youtube/VideoInfo.ts:413](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L413) *** @@ -558,7 +558,7 @@ Get songs used in the video. #### Defined in -[src/parser/youtube/VideoInfo.ts:420](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L420) +[src/parser/youtube/VideoInfo.ts:420](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L420) *** @@ -578,7 +578,7 @@ Parsed InnerTube response. #### Defined in -[src/core/mixins/MediaInfo.ts:263](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L263) +[src/core/mixins/MediaInfo.ts:261](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L261) *** @@ -594,7 +594,7 @@ Checks if continuation is available for the watch next feed. #### Defined in -[src/parser/youtube/VideoInfo.ts:399](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L399) +[src/parser/youtube/VideoInfo.ts:399](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L399) ## Methods @@ -614,7 +614,7 @@ Adds video to the watch history. #### Defined in -[src/parser/youtube/VideoInfo.ts:191](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L191) +[src/parser/youtube/VideoInfo.ts:191](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L191) *** @@ -640,7 +640,7 @@ Options #### Defined in -[src/core/mixins/MediaInfo.ts:163](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L163) +[src/core/mixins/MediaInfo.ts:161](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L161) *** @@ -656,7 +656,7 @@ Dislikes the video. #### Defined in -[src/parser/youtube/VideoInfo.ts:268](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L268) +[src/parser/youtube/VideoInfo.ts:268](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L268) *** @@ -682,7 +682,7 @@ Download options. #### Defined in -[src/core/mixins/MediaInfo.ts:171](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L171) +[src/core/mixins/MediaInfo.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L169) *** @@ -698,7 +698,7 @@ Retrieves Live Chat if available. #### Defined in -[src/parser/youtube/VideoInfo.ts:363](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L363) +[src/parser/youtube/VideoInfo.ts:363](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L363) *** @@ -724,7 +724,7 @@ Get a cleaned up representation of the adaptive_formats #### Defined in -[src/core/mixins/MediaInfo.ts:146](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L146) +[src/core/mixins/MediaInfo.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L144) *** @@ -742,7 +742,7 @@ Retrieves trailer info if available (typically for non-purchased movies or films #### Defined in -[src/parser/youtube/VideoInfo.ts:373](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L373) +[src/parser/youtube/VideoInfo.ts:373](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L373) *** @@ -762,7 +762,7 @@ Retrieves the video's transcript. #### Defined in -[src/core/mixins/MediaInfo.ts:184](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L184) +[src/core/mixins/MediaInfo.ts:182](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L182) *** @@ -778,7 +778,7 @@ Retrieves watch next feed continuation. #### Defined in -[src/parser/youtube/VideoInfo.ts:205](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L205) +[src/parser/youtube/VideoInfo.ts:205](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L205) *** @@ -794,7 +794,7 @@ Likes the video. #### Defined in -[src/parser/youtube/VideoInfo.ts:228](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L228) +[src/parser/youtube/VideoInfo.ts:228](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L228) *** @@ -810,7 +810,7 @@ Removes like/dislike. #### Defined in -[src/parser/youtube/VideoInfo.ts:308](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L308) +[src/parser/youtube/VideoInfo.ts:308](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L308) *** @@ -832,7 +832,7 @@ Filter to apply. #### Defined in -[src/parser/youtube/VideoInfo.ts:159](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L159) +[src/parser/youtube/VideoInfo.ts:159](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L159) *** @@ -846,12 +846,8 @@ Generates a DASH manifest from the streaming data. • **options** = `{}` -• **options.captions\_format?**: `string` - • **options.format\_filter?**: [`FormatFilter`](../../Types/type-aliases/FormatFilter.md) -• **options.include\_thumbnails?**: `boolean` - • **options.manifest\_options?**: `DashOptions` • **options.url\_transformer?**: [`URLTransformer`](../../Types/type-aliases/URLTransformer.md) @@ -868,7 +864,7 @@ DASH manifest #### Defined in -[src/core/mixins/MediaInfo.ts:104](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L104) +[src/core/mixins/MediaInfo.ts:104](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L104) *** @@ -892,4 +888,4 @@ Updates watch time for the video. #### Defined in -[src/parser/youtube/VideoInfo.ts:198](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/youtube/VideoInfo.ts#L198) +[src/parser/youtube/VideoInfo.ts:198](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/youtube/VideoInfo.ts#L198) diff --git a/docs/api/namespaces/YTKids/classes/Channel.md b/docs/api/namespaces/YTKids/classes/Channel.md index be8c03a0..9ef60ff3 100644 --- a/docs/api/namespaces/YTKids/classes/Channel.md +++ b/docs/api/namespaces/YTKids/classes/Channel.md @@ -30,17 +30,17 @@ #### Defined in -[src/parser/ytkids/Channel.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/Channel.ts#L14) +[src/parser/ytkids/Channel.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/Channel.ts#L14) ## Properties ### contents? -> `optional` **contents**: [`ItemSectionContinuation`](../../../classes/ItemSectionContinuation.md) \| [`ItemSection`](../../YTNodes/classes/ItemSection.md) +> `optional` **contents**: [`ItemSection`](../../YTNodes/classes/ItemSection.md) \| [`ItemSectionContinuation`](../../../classes/ItemSectionContinuation.md) #### Defined in -[src/parser/ytkids/Channel.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/Channel.ts#L12) +[src/parser/ytkids/Channel.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/Channel.ts#L12) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/ytkids/Channel.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/Channel.ts#L11) +[src/parser/ytkids/Channel.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/Channel.ts#L11) ## Accessors @@ -68,7 +68,7 @@ #### Defined in -[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181) +[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181) *** @@ -88,7 +88,7 @@ Get all the channels in the feed #### Defined in -[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126) +[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126) *** @@ -108,7 +108,7 @@ Checks if the feed has continuation. #### Defined in -[src/parser/ytkids/Channel.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/Channel.ts#L39) +[src/parser/ytkids/Channel.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/Channel.ts#L39) *** @@ -126,7 +126,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137) +[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137) *** @@ -146,19 +146,19 @@ Get the original page data #### Defined in -[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188) +[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188) *** ### page\_contents -> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) Returns contents from the page. #### Returns -[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) #### Inherited from @@ -166,7 +166,7 @@ Returns contents from the page. #### Defined in -[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144) +[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144) *** @@ -186,7 +186,7 @@ Get all playlists in the feed #### Defined in -[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133) +[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133) *** @@ -206,7 +206,7 @@ Get all the community posts in the feed #### Defined in -[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119) +[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119) *** @@ -226,7 +226,7 @@ Returns secondary contents from the page. #### Defined in -[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169) +[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169) *** @@ -246,7 +246,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155) +[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155) *** @@ -266,7 +266,7 @@ Get all the videos in the feed #### Defined in -[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112) +[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112) ## Methods @@ -286,7 +286,7 @@ Retrieves next batch of content. #### Defined in -[src/parser/ytkids/Channel.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/Channel.ts#L23) +[src/parser/ytkids/Channel.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/Channel.ts#L23) *** @@ -306,7 +306,7 @@ Retrieves continuation data as it is. #### Defined in -[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202) +[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202) *** @@ -330,7 +330,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162) +[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162) *** @@ -354,7 +354,7 @@ Get all playlists on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94) +[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94) *** @@ -378,4 +378,4 @@ Get all videos on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78) +[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78) diff --git a/docs/api/namespaces/YTKids/classes/HomeFeed.md b/docs/api/namespaces/YTKids/classes/HomeFeed.md index dbede5bc..7a0fe957 100644 --- a/docs/api/namespaces/YTKids/classes/HomeFeed.md +++ b/docs/api/namespaces/YTKids/classes/HomeFeed.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/ytkids/HomeFeed.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/HomeFeed.ts#L15) +[src/parser/ytkids/HomeFeed.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/HomeFeed.ts#L15) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/ytkids/HomeFeed.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/HomeFeed.ts#L13) +[src/parser/ytkids/HomeFeed.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/HomeFeed.ts#L13) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/ytkids/HomeFeed.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/HomeFeed.ts#L12) +[src/parser/ytkids/HomeFeed.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/HomeFeed.ts#L12) ## Accessors @@ -68,7 +68,7 @@ #### Defined in -[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181) +[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/ytkids/HomeFeed.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/HomeFeed.ts#L46) +[src/parser/ytkids/HomeFeed.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/HomeFeed.ts#L46) *** @@ -102,7 +102,7 @@ Get all the channels in the feed #### Defined in -[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126) +[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126) *** @@ -122,7 +122,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L195) +[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L195) *** @@ -140,7 +140,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137) +[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137) *** @@ -160,19 +160,19 @@ Get the original page data #### Defined in -[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188) +[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188) *** ### page\_contents -> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) Returns contents from the page. #### Returns -[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) #### Inherited from @@ -180,7 +180,7 @@ Returns contents from the page. #### Defined in -[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144) +[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144) *** @@ -200,7 +200,7 @@ Get all playlists in the feed #### Defined in -[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133) +[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133) *** @@ -220,7 +220,7 @@ Get all the community posts in the feed #### Defined in -[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119) +[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119) *** @@ -240,7 +240,7 @@ Returns secondary contents from the page. #### Defined in -[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169) +[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169) *** @@ -260,7 +260,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155) +[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155) *** @@ -280,7 +280,7 @@ Get all the videos in the feed #### Defined in -[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112) +[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112) ## Methods @@ -300,7 +300,7 @@ Retrieves next batch of contents and returns a new [Feed](../../Mixins/classes/F #### Defined in -[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L219) +[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L219) *** @@ -320,7 +320,7 @@ Retrieves continuation data as it is. #### Defined in -[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202) +[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202) *** @@ -344,7 +344,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162) +[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162) *** @@ -366,7 +366,7 @@ The tab to select #### Defined in -[src/parser/ytkids/HomeFeed.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/HomeFeed.ts#L25) +[src/parser/ytkids/HomeFeed.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/HomeFeed.ts#L25) *** @@ -390,7 +390,7 @@ Get all playlists on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94) +[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94) *** @@ -414,4 +414,4 @@ Get all videos on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78) +[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78) diff --git a/docs/api/namespaces/YTKids/classes/Search.md b/docs/api/namespaces/YTKids/classes/Search.md index 056612ae..cd4e024c 100644 --- a/docs/api/namespaces/YTKids/classes/Search.md +++ b/docs/api/namespaces/YTKids/classes/Search.md @@ -28,7 +28,7 @@ #### Defined in -[src/parser/ytkids/Search.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/Search.ts#L13) +[src/parser/ytkids/Search.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/Search.ts#L13) ## Properties @@ -38,7 +38,7 @@ #### Defined in -[src/parser/ytkids/Search.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/Search.ts#L11) +[src/parser/ytkids/Search.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/Search.ts#L11) *** @@ -48,7 +48,7 @@ #### Defined in -[src/parser/ytkids/Search.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/Search.ts#L10) +[src/parser/ytkids/Search.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/Search.ts#L10) ## Accessors @@ -66,7 +66,7 @@ #### Defined in -[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181) +[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181) *** @@ -86,7 +86,7 @@ Get all the channels in the feed #### Defined in -[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126) +[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126) *** @@ -106,7 +106,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L195) +[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L195) *** @@ -124,7 +124,7 @@ Checks if the feed has continuation. #### Defined in -[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137) +[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137) *** @@ -144,19 +144,19 @@ Get the original page data #### Defined in -[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188) +[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188) *** ### page\_contents -> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) Returns contents from the page. #### Returns -[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) +[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) #### Inherited from @@ -164,7 +164,7 @@ Returns contents from the page. #### Defined in -[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144) +[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144) *** @@ -184,7 +184,7 @@ Get all playlists in the feed #### Defined in -[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133) +[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133) *** @@ -204,7 +204,7 @@ Get all the community posts in the feed #### Defined in -[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119) +[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119) *** @@ -224,7 +224,7 @@ Returns secondary contents from the page. #### Defined in -[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169) +[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169) *** @@ -244,7 +244,7 @@ Returns all segments/sections from the page. #### Defined in -[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155) +[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155) *** @@ -264,7 +264,7 @@ Get all the videos in the feed #### Defined in -[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112) +[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112) ## Methods @@ -284,7 +284,7 @@ Retrieves next batch of contents and returns a new [Feed](../../Mixins/classes/F #### Defined in -[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L219) +[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L219) *** @@ -304,7 +304,7 @@ Retrieves continuation data as it is. #### Defined in -[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202) +[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202) *** @@ -328,7 +328,7 @@ Finds shelf by title. #### Defined in -[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162) +[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162) *** @@ -352,7 +352,7 @@ Get all playlists on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94) +[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94) *** @@ -376,4 +376,4 @@ Get all videos on a given page via memo #### Defined in -[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78) +[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78) diff --git a/docs/api/namespaces/YTKids/classes/VideoInfo.md b/docs/api/namespaces/YTKids/classes/VideoInfo.md index e1de8115..d0a38356 100644 --- a/docs/api/namespaces/YTKids/classes/VideoInfo.md +++ b/docs/api/namespaces/YTKids/classes/VideoInfo.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/ytkids/VideoInfo.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/VideoInfo.ts#L17) +[src/parser/ytkids/VideoInfo.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/VideoInfo.ts#L17) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L40) +[src/core/mixins/MediaInfo.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L40) *** @@ -190,7 +190,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L39) +[src/core/mixins/MediaInfo.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L39) *** @@ -204,7 +204,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:43](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L43) +[src/core/mixins/MediaInfo.ts:43](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L43) *** @@ -218,7 +218,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:44](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L44) +[src/core/mixins/MediaInfo.ts:44](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L44) *** @@ -228,7 +228,7 @@ #### Defined in -[src/parser/ytkids/VideoInfo.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/VideoInfo.ts#L14) +[src/parser/ytkids/VideoInfo.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/VideoInfo.ts#L14) *** @@ -242,7 +242,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:42](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L42) +[src/core/mixins/MediaInfo.ts:42](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L42) *** @@ -256,7 +256,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L46) +[src/core/mixins/MediaInfo.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L46) *** @@ -270,7 +270,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L47) +[src/core/mixins/MediaInfo.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L47) *** @@ -280,7 +280,7 @@ #### Defined in -[src/parser/ytkids/VideoInfo.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/VideoInfo.ts#L15) +[src/parser/ytkids/VideoInfo.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/VideoInfo.ts#L15) *** @@ -290,7 +290,7 @@ #### Defined in -[src/parser/ytkids/VideoInfo.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/VideoInfo.ts#L12) +[src/parser/ytkids/VideoInfo.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/VideoInfo.ts#L12) *** @@ -304,7 +304,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L41) +[src/core/mixins/MediaInfo.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L41) *** @@ -318,7 +318,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L45) +[src/core/mixins/MediaInfo.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L45) *** @@ -328,7 +328,7 @@ #### Defined in -[src/parser/ytkids/VideoInfo.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytkids/VideoInfo.ts#L13) +[src/parser/ytkids/VideoInfo.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytkids/VideoInfo.ts#L13) ## Accessors @@ -346,7 +346,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:249](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L249) +[src/core/mixins/MediaInfo.ts:247](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L247) *** @@ -366,7 +366,7 @@ Content Playback Nonce. #### Defined in -[src/core/mixins/MediaInfo.ts:256](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L256) +[src/core/mixins/MediaInfo.ts:254](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L254) *** @@ -386,7 +386,7 @@ Parsed InnerTube response. #### Defined in -[src/core/mixins/MediaInfo.ts:263](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L263) +[src/core/mixins/MediaInfo.ts:261](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L261) ## Methods @@ -412,7 +412,7 @@ Parsed InnerTube response. #### Defined in -[src/core/mixins/MediaInfo.ts:210](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L210) +[src/core/mixins/MediaInfo.ts:208](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L208) *** @@ -438,7 +438,7 @@ Options #### Defined in -[src/core/mixins/MediaInfo.ts:163](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L163) +[src/core/mixins/MediaInfo.ts:161](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L161) *** @@ -464,7 +464,7 @@ Download options. #### Defined in -[src/core/mixins/MediaInfo.ts:171](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L171) +[src/core/mixins/MediaInfo.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L169) *** @@ -490,7 +490,7 @@ Get a cleaned up representation of the adaptive_formats #### Defined in -[src/core/mixins/MediaInfo.ts:146](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L146) +[src/core/mixins/MediaInfo.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L144) *** @@ -510,7 +510,7 @@ Retrieves the video's transcript. #### Defined in -[src/core/mixins/MediaInfo.ts:184](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L184) +[src/core/mixins/MediaInfo.ts:182](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L182) *** @@ -524,12 +524,8 @@ Generates a DASH manifest from the streaming data. • **options** = `{}` -• **options.captions\_format?**: `string` - • **options.format\_filter?**: [`FormatFilter`](../../Types/type-aliases/FormatFilter.md) -• **options.include\_thumbnails?**: `boolean` - • **options.manifest\_options?**: `DashOptions` • **options.url\_transformer?**: [`URLTransformer`](../../Types/type-aliases/URLTransformer.md) @@ -546,7 +542,7 @@ DASH manifest #### Defined in -[src/core/mixins/MediaInfo.ts:104](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L104) +[src/core/mixins/MediaInfo.ts:104](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L104) *** @@ -574,4 +570,4 @@ DASH manifest #### Defined in -[src/core/mixins/MediaInfo.ts:229](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L229) +[src/core/mixins/MediaInfo.ts:227](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L227) diff --git a/docs/api/namespaces/YTMusic/classes/Album.md b/docs/api/namespaces/YTMusic/classes/Album.md index 002c6e2e..de46024c 100644 --- a/docs/api/namespaces/YTMusic/classes/Album.md +++ b/docs/api/namespaces/YTMusic/classes/Album.md @@ -18,7 +18,7 @@ #### Defined in -[src/parser/ytmusic/Album.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Album.ts#L24) +[src/parser/ytmusic/Album.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Album.ts#L24) ## Properties @@ -28,7 +28,7 @@ #### Defined in -[src/parser/ytmusic/Album.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Album.ts#L21) +[src/parser/ytmusic/Album.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Album.ts#L21) *** @@ -38,7 +38,7 @@ #### Defined in -[src/parser/ytmusic/Album.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Album.ts#L19) +[src/parser/ytmusic/Album.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Album.ts#L19) *** @@ -48,7 +48,7 @@ #### Defined in -[src/parser/ytmusic/Album.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Album.ts#L18) +[src/parser/ytmusic/Album.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Album.ts#L18) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/ytmusic/Album.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Album.ts#L20) +[src/parser/ytmusic/Album.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Album.ts#L20) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/ytmusic/Album.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Album.ts#L22) +[src/parser/ytmusic/Album.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Album.ts#L22) ## Accessors @@ -82,4 +82,4 @@ #### Defined in -[src/parser/ytmusic/Album.ts:37](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Album.ts#L37) +[src/parser/ytmusic/Album.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Album.ts#L37) diff --git a/docs/api/namespaces/YTMusic/classes/Artist.md b/docs/api/namespaces/YTMusic/classes/Artist.md index e40c1f44..5e3c225c 100644 --- a/docs/api/namespaces/YTMusic/classes/Artist.md +++ b/docs/api/namespaces/YTMusic/classes/Artist.md @@ -20,7 +20,7 @@ #### Defined in -[src/parser/ytmusic/Artist.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Artist.ts#L23) +[src/parser/ytmusic/Artist.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Artist.ts#L23) ## Properties @@ -30,7 +30,7 @@ #### Defined in -[src/parser/ytmusic/Artist.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Artist.ts#L20) +[src/parser/ytmusic/Artist.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Artist.ts#L20) *** @@ -40,7 +40,7 @@ #### Defined in -[src/parser/ytmusic/Artist.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Artist.ts#L21) +[src/parser/ytmusic/Artist.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Artist.ts#L21) ## Accessors @@ -54,7 +54,7 @@ #### Defined in -[src/parser/ytmusic/Artist.ts:53](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Artist.ts#L53) +[src/parser/ytmusic/Artist.ts:53](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Artist.ts#L53) ## Methods @@ -68,4 +68,4 @@ #### Defined in -[src/parser/ytmusic/Artist.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Artist.ts#L35) +[src/parser/ytmusic/Artist.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Artist.ts#L35) diff --git a/docs/api/namespaces/YTMusic/classes/Explore.md b/docs/api/namespaces/YTMusic/classes/Explore.md index 7e87d204..47644d5d 100644 --- a/docs/api/namespaces/YTMusic/classes/Explore.md +++ b/docs/api/namespaces/YTMusic/classes/Explore.md @@ -18,7 +18,7 @@ #### Defined in -[src/parser/ytmusic/Explore.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Explore.ts#L20) +[src/parser/ytmusic/Explore.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Explore.ts#L20) ## Properties @@ -28,7 +28,7 @@ #### Defined in -[src/parser/ytmusic/Explore.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Explore.ts#L18) +[src/parser/ytmusic/Explore.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Explore.ts#L18) *** @@ -38,7 +38,7 @@ #### Defined in -[src/parser/ytmusic/Explore.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Explore.ts#L17) +[src/parser/ytmusic/Explore.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Explore.ts#L17) ## Accessors @@ -52,4 +52,4 @@ #### Defined in -[src/parser/ytmusic/Explore.ts:37](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Explore.ts#L37) +[src/parser/ytmusic/Explore.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Explore.ts#L37) diff --git a/docs/api/namespaces/YTMusic/classes/HomeFeed.md b/docs/api/namespaces/YTMusic/classes/HomeFeed.md index e4e24f2d..18188a1d 100644 --- a/docs/api/namespaces/YTMusic/classes/HomeFeed.md +++ b/docs/api/namespaces/YTMusic/classes/HomeFeed.md @@ -20,7 +20,7 @@ #### Defined in -[src/parser/ytmusic/HomeFeed.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/HomeFeed.ts#L22) +[src/parser/ytmusic/HomeFeed.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/HomeFeed.ts#L22) ## Properties @@ -30,7 +30,7 @@ #### Defined in -[src/parser/ytmusic/HomeFeed.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/HomeFeed.ts#L20) +[src/parser/ytmusic/HomeFeed.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/HomeFeed.ts#L20) *** @@ -40,7 +40,7 @@ #### Defined in -[src/parser/ytmusic/HomeFeed.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/HomeFeed.ts#L19) +[src/parser/ytmusic/HomeFeed.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/HomeFeed.ts#L19) ## Accessors @@ -54,7 +54,7 @@ #### Defined in -[src/parser/ytmusic/HomeFeed.ts:84](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/HomeFeed.ts#L84) +[src/parser/ytmusic/HomeFeed.ts:84](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/HomeFeed.ts#L84) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/ytmusic/HomeFeed.ts:88](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/HomeFeed.ts#L88) +[src/parser/ytmusic/HomeFeed.ts:88](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/HomeFeed.ts#L88) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/ytmusic/HomeFeed.ts:92](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/HomeFeed.ts#L92) +[src/parser/ytmusic/HomeFeed.ts:92](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/HomeFeed.ts#L92) ## Methods @@ -100,7 +100,7 @@ #### Defined in -[src/parser/ytmusic/HomeFeed.ts:61](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/HomeFeed.ts#L61) +[src/parser/ytmusic/HomeFeed.ts:61](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/HomeFeed.ts#L61) *** @@ -116,4 +116,4 @@ Retrieves home feed continuation. #### Defined in -[src/parser/ytmusic/HomeFeed.ts:49](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/HomeFeed.ts#L49) +[src/parser/ytmusic/HomeFeed.ts:49](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/HomeFeed.ts#L49) diff --git a/docs/api/namespaces/YTMusic/classes/Library.md b/docs/api/namespaces/YTMusic/classes/Library.md index 5faf68aa..d1e75d4e 100644 --- a/docs/api/namespaces/YTMusic/classes/Library.md +++ b/docs/api/namespaces/YTMusic/classes/Library.md @@ -20,7 +20,7 @@ #### Defined in -[src/parser/ytmusic/Library.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Library.ts#L29) +[src/parser/ytmusic/Library.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Library.ts#L29) ## Properties @@ -30,7 +30,7 @@ #### Defined in -[src/parser/ytmusic/Library.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Library.ts#L27) +[src/parser/ytmusic/Library.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Library.ts#L27) *** @@ -40,7 +40,7 @@ #### Defined in -[src/parser/ytmusic/Library.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Library.ts#L26) +[src/parser/ytmusic/Library.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Library.ts#L26) ## Accessors @@ -54,7 +54,7 @@ #### Defined in -[src/parser/ytmusic/Library.ts:142](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Library.ts#L142) +[src/parser/ytmusic/Library.ts:142](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Library.ts#L142) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/ytmusic/Library.ts:132](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Library.ts#L132) +[src/parser/ytmusic/Library.ts:132](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Library.ts#L132) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/ytmusic/Library.ts:146](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Library.ts#L146) +[src/parser/ytmusic/Library.ts:146](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Library.ts#L146) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/ytmusic/Library.ts:136](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Library.ts#L136) +[src/parser/ytmusic/Library.ts:136](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Library.ts#L136) ## Methods @@ -116,7 +116,7 @@ Applies given filter to the library. #### Defined in -[src/parser/ytmusic/Library.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Library.ts#L94) +[src/parser/ytmusic/Library.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Library.ts#L94) *** @@ -136,7 +136,7 @@ Applies given sort option to the library items. #### Defined in -[src/parser/ytmusic/Library.ts:44](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Library.ts#L44) +[src/parser/ytmusic/Library.ts:44](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Library.ts#L44) *** @@ -152,4 +152,4 @@ Retrieves continuation of the library items. #### Defined in -[src/parser/ytmusic/Library.ts:120](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Library.ts#L120) +[src/parser/ytmusic/Library.ts:120](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Library.ts#L120) diff --git a/docs/api/namespaces/YTMusic/classes/LibraryContinuation.md b/docs/api/namespaces/YTMusic/classes/LibraryContinuation.md index 2552036c..e07dfc40 100644 --- a/docs/api/namespaces/YTMusic/classes/LibraryContinuation.md +++ b/docs/api/namespaces/YTMusic/classes/LibraryContinuation.md @@ -20,7 +20,7 @@ #### Defined in -[src/parser/ytmusic/Library.ts:158](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Library.ts#L158) +[src/parser/ytmusic/Library.ts:158](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Library.ts#L158) ## Properties @@ -30,7 +30,7 @@ #### Defined in -[src/parser/ytmusic/Library.ts:156](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Library.ts#L156) +[src/parser/ytmusic/Library.ts:156](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Library.ts#L156) ## Accessors @@ -44,7 +44,7 @@ #### Defined in -[src/parser/ytmusic/Library.ts:182](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Library.ts#L182) +[src/parser/ytmusic/Library.ts:182](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Library.ts#L182) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/ytmusic/Library.ts:186](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Library.ts#L186) +[src/parser/ytmusic/Library.ts:186](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Library.ts#L186) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/parser/ytmusic/Library.ts:170](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Library.ts#L170) +[src/parser/ytmusic/Library.ts:170](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Library.ts#L170) diff --git a/docs/api/namespaces/YTMusic/classes/Playlist.md b/docs/api/namespaces/YTMusic/classes/Playlist.md index cd1c2182..c624748b 100644 --- a/docs/api/namespaces/YTMusic/classes/Playlist.md +++ b/docs/api/namespaces/YTMusic/classes/Playlist.md @@ -20,7 +20,7 @@ #### Defined in -[src/parser/ytmusic/Playlist.ts:34](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Playlist.ts#L34) +[src/parser/ytmusic/Playlist.ts:34](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Playlist.ts#L34) ## Properties @@ -30,7 +30,7 @@ #### Defined in -[src/parser/ytmusic/Playlist.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Playlist.ts#L29) +[src/parser/ytmusic/Playlist.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Playlist.ts#L29) *** @@ -40,7 +40,7 @@ #### Defined in -[src/parser/ytmusic/Playlist.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Playlist.ts#L28) +[src/parser/ytmusic/Playlist.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Playlist.ts#L28) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/ytmusic/Playlist.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Playlist.ts#L27) +[src/parser/ytmusic/Playlist.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Playlist.ts#L27) ## Accessors @@ -64,7 +64,7 @@ #### Defined in -[src/parser/ytmusic/Playlist.ts:163](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Playlist.ts#L163) +[src/parser/ytmusic/Playlist.ts:163](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Playlist.ts#L163) *** @@ -78,7 +78,7 @@ #### Defined in -[src/parser/ytmusic/Playlist.ts:159](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Playlist.ts#L159) +[src/parser/ytmusic/Playlist.ts:159](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Playlist.ts#L159) *** @@ -92,7 +92,7 @@ #### Defined in -[src/parser/ytmusic/Playlist.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Playlist.ts#L155) +[src/parser/ytmusic/Playlist.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Playlist.ts#L155) ## Methods @@ -108,7 +108,7 @@ Retrieves playlist items continuation. #### Defined in -[src/parser/ytmusic/Playlist.ts:64](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Playlist.ts#L64) +[src/parser/ytmusic/Playlist.ts:64](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Playlist.ts#L64) *** @@ -124,7 +124,7 @@ Retrieves related playlists #### Defined in -[src/parser/ytmusic/Playlist.ts:85](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Playlist.ts#L85) +[src/parser/ytmusic/Playlist.ts:85](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Playlist.ts#L85) *** @@ -142,4 +142,4 @@ Retrieves related playlists #### Defined in -[src/parser/ytmusic/Playlist.ts:114](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Playlist.ts#L114) +[src/parser/ytmusic/Playlist.ts:114](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Playlist.ts#L114) diff --git a/docs/api/namespaces/YTMusic/classes/Recap.md b/docs/api/namespaces/YTMusic/classes/Recap.md index 70d46d2c..dd392f00 100644 --- a/docs/api/namespaces/YTMusic/classes/Recap.md +++ b/docs/api/namespaces/YTMusic/classes/Recap.md @@ -20,7 +20,7 @@ #### Defined in -[src/parser/ytmusic/Recap.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Recap.ts#L26) +[src/parser/ytmusic/Recap.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Recap.ts#L26) ## Properties @@ -30,7 +30,7 @@ #### Defined in -[src/parser/ytmusic/Recap.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Recap.ts#L23) +[src/parser/ytmusic/Recap.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Recap.ts#L23) *** @@ -40,7 +40,7 @@ #### Defined in -[src/parser/ytmusic/Recap.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Recap.ts#L24) +[src/parser/ytmusic/Recap.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Recap.ts#L24) ## Accessors @@ -54,7 +54,7 @@ #### Defined in -[src/parser/ytmusic/Recap.ts:60](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Recap.ts#L60) +[src/parser/ytmusic/Recap.ts:60](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Recap.ts#L60) ## Methods @@ -70,4 +70,4 @@ Retrieves recap playlist. #### Defined in -[src/parser/ytmusic/Recap.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Recap.ts#L47) +[src/parser/ytmusic/Recap.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Recap.ts#L47) diff --git a/docs/api/namespaces/YTMusic/classes/Search.md b/docs/api/namespaces/YTMusic/classes/Search.md index fbdfa821..affd6166 100644 --- a/docs/api/namespaces/YTMusic/classes/Search.md +++ b/docs/api/namespaces/YTMusic/classes/Search.md @@ -22,7 +22,7 @@ #### Defined in -[src/parser/ytmusic/Search.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L28) +[src/parser/ytmusic/Search.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L28) ## Properties @@ -32,7 +32,7 @@ #### Defined in -[src/parser/ytmusic/Search.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L26) +[src/parser/ytmusic/Search.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L26) *** @@ -42,7 +42,7 @@ #### Defined in -[src/parser/ytmusic/Search.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L25) +[src/parser/ytmusic/Search.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L25) ## Accessors @@ -56,7 +56,7 @@ #### Defined in -[src/parser/ytmusic/Search.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L137) +[src/parser/ytmusic/Search.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L137) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/ytmusic/Search.ts:141](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L141) +[src/parser/ytmusic/Search.ts:141](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L141) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/ytmusic/Search.ts:117](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L117) +[src/parser/ytmusic/Search.ts:117](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L117) *** @@ -98,7 +98,7 @@ #### Defined in -[src/parser/ytmusic/Search.ts:109](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L109) +[src/parser/ytmusic/Search.ts:109](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L109) *** @@ -112,7 +112,7 @@ #### Defined in -[src/parser/ytmusic/Search.ts:113](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L113) +[src/parser/ytmusic/Search.ts:113](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L113) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/ytmusic/Search.ts:125](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L125) +[src/parser/ytmusic/Search.ts:125](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L125) *** @@ -140,7 +140,7 @@ #### Defined in -[src/parser/ytmusic/Search.ts:149](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L149) +[src/parser/ytmusic/Search.ts:149](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L149) *** @@ -154,7 +154,7 @@ #### Defined in -[src/parser/ytmusic/Search.ts:145](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L145) +[src/parser/ytmusic/Search.ts:145](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L145) *** @@ -168,7 +168,7 @@ #### Defined in -[src/parser/ytmusic/Search.ts:121](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L121) +[src/parser/ytmusic/Search.ts:121](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L121) *** @@ -182,7 +182,7 @@ #### Defined in -[src/parser/ytmusic/Search.ts:129](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L129) +[src/parser/ytmusic/Search.ts:129](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L129) *** @@ -196,7 +196,7 @@ #### Defined in -[src/parser/ytmusic/Search.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L133) +[src/parser/ytmusic/Search.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L133) ## Methods @@ -216,7 +216,7 @@ Applies given filter to the search. #### Defined in -[src/parser/ytmusic/Search.ts:86](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L86) +[src/parser/ytmusic/Search.ts:86](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L86) *** @@ -232,7 +232,7 @@ Retrieves search continuation. Only available for filtered searches and shelf co #### Defined in -[src/parser/ytmusic/Search.ts:71](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L71) +[src/parser/ytmusic/Search.ts:71](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L71) *** @@ -252,4 +252,4 @@ Loads more items for the given shelf. #### Defined in -[src/parser/ytmusic/Search.ts:56](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/Search.ts#L56) +[src/parser/ytmusic/Search.ts:56](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/Search.ts#L56) diff --git a/docs/api/namespaces/YTMusic/classes/TrackInfo.md b/docs/api/namespaces/YTMusic/classes/TrackInfo.md index 7ae085ea..e6497f97 100644 --- a/docs/api/namespaces/YTMusic/classes/TrackInfo.md +++ b/docs/api/namespaces/YTMusic/classes/TrackInfo.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/ytmusic/TrackInfo.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/TrackInfo.ts#L27) +[src/parser/ytmusic/TrackInfo.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/TrackInfo.ts#L27) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L40) +[src/core/mixins/MediaInfo.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L40) *** @@ -190,7 +190,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L39) +[src/core/mixins/MediaInfo.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L39) *** @@ -204,7 +204,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:43](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L43) +[src/core/mixins/MediaInfo.ts:43](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L43) *** @@ -218,7 +218,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:44](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L44) +[src/core/mixins/MediaInfo.ts:44](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L44) *** @@ -228,7 +228,7 @@ #### Defined in -[src/parser/ytmusic/TrackInfo.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/TrackInfo.ts#L24) +[src/parser/ytmusic/TrackInfo.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/TrackInfo.ts#L24) *** @@ -242,7 +242,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:42](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L42) +[src/core/mixins/MediaInfo.ts:42](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L42) *** @@ -256,7 +256,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L46) +[src/core/mixins/MediaInfo.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L46) *** @@ -270,7 +270,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L47) +[src/core/mixins/MediaInfo.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L47) *** @@ -280,7 +280,7 @@ #### Defined in -[src/parser/ytmusic/TrackInfo.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/TrackInfo.ts#L25) +[src/parser/ytmusic/TrackInfo.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/TrackInfo.ts#L25) *** @@ -294,7 +294,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L41) +[src/core/mixins/MediaInfo.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L41) *** @@ -308,7 +308,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L45) +[src/core/mixins/MediaInfo.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L45) *** @@ -318,7 +318,7 @@ #### Defined in -[src/parser/ytmusic/TrackInfo.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/TrackInfo.ts#L23) +[src/parser/ytmusic/TrackInfo.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/TrackInfo.ts#L23) ## Accessors @@ -336,7 +336,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:249](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L249) +[src/core/mixins/MediaInfo.ts:247](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L247) *** @@ -350,7 +350,7 @@ #### Defined in -[src/parser/ytmusic/TrackInfo.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/TrackInfo.ts#L155) +[src/parser/ytmusic/TrackInfo.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/TrackInfo.ts#L155) *** @@ -370,7 +370,7 @@ Content Playback Nonce. #### Defined in -[src/core/mixins/MediaInfo.ts:256](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L256) +[src/core/mixins/MediaInfo.ts:254](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L254) *** @@ -390,7 +390,7 @@ Parsed InnerTube response. #### Defined in -[src/core/mixins/MediaInfo.ts:263](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L263) +[src/core/mixins/MediaInfo.ts:261](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L261) ## Methods @@ -410,7 +410,7 @@ Adds the song to the watch history. #### Defined in -[src/parser/ytmusic/TrackInfo.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/TrackInfo.ts#L144) +[src/parser/ytmusic/TrackInfo.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/TrackInfo.ts#L144) *** @@ -436,7 +436,7 @@ Options #### Defined in -[src/core/mixins/MediaInfo.ts:163](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L163) +[src/core/mixins/MediaInfo.ts:161](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L161) *** @@ -462,7 +462,7 @@ Download options. #### Defined in -[src/core/mixins/MediaInfo.ts:171](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L171) +[src/core/mixins/MediaInfo.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L169) *** @@ -478,7 +478,7 @@ Retrieves lyrics. #### Defined in -[src/parser/ytmusic/TrackInfo.ts:136](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/TrackInfo.ts#L136) +[src/parser/ytmusic/TrackInfo.ts:136](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/TrackInfo.ts#L136) *** @@ -494,7 +494,7 @@ Retrieves related content. #### Defined in -[src/parser/ytmusic/TrackInfo.ts:129](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/TrackInfo.ts#L129) +[src/parser/ytmusic/TrackInfo.ts:129](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/TrackInfo.ts#L129) *** @@ -520,7 +520,7 @@ Get a cleaned up representation of the adaptive_formats #### Defined in -[src/core/mixins/MediaInfo.ts:146](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L146) +[src/core/mixins/MediaInfo.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L144) *** @@ -540,7 +540,7 @@ Retrieves contents of the given tab. #### Defined in -[src/parser/ytmusic/TrackInfo.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/TrackInfo.ts#L46) +[src/parser/ytmusic/TrackInfo.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/TrackInfo.ts#L46) *** @@ -560,7 +560,7 @@ Retrieves the video's transcript. #### Defined in -[src/core/mixins/MediaInfo.ts:184](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L184) +[src/core/mixins/MediaInfo.ts:182](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L182) *** @@ -580,7 +580,7 @@ Retrieves up next. #### Defined in -[src/parser/ytmusic/TrackInfo.ts:75](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/TrackInfo.ts#L75) +[src/parser/ytmusic/TrackInfo.ts:75](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/TrackInfo.ts#L75) *** @@ -592,7 +592,7 @@ Retrieves up next continuation relative to current TrackInfo. #### Parameters -• **playlistPanel**: [`PlaylistPanelContinuation`](../../../classes/PlaylistPanelContinuation.md) \| [`PlaylistPanel`](../../YTNodes/classes/PlaylistPanel.md) +• **playlistPanel**: [`PlaylistPanel`](../../YTNodes/classes/PlaylistPanel.md) \| [`PlaylistPanelContinuation`](../../../classes/PlaylistPanelContinuation.md) #### Returns @@ -600,7 +600,7 @@ Retrieves up next continuation relative to current TrackInfo. #### Defined in -[src/parser/ytmusic/TrackInfo.ts:107](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/TrackInfo.ts#L107) +[src/parser/ytmusic/TrackInfo.ts:107](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/TrackInfo.ts#L107) *** @@ -614,12 +614,8 @@ Generates a DASH manifest from the streaming data. • **options** = `{}` -• **options.captions\_format?**: `string` - • **options.format\_filter?**: [`FormatFilter`](../../Types/type-aliases/FormatFilter.md) -• **options.include\_thumbnails?**: `boolean` - • **options.manifest\_options?**: `DashOptions` • **options.url\_transformer?**: [`URLTransformer`](../../Types/type-aliases/URLTransformer.md) @@ -636,7 +632,7 @@ DASH manifest #### Defined in -[src/core/mixins/MediaInfo.ts:104](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L104) +[src/core/mixins/MediaInfo.ts:104](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L104) *** @@ -660,4 +656,4 @@ Updates the watch time of the song. #### Defined in -[src/parser/ytmusic/TrackInfo.ts:151](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytmusic/TrackInfo.ts#L151) +[src/parser/ytmusic/TrackInfo.ts:151](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytmusic/TrackInfo.ts#L151) diff --git a/docs/api/namespaces/YTNodes/README.md b/docs/api/namespaces/YTNodes/README.md index 718bb66c..745b38b6 100644 --- a/docs/api/namespaces/YTNodes/README.md +++ b/docs/api/namespaces/YTNodes/README.md @@ -105,6 +105,7 @@ - [CompactPlaylist](classes/CompactPlaylist.md) - [CompactStation](classes/CompactStation.md) - [CompactVideo](classes/CompactVideo.md) +- [CompositeVideoPrimaryInfo](classes/CompositeVideoPrimaryInfo.md) - [ConfirmDialog](classes/ConfirmDialog.md) - [ContentMetadataView](classes/ContentMetadataView.md) - [ContentPreviewImageView](classes/ContentPreviewImageView.md) @@ -128,6 +129,8 @@ - [DidYouMean](classes/DidYouMean.md) - [DimChatItemAction](classes/DimChatItemAction.md) - [DislikeButtonView](classes/DislikeButtonView.md) +- [DismissableDialog](classes/DismissableDialog.md) +- [DismissableDialogContentSection](classes/DismissableDialogContentSection.md) - [DownloadButton](classes/DownloadButton.md) - [Dropdown](classes/Dropdown.md) - [DropdownItem](classes/DropdownItem.md) @@ -169,6 +172,7 @@ - [GridMix](classes/GridMix.md) - [GridMovie](classes/GridMovie.md) - [GridPlaylist](classes/GridPlaylist.md) +- [GridShelfView](classes/GridShelfView.md) - [GridShow](classes/GridShow.md) - [GridVideo](classes/GridVideo.md) - [GuideCollapsibleEntry](classes/GuideCollapsibleEntry.md) @@ -189,6 +193,7 @@ - [HorizontalList](classes/HorizontalList.md) - [HorizontalMovieList](classes/HorizontalMovieList.md) - [HowThisWasMadeSectionView](classes/HowThisWasMadeSectionView.md) +- [HypePointsFactoid](classes/HypePointsFactoid.md) - [IconLink](classes/IconLink.md) - [ImageBannerView](classes/ImageBannerView.md) - [IncludingResultsFor](classes/IncludingResultsFor.md) @@ -400,6 +405,7 @@ - [SearchSuggestion](classes/SearchSuggestion.md) - [SearchSuggestionsSection](classes/SearchSuggestionsSection.md) - [SecondarySearchContainer](classes/SecondarySearchContainer.md) +- [SectionHeaderView](classes/SectionHeaderView.md) - [SectionList](classes/SectionList.md) - [SegmentedLikeDislikeButton](classes/SegmentedLikeDislikeButton.md) - [SegmentedLikeDislikeButtonView](classes/SegmentedLikeDislikeButtonView.md) @@ -479,6 +485,7 @@ - [TitleAndButtonListHeader](classes/TitleAndButtonListHeader.md) - [ToggleButton](classes/ToggleButton.md) - [ToggleButtonView](classes/ToggleButtonView.md) +- [ToggleFormField](classes/ToggleFormField.md) - [ToggleMenuServiceItem](classes/ToggleMenuServiceItem.md) - [Tooltip](classes/Tooltip.md) - [TopbarMenuButton](classes/TopbarMenuButton.md) @@ -526,6 +533,7 @@ - [VideoSecondaryInfo](classes/VideoSecondaryInfo.md) - [VideoViewCount](classes/VideoViewCount.md) - [ViewCountFactoid](classes/ViewCountFactoid.md) +- [VoiceReplyContainerView](classes/VoiceReplyContainerView.md) - [WatchCardCompactVideo](classes/WatchCardCompactVideo.md) - [WatchCardHeroVideo](classes/WatchCardHeroVideo.md) - [WatchCardRichHeader](classes/WatchCardRichHeader.md) diff --git a/docs/api/namespaces/YTNodes/classes/AboutChannel.md b/docs/api/namespaces/YTNodes/classes/AboutChannel.md index f17775ed..809392da 100644 --- a/docs/api/namespaces/YTNodes/classes/AboutChannel.md +++ b/docs/api/namespaces/YTNodes/classes/AboutChannel.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/AboutChannel.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannel.ts#L12) +[src/parser/classes/AboutChannel.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannel.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/AboutChannel.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannel.ts#L9) +[src/parser/classes/AboutChannel.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannel.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/AboutChannel.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannel.ts#L10) +[src/parser/classes/AboutChannel.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannel.ts#L10) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/AboutChannel.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannel.ts#L7) +[src/parser/classes/AboutChannel.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannel.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AboutChannelView.md b/docs/api/namespaces/YTNodes/classes/AboutChannelView.md index 5d92a6c7..622e2fb7 100644 --- a/docs/api/namespaces/YTNodes/classes/AboutChannelView.md +++ b/docs/api/namespaces/YTNodes/classes/AboutChannelView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/AboutChannelView.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannelView.ts#L26) +[src/parser/classes/AboutChannelView.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannelView.ts#L26) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/AboutChannelView.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannelView.ts#L20) +[src/parser/classes/AboutChannelView.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannelView.ts#L20) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/AboutChannelView.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannelView.ts#L18) +[src/parser/classes/AboutChannelView.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannelView.ts#L18) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/AboutChannelView.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannelView.ts#L19) +[src/parser/classes/AboutChannelView.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannelView.ts#L19) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/AboutChannelView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannelView.ts#L13) +[src/parser/classes/AboutChannelView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannelView.ts#L13) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/AboutChannelView.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannelView.ts#L14) +[src/parser/classes/AboutChannelView.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannelView.ts#L14) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/AboutChannelView.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannelView.ts#L21) +[src/parser/classes/AboutChannelView.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannelView.ts#L21) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/AboutChannelView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannelView.ts#L11) +[src/parser/classes/AboutChannelView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannelView.ts#L11) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/AboutChannelView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannelView.ts#L12) +[src/parser/classes/AboutChannelView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannelView.ts#L12) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/AboutChannelView.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannelView.ts#L17) +[src/parser/classes/AboutChannelView.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannelView.ts#L17) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/AboutChannelView.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannelView.ts#L24) +[src/parser/classes/AboutChannelView.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannelView.ts#L24) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/AboutChannelView.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannelView.ts#L23) +[src/parser/classes/AboutChannelView.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannelView.ts#L23) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/AboutChannelView.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannelView.ts#L15) +[src/parser/classes/AboutChannelView.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannelView.ts#L15) *** @@ -160,7 +160,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -170,7 +170,7 @@ #### Defined in -[src/parser/classes/AboutChannelView.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannelView.ts#L22) +[src/parser/classes/AboutChannelView.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannelView.ts#L22) *** @@ -180,7 +180,7 @@ #### Defined in -[src/parser/classes/AboutChannelView.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannelView.ts#L16) +[src/parser/classes/AboutChannelView.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannelView.ts#L16) *** @@ -194,7 +194,7 @@ #### Defined in -[src/parser/classes/AboutChannelView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AboutChannelView.ts#L9) +[src/parser/classes/AboutChannelView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AboutChannelView.ts#L9) ## Methods @@ -232,7 +232,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -266,7 +266,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -300,7 +300,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -338,4 +338,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AccountChannel.md b/docs/api/namespaces/YTNodes/classes/AccountChannel.md index 745c9698..f3570e0e 100644 --- a/docs/api/namespaces/YTNodes/classes/AccountChannel.md +++ b/docs/api/namespaces/YTNodes/classes/AccountChannel.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/AccountChannel.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountChannel.ts#L12) +[src/parser/classes/AccountChannel.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountChannel.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/AccountChannel.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountChannel.ts#L10) +[src/parser/classes/AccountChannel.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountChannel.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/AccountChannel.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountChannel.ts#L9) +[src/parser/classes/AccountChannel.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountChannel.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/AccountChannel.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountChannel.ts#L7) +[src/parser/classes/AccountChannel.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountChannel.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AccountItem.md b/docs/api/namespaces/YTNodes/classes/AccountItem.md index 9ec4d471..4d8127de 100644 --- a/docs/api/namespaces/YTNodes/classes/AccountItem.md +++ b/docs/api/namespaces/YTNodes/classes/AccountItem.md @@ -28,7 +28,7 @@ Not a real renderer but we treat it as one to keep things organized. #### Defined in -[src/parser/classes/AccountItem.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItem.ts#L22) +[src/parser/classes/AccountItem.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItem.ts#L22) ## Properties @@ -38,7 +38,7 @@ Not a real renderer but we treat it as one to keep things organized. #### Defined in -[src/parser/classes/AccountItem.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItem.ts#L19) +[src/parser/classes/AccountItem.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItem.ts#L19) *** @@ -48,7 +48,7 @@ Not a real renderer but we treat it as one to keep things organized. #### Defined in -[src/parser/classes/AccountItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItem.ts#L13) +[src/parser/classes/AccountItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItem.ts#L13) *** @@ -58,7 +58,7 @@ Not a real renderer but we treat it as one to keep things organized. #### Defined in -[src/parser/classes/AccountItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItem.ts#L14) +[src/parser/classes/AccountItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItem.ts#L14) *** @@ -68,7 +68,7 @@ Not a real renderer but we treat it as one to keep things organized. #### Defined in -[src/parser/classes/AccountItem.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItem.ts#L20) +[src/parser/classes/AccountItem.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItem.ts#L20) *** @@ -78,7 +78,7 @@ Not a real renderer but we treat it as one to keep things organized. #### Defined in -[src/parser/classes/AccountItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItem.ts#L18) +[src/parser/classes/AccountItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItem.ts#L18) *** @@ -88,7 +88,7 @@ Not a real renderer but we treat it as one to keep things organized. #### Defined in -[src/parser/classes/AccountItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItem.ts#L17) +[src/parser/classes/AccountItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItem.ts#L17) *** @@ -98,7 +98,7 @@ Not a real renderer but we treat it as one to keep things organized. #### Defined in -[src/parser/classes/AccountItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItem.ts#L16) +[src/parser/classes/AccountItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItem.ts#L16) *** @@ -108,7 +108,7 @@ Not a real renderer but we treat it as one to keep things organized. #### Defined in -[src/parser/classes/AccountItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItem.ts#L15) +[src/parser/classes/AccountItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItem.ts#L15) *** @@ -122,7 +122,7 @@ Not a real renderer but we treat it as one to keep things organized. #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -136,7 +136,7 @@ Not a real renderer but we treat it as one to keep things organized. #### Defined in -[src/parser/classes/AccountItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItem.ts#L11) +[src/parser/classes/AccountItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItem.ts#L11) ## Methods @@ -174,7 +174,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -208,7 +208,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -242,7 +242,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -280,4 +280,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AccountItemSection.md b/docs/api/namespaces/YTNodes/classes/AccountItemSection.md index bf154af4..fb84d6ec 100644 --- a/docs/api/namespaces/YTNodes/classes/AccountItemSection.md +++ b/docs/api/namespaces/YTNodes/classes/AccountItemSection.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/AccountItemSection.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItemSection.ts#L14) +[src/parser/classes/AccountItemSection.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItemSection.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/AccountItemSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItemSection.ts#L11) +[src/parser/classes/AccountItemSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItemSection.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/AccountItemSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItemSection.ts#L12) +[src/parser/classes/AccountItemSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItemSection.ts#L12) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/AccountItemSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItemSection.ts#L9) +[src/parser/classes/AccountItemSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItemSection.ts#L9) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AccountItemSectionHeader.md b/docs/api/namespaces/YTNodes/classes/AccountItemSectionHeader.md index 55020447..9a70b03c 100644 --- a/docs/api/namespaces/YTNodes/classes/AccountItemSectionHeader.md +++ b/docs/api/namespaces/YTNodes/classes/AccountItemSectionHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/AccountItemSectionHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItemSectionHeader.ts#L10) +[src/parser/classes/AccountItemSectionHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItemSectionHeader.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/AccountItemSectionHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItemSectionHeader.ts#L8) +[src/parser/classes/AccountItemSectionHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItemSectionHeader.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/AccountItemSectionHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountItemSectionHeader.ts#L6) +[src/parser/classes/AccountItemSectionHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountItemSectionHeader.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AccountSectionList.md b/docs/api/namespaces/YTNodes/classes/AccountSectionList.md index 407612d9..d9fe3791 100644 --- a/docs/api/namespaces/YTNodes/classes/AccountSectionList.md +++ b/docs/api/namespaces/YTNodes/classes/AccountSectionList.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/AccountSectionList.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountSectionList.ts#L15) +[src/parser/classes/AccountSectionList.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountSectionList.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/AccountSectionList.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountSectionList.ts#L12) +[src/parser/classes/AccountSectionList.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountSectionList.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/AccountSectionList.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountSectionList.ts#L13) +[src/parser/classes/AccountSectionList.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountSectionList.ts#L13) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/AccountSectionList.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AccountSectionList.ts#L10) +[src/parser/classes/AccountSectionList.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AccountSectionList.ts#L10) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ActiveAccountHeader.md b/docs/api/namespaces/YTNodes/classes/ActiveAccountHeader.md index 12145c90..912cfd9d 100644 --- a/docs/api/namespaces/YTNodes/classes/ActiveAccountHeader.md +++ b/docs/api/namespaces/YTNodes/classes/ActiveAccountHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ActiveAccountHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ActiveAccountHeader.ts#L16) +[src/parser/classes/ActiveAccountHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ActiveAccountHeader.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ActiveAccountHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ActiveAccountHeader.ts#L10) +[src/parser/classes/ActiveAccountHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ActiveAccountHeader.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ActiveAccountHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ActiveAccountHeader.ts#L11) +[src/parser/classes/ActiveAccountHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ActiveAccountHeader.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ActiveAccountHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ActiveAccountHeader.ts#L14) +[src/parser/classes/ActiveAccountHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ActiveAccountHeader.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ActiveAccountHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ActiveAccountHeader.ts#L12) +[src/parser/classes/ActiveAccountHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ActiveAccountHeader.ts#L12) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ActiveAccountHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ActiveAccountHeader.ts#L13) +[src/parser/classes/ActiveAccountHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ActiveAccountHeader.ts#L13) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/ActiveAccountHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ActiveAccountHeader.ts#L8) +[src/parser/classes/ActiveAccountHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ActiveAccountHeader.ts#L8) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AddBannerToLiveChatCommand.md b/docs/api/namespaces/YTNodes/classes/AddBannerToLiveChatCommand.md index b00a90da..918d8e17 100644 --- a/docs/api/namespaces/YTNodes/classes/AddBannerToLiveChatCommand.md +++ b/docs/api/namespaces/YTNodes/classes/AddBannerToLiveChatCommand.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/AddBannerToLiveChatCommand.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/AddBannerToLiveChatCommand.ts#L11) +[src/parser/classes/livechat/AddBannerToLiveChatCommand.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/AddBannerToLiveChatCommand.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/AddBannerToLiveChatCommand.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/AddBannerToLiveChatCommand.ts#L9) +[src/parser/classes/livechat/AddBannerToLiveChatCommand.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/AddBannerToLiveChatCommand.ts#L9) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/livechat/AddBannerToLiveChatCommand.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/AddBannerToLiveChatCommand.ts#L7) +[src/parser/classes/livechat/AddBannerToLiveChatCommand.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/AddBannerToLiveChatCommand.ts#L7) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AddChatItemAction.md b/docs/api/namespaces/YTNodes/classes/AddChatItemAction.md index 95f7d112..ba3feeb2 100644 --- a/docs/api/namespaces/YTNodes/classes/AddChatItemAction.md +++ b/docs/api/namespaces/YTNodes/classes/AddChatItemAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/AddChatItemAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/AddChatItemAction.ts#L11) +[src/parser/classes/livechat/AddChatItemAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/AddChatItemAction.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/AddChatItemAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/AddChatItemAction.ts#L9) +[src/parser/classes/livechat/AddChatItemAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/AddChatItemAction.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/AddChatItemAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/AddChatItemAction.ts#L8) +[src/parser/classes/livechat/AddChatItemAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/AddChatItemAction.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/livechat/AddChatItemAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/AddChatItemAction.ts#L6) +[src/parser/classes/livechat/AddChatItemAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/AddChatItemAction.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AddLiveChatTickerItemAction.md b/docs/api/namespaces/YTNodes/classes/AddLiveChatTickerItemAction.md index 8c5475e1..d86a41f5 100644 --- a/docs/api/namespaces/YTNodes/classes/AddLiveChatTickerItemAction.md +++ b/docs/api/namespaces/YTNodes/classes/AddLiveChatTickerItemAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/AddLiveChatTickerItemAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/AddLiveChatTickerItemAction.ts#L11) +[src/parser/classes/livechat/AddLiveChatTickerItemAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/AddLiveChatTickerItemAction.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/AddLiveChatTickerItemAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/AddLiveChatTickerItemAction.ts#L9) +[src/parser/classes/livechat/AddLiveChatTickerItemAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/AddLiveChatTickerItemAction.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/AddLiveChatTickerItemAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/AddLiveChatTickerItemAction.ts#L8) +[src/parser/classes/livechat/AddLiveChatTickerItemAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/AddLiveChatTickerItemAction.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/livechat/AddLiveChatTickerItemAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/AddLiveChatTickerItemAction.ts#L6) +[src/parser/classes/livechat/AddLiveChatTickerItemAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/AddLiveChatTickerItemAction.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AddToPlaylist.md b/docs/api/namespaces/YTNodes/classes/AddToPlaylist.md index 6355c4b9..e195526a 100644 --- a/docs/api/namespaces/YTNodes/classes/AddToPlaylist.md +++ b/docs/api/namespaces/YTNodes/classes/AddToPlaylist.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/AddToPlaylist.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AddToPlaylist.ts#L13) +[src/parser/classes/AddToPlaylist.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AddToPlaylist.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/AddToPlaylist.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AddToPlaylist.ts#L10) +[src/parser/classes/AddToPlaylist.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AddToPlaylist.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/AddToPlaylist.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AddToPlaylist.ts#L11) +[src/parser/classes/AddToPlaylist.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AddToPlaylist.ts#L11) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/AddToPlaylist.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AddToPlaylist.ts#L8) +[src/parser/classes/AddToPlaylist.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AddToPlaylist.ts#L8) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AddToPlaylistCommand.md b/docs/api/namespaces/YTNodes/classes/AddToPlaylistCommand.md index 72cef5c1..47079e35 100644 --- a/docs/api/namespaces/YTNodes/classes/AddToPlaylistCommand.md +++ b/docs/api/namespaces/YTNodes/classes/AddToPlaylistCommand.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/commands/AddToPlaylistCommand.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/AddToPlaylistCommand.ts#L14) +[src/parser/classes/commands/AddToPlaylistCommand.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/AddToPlaylistCommand.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/commands/AddToPlaylistCommand.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/AddToPlaylistCommand.ts#L11) +[src/parser/classes/commands/AddToPlaylistCommand.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/AddToPlaylistCommand.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/commands/AddToPlaylistCommand.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/AddToPlaylistCommand.ts#L10) +[src/parser/classes/commands/AddToPlaylistCommand.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/AddToPlaylistCommand.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/commands/AddToPlaylistCommand.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/AddToPlaylistCommand.ts#L8) +[src/parser/classes/commands/AddToPlaylistCommand.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/AddToPlaylistCommand.ts#L8) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/classes/commands/AddToPlaylistCommand.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/AddToPlaylistCommand.ts#L9) +[src/parser/classes/commands/AddToPlaylistCommand.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/AddToPlaylistCommand.ts#L9) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/classes/commands/AddToPlaylistCommand.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/AddToPlaylistCommand.ts#L12) +[src/parser/classes/commands/AddToPlaylistCommand.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/AddToPlaylistCommand.ts#L12) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/commands/AddToPlaylistCommand.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/AddToPlaylistCommand.ts#L6) +[src/parser/classes/commands/AddToPlaylistCommand.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/AddToPlaylistCommand.ts#L6) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AddToPlaylistEndpoint.md b/docs/api/namespaces/YTNodes/classes/AddToPlaylistEndpoint.md index e5531a34..680fa3bc 100644 --- a/docs/api/namespaces/YTNodes/classes/AddToPlaylistEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/AddToPlaylistEndpoint.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/endpoints/AddToPlaylistEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/AddToPlaylistEndpoint.ts#L7) +[src/parser/classes/endpoints/AddToPlaylistEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/AddToPlaylistEndpoint.ts#L7) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/endpoints/AddToPlaylistEndpoint.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/AddToPlaylistEndpoint.ts#L5) +[src/parser/classes/endpoints/AddToPlaylistEndpoint.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/AddToPlaylistEndpoint.ts#L5) ## Methods @@ -92,7 +92,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -110,7 +110,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts#L19) +[src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts#L19) *** @@ -128,7 +128,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts#L15) +[src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts#L15) *** @@ -162,7 +162,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -196,7 +196,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -234,4 +234,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AddToPlaylistServiceEndpoint.md b/docs/api/namespaces/YTNodes/classes/AddToPlaylistServiceEndpoint.md index eeda0114..14a36e89 100644 --- a/docs/api/namespaces/YTNodes/classes/AddToPlaylistServiceEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/AddToPlaylistServiceEndpoint.md @@ -34,7 +34,7 @@ #### Defined in -[src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts#L10) +[src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts#L10) ## Properties @@ -48,7 +48,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -62,7 +62,7 @@ #### Defined in -[src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts#L7) +[src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts#L7) ## Methods @@ -100,7 +100,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -118,7 +118,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts#L19) +[src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts#L19) *** @@ -136,7 +136,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts#L15) +[src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/AddToPlaylistServiceEndpoint.ts#L15) *** @@ -170,7 +170,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -204,7 +204,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -242,4 +242,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Alert.md b/docs/api/namespaces/YTNodes/classes/Alert.md index a43ab77b..97daa2a5 100644 --- a/docs/api/namespaces/YTNodes/classes/Alert.md +++ b/docs/api/namespaces/YTNodes/classes/Alert.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Alert.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Alert.ts#L13) +[src/parser/classes/Alert.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Alert.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Alert.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Alert.ts#L11) +[src/parser/classes/Alert.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Alert.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Alert.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Alert.ts#L10) +[src/parser/classes/Alert.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Alert.ts#L10) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/Alert.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Alert.ts#L8) +[src/parser/classes/Alert.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Alert.ts#L8) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AlertWithButton.md b/docs/api/namespaces/YTNodes/classes/AlertWithButton.md index 442fcbe9..9f53a047 100644 --- a/docs/api/namespaces/YTNodes/classes/AlertWithButton.md +++ b/docs/api/namespaces/YTNodes/classes/AlertWithButton.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/AlertWithButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AlertWithButton.ts#L13) +[src/parser/classes/AlertWithButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AlertWithButton.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/AlertWithButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AlertWithButton.ts#L10) +[src/parser/classes/AlertWithButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AlertWithButton.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/AlertWithButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AlertWithButton.ts#L11) +[src/parser/classes/AlertWithButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AlertWithButton.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/AlertWithButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AlertWithButton.ts#L9) +[src/parser/classes/AlertWithButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AlertWithButton.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/AlertWithButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AlertWithButton.ts#L7) +[src/parser/classes/AlertWithButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AlertWithButton.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AnchoredSection.md b/docs/api/namespaces/YTNodes/classes/AnchoredSection.md index 0e34fe70..325d74cb 100644 --- a/docs/api/namespaces/YTNodes/classes/AnchoredSection.md +++ b/docs/api/namespaces/YTNodes/classes/AnchoredSection.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ytkids/AnchoredSection.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/AnchoredSection.ts#L19) +[src/parser/classes/ytkids/AnchoredSection.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/AnchoredSection.ts#L19) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/classes/ytkids/AnchoredSection.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/AnchoredSection.ts#L13) +[src/parser/classes/ytkids/AnchoredSection.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/AnchoredSection.ts#L13) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/ytkids/AnchoredSection.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/AnchoredSection.ts#L17) +[src/parser/classes/ytkids/AnchoredSection.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/AnchoredSection.ts#L17) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ytkids/AnchoredSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/AnchoredSection.ts#L11) +[src/parser/classes/ytkids/AnchoredSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/AnchoredSection.ts#L11) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ytkids/AnchoredSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/AnchoredSection.ts#L12) +[src/parser/classes/ytkids/AnchoredSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/AnchoredSection.ts#L12) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/ytkids/AnchoredSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/AnchoredSection.ts#L10) +[src/parser/classes/ytkids/AnchoredSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/AnchoredSection.ts#L10) *** @@ -98,7 +98,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -112,7 +112,7 @@ #### Defined in -[src/parser/classes/ytkids/AnchoredSection.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/AnchoredSection.ts#L8) +[src/parser/classes/ytkids/AnchoredSection.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/AnchoredSection.ts#L8) ## Methods @@ -150,7 +150,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -184,7 +184,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -218,7 +218,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -256,4 +256,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AnimatedThumbnailOverlayView.md b/docs/api/namespaces/YTNodes/classes/AnimatedThumbnailOverlayView.md index 48481b85..29be9d8d 100644 --- a/docs/api/namespaces/YTNodes/classes/AnimatedThumbnailOverlayView.md +++ b/docs/api/namespaces/YTNodes/classes/AnimatedThumbnailOverlayView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/AnimatedThumbnailOverlayView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AnimatedThumbnailOverlayView.ts#L10) +[src/parser/classes/AnimatedThumbnailOverlayView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AnimatedThumbnailOverlayView.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/AnimatedThumbnailOverlayView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AnimatedThumbnailOverlayView.ts#L8) +[src/parser/classes/AnimatedThumbnailOverlayView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AnimatedThumbnailOverlayView.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/AnimatedThumbnailOverlayView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AnimatedThumbnailOverlayView.ts#L6) +[src/parser/classes/AnimatedThumbnailOverlayView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AnimatedThumbnailOverlayView.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AppendContinuationItemsAction.md b/docs/api/namespaces/YTNodes/classes/AppendContinuationItemsAction.md index 1d432dce..3d360704 100644 --- a/docs/api/namespaces/YTNodes/classes/AppendContinuationItemsAction.md +++ b/docs/api/namespaces/YTNodes/classes/AppendContinuationItemsAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/actions/AppendContinuationItemsAction.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/AppendContinuationItemsAction.ts#L12) +[src/parser/classes/actions/AppendContinuationItemsAction.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/AppendContinuationItemsAction.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/actions/AppendContinuationItemsAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/AppendContinuationItemsAction.ts#L9) +[src/parser/classes/actions/AppendContinuationItemsAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/AppendContinuationItemsAction.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/actions/AppendContinuationItemsAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/AppendContinuationItemsAction.ts#L10) +[src/parser/classes/actions/AppendContinuationItemsAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/AppendContinuationItemsAction.ts#L10) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/actions/AppendContinuationItemsAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/AppendContinuationItemsAction.ts#L7) +[src/parser/classes/actions/AppendContinuationItemsAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/AppendContinuationItemsAction.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AttributionView.md b/docs/api/namespaces/YTNodes/classes/AttributionView.md index f5604acb..dd384e75 100644 --- a/docs/api/namespaces/YTNodes/classes/AttributionView.md +++ b/docs/api/namespaces/YTNodes/classes/AttributionView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/AttributionView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AttributionView.ts#L11) +[src/parser/classes/AttributionView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AttributionView.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/AttributionView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AttributionView.ts#L9) +[src/parser/classes/AttributionView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AttributionView.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/AttributionView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AttributionView.ts#L8) +[src/parser/classes/AttributionView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AttributionView.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/AttributionView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AttributionView.ts#L6) +[src/parser/classes/AttributionView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AttributionView.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AudioOnlyPlayability.md b/docs/api/namespaces/YTNodes/classes/AudioOnlyPlayability.md index 8ef69576..2de1762f 100644 --- a/docs/api/namespaces/YTNodes/classes/AudioOnlyPlayability.md +++ b/docs/api/namespaces/YTNodes/classes/AudioOnlyPlayability.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/AudioOnlyPlayability.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AudioOnlyPlayability.ts#L9) +[src/parser/classes/AudioOnlyPlayability.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AudioOnlyPlayability.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/AudioOnlyPlayability.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AudioOnlyPlayability.ts#L7) +[src/parser/classes/AudioOnlyPlayability.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AudioOnlyPlayability.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/AudioOnlyPlayability.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AudioOnlyPlayability.ts#L5) +[src/parser/classes/AudioOnlyPlayability.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AudioOnlyPlayability.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AuthorCommentBadge.md b/docs/api/namespaces/YTNodes/classes/AuthorCommentBadge.md index 06426b05..195b2c30 100644 --- a/docs/api/namespaces/YTNodes/classes/AuthorCommentBadge.md +++ b/docs/api/namespaces/YTNodes/classes/AuthorCommentBadge.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/comments/AuthorCommentBadge.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/AuthorCommentBadge.ts#L13) +[src/parser/classes/comments/AuthorCommentBadge.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/AuthorCommentBadge.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/comments/AuthorCommentBadge.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/AuthorCommentBadge.ts#L9) +[src/parser/classes/comments/AuthorCommentBadge.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/AuthorCommentBadge.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/comments/AuthorCommentBadge.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/AuthorCommentBadge.ts#L11) +[src/parser/classes/comments/AuthorCommentBadge.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/AuthorCommentBadge.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/comments/AuthorCommentBadge.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/AuthorCommentBadge.ts#L10) +[src/parser/classes/comments/AuthorCommentBadge.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/AuthorCommentBadge.ts#L10) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/comments/AuthorCommentBadge.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/AuthorCommentBadge.ts#L5) +[src/parser/classes/comments/AuthorCommentBadge.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/AuthorCommentBadge.ts#L5) ## Accessors @@ -98,7 +98,7 @@ #### Defined in -[src/parser/classes/comments/AuthorCommentBadge.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/AuthorCommentBadge.ts#L31) +[src/parser/classes/comments/AuthorCommentBadge.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/AuthorCommentBadge.ts#L31) ## Methods @@ -136,7 +136,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -170,7 +170,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -204,7 +204,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -242,4 +242,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AutomixPreviewVideo.md b/docs/api/namespaces/YTNodes/classes/AutomixPreviewVideo.md index a8380f24..a5467379 100644 --- a/docs/api/namespaces/YTNodes/classes/AutomixPreviewVideo.md +++ b/docs/api/namespaces/YTNodes/classes/AutomixPreviewVideo.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/AutomixPreviewVideo.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AutomixPreviewVideo.ts#L10) +[src/parser/classes/AutomixPreviewVideo.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AutomixPreviewVideo.ts#L10) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/AutomixPreviewVideo.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AutomixPreviewVideo.ts#L8) +[src/parser/classes/AutomixPreviewVideo.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AutomixPreviewVideo.ts#L8) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/classes/AutomixPreviewVideo.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AutomixPreviewVideo.ts#L6) +[src/parser/classes/AutomixPreviewVideo.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AutomixPreviewVideo.ts#L6) ## Methods @@ -106,7 +106,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -140,7 +140,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -174,7 +174,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -212,4 +212,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AvatarStackView.md b/docs/api/namespaces/YTNodes/classes/AvatarStackView.md index c594edd6..5d45ee4a 100644 --- a/docs/api/namespaces/YTNodes/classes/AvatarStackView.md +++ b/docs/api/namespaces/YTNodes/classes/AvatarStackView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/AvatarStackView.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AvatarStackView.ts#L16) +[src/parser/classes/AvatarStackView.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AvatarStackView.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/AvatarStackView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AvatarStackView.ts#L12) +[src/parser/classes/AvatarStackView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AvatarStackView.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/AvatarStackView.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AvatarStackView.ts#L14) +[src/parser/classes/AvatarStackView.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AvatarStackView.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/AvatarStackView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AvatarStackView.ts#L13) +[src/parser/classes/AvatarStackView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AvatarStackView.ts#L13) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/AvatarStackView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AvatarStackView.ts#L10) +[src/parser/classes/AvatarStackView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AvatarStackView.ts#L10) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/AvatarView.md b/docs/api/namespaces/YTNodes/classes/AvatarView.md index 4c8762bc..2a5979c2 100644 --- a/docs/api/namespaces/YTNodes/classes/AvatarView.md +++ b/docs/api/namespaces/YTNodes/classes/AvatarView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/AvatarView.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AvatarView.ts#L16) +[src/parser/classes/AvatarView.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AvatarView.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/AvatarView.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AvatarView.ts#L14) +[src/parser/classes/AvatarView.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AvatarView.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/AvatarView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AvatarView.ts#L8) +[src/parser/classes/AvatarView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AvatarView.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/AvatarView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AvatarView.ts#L9) +[src/parser/classes/AvatarView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AvatarView.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/AvatarView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/AvatarView.ts#L6) +[src/parser/classes/AvatarView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/AvatarView.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/BackgroundPromo.md b/docs/api/namespaces/YTNodes/classes/BackgroundPromo.md index 2271a20c..233e681d 100644 --- a/docs/api/namespaces/YTNodes/classes/BackgroundPromo.md +++ b/docs/api/namespaces/YTNodes/classes/BackgroundPromo.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/BackgroundPromo.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackgroundPromo.ts#L15) +[src/parser/classes/BackgroundPromo.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackgroundPromo.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/BackgroundPromo.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackgroundPromo.ts#L10) +[src/parser/classes/BackgroundPromo.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackgroundPromo.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/BackgroundPromo.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackgroundPromo.ts#L11) +[src/parser/classes/BackgroundPromo.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackgroundPromo.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/BackgroundPromo.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackgroundPromo.ts#L12) +[src/parser/classes/BackgroundPromo.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackgroundPromo.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/BackgroundPromo.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackgroundPromo.ts#L13) +[src/parser/classes/BackgroundPromo.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackgroundPromo.ts#L13) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/BackgroundPromo.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackgroundPromo.ts#L8) +[src/parser/classes/BackgroundPromo.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackgroundPromo.ts#L8) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/BackstageImage.md b/docs/api/namespaces/YTNodes/classes/BackstageImage.md index 235e9cd2..35de4246 100644 --- a/docs/api/namespaces/YTNodes/classes/BackstageImage.md +++ b/docs/api/namespaces/YTNodes/classes/BackstageImage.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/BackstageImage.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstageImage.ts#L12) +[src/parser/classes/BackstageImage.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstageImage.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/BackstageImage.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstageImage.ts#L10) +[src/parser/classes/BackstageImage.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstageImage.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/BackstageImage.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstageImage.ts#L9) +[src/parser/classes/BackstageImage.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstageImage.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/BackstageImage.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstageImage.ts#L7) +[src/parser/classes/BackstageImage.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstageImage.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/BackstagePost.md b/docs/api/namespaces/YTNodes/classes/BackstagePost.md index 51afef70..d37b92b2 100644 --- a/docs/api/namespaces/YTNodes/classes/BackstagePost.md +++ b/docs/api/namespaces/YTNodes/classes/BackstagePost.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L27) +[src/parser/classes/BackstagePost.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L27) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L21) +[src/parser/classes/BackstagePost.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L21) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L25) +[src/parser/classes/BackstagePost.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L25) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L14) +[src/parser/classes/BackstagePost.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L14) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L15) +[src/parser/classes/BackstagePost.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L15) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L24) +[src/parser/classes/BackstagePost.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L24) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L13) +[src/parser/classes/BackstagePost.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L13) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L20) +[src/parser/classes/BackstagePost.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L20) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L17) +[src/parser/classes/BackstagePost.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L17) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L16) +[src/parser/classes/BackstagePost.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L16) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L23) +[src/parser/classes/BackstagePost.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L23) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -154,7 +154,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L22) +[src/parser/classes/BackstagePost.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L22) *** @@ -164,7 +164,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L19) +[src/parser/classes/BackstagePost.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L19) *** @@ -174,7 +174,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L18) +[src/parser/classes/BackstagePost.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L18) *** @@ -188,7 +188,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L11) +[src/parser/classes/BackstagePost.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L11) ## Methods @@ -226,7 +226,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -260,7 +260,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -294,7 +294,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -332,4 +332,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/BackstagePostThread.md b/docs/api/namespaces/YTNodes/classes/BackstagePostThread.md index ed1a25a7..edc1ec36 100644 --- a/docs/api/namespaces/YTNodes/classes/BackstagePostThread.md +++ b/docs/api/namespaces/YTNodes/classes/BackstagePostThread.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/BackstagePostThread.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePostThread.ts#L9) +[src/parser/classes/BackstagePostThread.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePostThread.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/BackstagePostThread.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePostThread.ts#L7) +[src/parser/classes/BackstagePostThread.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePostThread.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/BackstagePostThread.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePostThread.ts#L5) +[src/parser/classes/BackstagePostThread.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePostThread.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/BadgeView.md b/docs/api/namespaces/YTNodes/classes/BadgeView.md index cb892a72..0f75f970 100644 --- a/docs/api/namespaces/YTNodes/classes/BadgeView.md +++ b/docs/api/namespaces/YTNodes/classes/BadgeView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/BadgeView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BadgeView.ts#L9) +[src/parser/classes/BadgeView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BadgeView.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/BadgeView.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BadgeView.ts#L7) +[src/parser/classes/BadgeView.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BadgeView.ts#L7) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/BadgeView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BadgeView.ts#L6) +[src/parser/classes/BadgeView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BadgeView.ts#L6) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/BadgeView.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BadgeView.ts#L5) +[src/parser/classes/BadgeView.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BadgeView.ts#L5) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/helpers.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L7) +[src/parser/helpers.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/BrowseEndpoint.md b/docs/api/namespaces/YTNodes/classes/BrowseEndpoint.md index 01027301..52d97657 100644 --- a/docs/api/namespaces/YTNodes/classes/BrowseEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/BrowseEndpoint.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/endpoints/BrowseEndpoint.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/BrowseEndpoint.ts#L10) +[src/parser/classes/endpoints/BrowseEndpoint.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/BrowseEndpoint.ts#L10) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/endpoints/BrowseEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/BrowseEndpoint.ts#L7) +[src/parser/classes/endpoints/BrowseEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/BrowseEndpoint.ts#L7) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/BrowseEndpoint.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/BrowseEndpoint.ts#L19) +[src/parser/classes/endpoints/BrowseEndpoint.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/BrowseEndpoint.ts#L19) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/BrowseEndpoint.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/BrowseEndpoint.ts#L15) +[src/parser/classes/endpoints/BrowseEndpoint.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/BrowseEndpoint.ts#L15) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/BrowseFeedActions.md b/docs/api/namespaces/YTNodes/classes/BrowseFeedActions.md index a0192977..294b18f2 100644 --- a/docs/api/namespaces/YTNodes/classes/BrowseFeedActions.md +++ b/docs/api/namespaces/YTNodes/classes/BrowseFeedActions.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/BrowseFeedActions.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BrowseFeedActions.ts#L15) +[src/parser/classes/BrowseFeedActions.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BrowseFeedActions.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/BrowseFeedActions.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BrowseFeedActions.ts#L13) +[src/parser/classes/BrowseFeedActions.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BrowseFeedActions.ts#L13) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/BrowseFeedActions.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BrowseFeedActions.ts#L11) +[src/parser/classes/BrowseFeedActions.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BrowseFeedActions.ts#L11) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/BrowserMediaSession.md b/docs/api/namespaces/YTNodes/classes/BrowserMediaSession.md index a68fc1e8..193224f6 100644 --- a/docs/api/namespaces/YTNodes/classes/BrowserMediaSession.md +++ b/docs/api/namespaces/YTNodes/classes/BrowserMediaSession.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/BrowserMediaSession.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BrowserMediaSession.ts#L12) +[src/parser/classes/BrowserMediaSession.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BrowserMediaSession.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/BrowserMediaSession.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BrowserMediaSession.ts#L9) +[src/parser/classes/BrowserMediaSession.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BrowserMediaSession.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/BrowserMediaSession.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BrowserMediaSession.ts#L10) +[src/parser/classes/BrowserMediaSession.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BrowserMediaSession.ts#L10) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/BrowserMediaSession.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BrowserMediaSession.ts#L7) +[src/parser/classes/BrowserMediaSession.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BrowserMediaSession.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/BumperUserEduContentView.md b/docs/api/namespaces/YTNodes/classes/BumperUserEduContentView.md index 75b67590..8bdf5a7f 100644 --- a/docs/api/namespaces/YTNodes/classes/BumperUserEduContentView.md +++ b/docs/api/namespaces/YTNodes/classes/BumperUserEduContentView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/BumperUserEduContentView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/BumperUserEduContentView.ts#L12) +[src/parser/classes/livechat/items/BumperUserEduContentView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/BumperUserEduContentView.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/BumperUserEduContentView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/BumperUserEduContentView.ts#L10) +[src/parser/classes/livechat/items/BumperUserEduContentView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/BumperUserEduContentView.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/BumperUserEduContentView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/BumperUserEduContentView.ts#L9) +[src/parser/classes/livechat/items/BumperUserEduContentView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/BumperUserEduContentView.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/BumperUserEduContentView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/BumperUserEduContentView.ts#L8) +[src/parser/classes/livechat/items/BumperUserEduContentView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/BumperUserEduContentView.ts#L8) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/livechat/items/BumperUserEduContentView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/BumperUserEduContentView.ts#L6) +[src/parser/classes/livechat/items/BumperUserEduContentView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/BumperUserEduContentView.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Button.md b/docs/api/namespaces/YTNodes/classes/Button.md index e06437fc..2e57b717 100644 --- a/docs/api/namespaces/YTNodes/classes/Button.md +++ b/docs/api/namespaces/YTNodes/classes/Button.md @@ -31,7 +31,7 @@ #### Defined in -[src/parser/classes/Button.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L21) +[src/parser/classes/Button.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L21) ## Properties @@ -41,7 +41,7 @@ #### Defined in -[src/parser/classes/Button.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L19) +[src/parser/classes/Button.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L19) *** @@ -51,7 +51,7 @@ #### Defined in -[src/parser/classes/Button.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L18) +[src/parser/classes/Button.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L18) *** @@ -61,7 +61,7 @@ #### Defined in -[src/parser/classes/Button.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L15) +[src/parser/classes/Button.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L15) *** @@ -71,7 +71,7 @@ #### Defined in -[src/parser/classes/Button.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L16) +[src/parser/classes/Button.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L16) *** @@ -81,7 +81,7 @@ #### Defined in -[src/parser/classes/Button.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L11) +[src/parser/classes/Button.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L11) *** @@ -91,7 +91,7 @@ #### Defined in -[src/parser/classes/Button.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L14) +[src/parser/classes/Button.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L14) *** @@ -101,7 +101,7 @@ #### Defined in -[src/parser/classes/Button.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L13) +[src/parser/classes/Button.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L13) *** @@ -111,7 +111,7 @@ #### Defined in -[src/parser/classes/Button.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L17) +[src/parser/classes/Button.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L17) *** @@ -121,7 +121,7 @@ #### Defined in -[src/parser/classes/Button.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L10) +[src/parser/classes/Button.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L10) *** @@ -131,7 +131,7 @@ #### Defined in -[src/parser/classes/Button.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L12) +[src/parser/classes/Button.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L12) *** @@ -145,7 +145,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -159,7 +159,7 @@ #### Defined in -[src/parser/classes/Button.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L8) +[src/parser/classes/Button.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L8) ## Methods @@ -197,7 +197,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -231,7 +231,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -265,7 +265,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -303,4 +303,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ButtonCardView.md b/docs/api/namespaces/YTNodes/classes/ButtonCardView.md index c2496f49..824ce1d4 100644 --- a/docs/api/namespaces/YTNodes/classes/ButtonCardView.md +++ b/docs/api/namespaces/YTNodes/classes/ButtonCardView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ButtonCardView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonCardView.ts#L12) +[src/parser/classes/ButtonCardView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonCardView.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ButtonCardView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonCardView.ts#L9) +[src/parser/classes/ButtonCardView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonCardView.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ButtonCardView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonCardView.ts#L10) +[src/parser/classes/ButtonCardView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonCardView.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ButtonCardView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonCardView.ts#L8) +[src/parser/classes/ButtonCardView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonCardView.ts#L8) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/ButtonCardView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonCardView.ts#L6) +[src/parser/classes/ButtonCardView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonCardView.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ButtonView.md b/docs/api/namespaces/YTNodes/classes/ButtonView.md index 5a5799da..8b2b080a 100644 --- a/docs/api/namespaces/YTNodes/classes/ButtonView.md +++ b/docs/api/namespaces/YTNodes/classes/ButtonView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L38) +[src/parser/classes/ButtonView.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L38) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L30) +[src/parser/classes/ButtonView.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L30) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:36](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L36) +[src/parser/classes/ButtonView.ts:36](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L36) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L14) +[src/parser/classes/ButtonView.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L28) +[src/parser/classes/ButtonView.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L28) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L31) +[src/parser/classes/ButtonView.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L31) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L19) +[src/parser/classes/ButtonView.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L19) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L23) +[src/parser/classes/ButtonView.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L23) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L27) +[src/parser/classes/ButtonView.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L27) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L26) +[src/parser/classes/ButtonView.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L26) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L11) +[src/parser/classes/ButtonView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L11) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L29) +[src/parser/classes/ButtonView.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L29) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L22) +[src/parser/classes/ButtonView.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L22) *** @@ -156,7 +156,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L13) +[src/parser/classes/ButtonView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L13) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L10) +[src/parser/classes/ButtonView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L10) *** @@ -176,7 +176,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L15) +[src/parser/classes/ButtonView.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L15) *** @@ -186,7 +186,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L35) +[src/parser/classes/ButtonView.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L35) *** @@ -196,7 +196,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L16) +[src/parser/classes/ButtonView.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L16) *** @@ -206,7 +206,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L18) +[src/parser/classes/ButtonView.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L18) *** @@ -216,7 +216,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L32) +[src/parser/classes/ButtonView.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L32) *** @@ -226,7 +226,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L20) +[src/parser/classes/ButtonView.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L20) *** @@ -236,7 +236,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:34](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L34) +[src/parser/classes/ButtonView.ts:34](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L34) *** @@ -246,7 +246,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L9) +[src/parser/classes/ButtonView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L9) *** @@ -256,7 +256,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L17) +[src/parser/classes/ButtonView.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L17) *** @@ -266,7 +266,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L21) +[src/parser/classes/ButtonView.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L21) *** @@ -276,7 +276,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L25) +[src/parser/classes/ButtonView.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L25) *** @@ -286,7 +286,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L24) +[src/parser/classes/ButtonView.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L24) *** @@ -296,7 +296,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L33) +[src/parser/classes/ButtonView.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L33) *** @@ -306,7 +306,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L12) +[src/parser/classes/ButtonView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L12) *** @@ -320,7 +320,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -334,7 +334,7 @@ #### Defined in -[src/parser/classes/ButtonView.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ButtonView.ts#L7) +[src/parser/classes/ButtonView.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ButtonView.ts#L7) ## Methods @@ -372,7 +372,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -406,7 +406,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -440,7 +440,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -478,4 +478,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/C4TabbedHeader.md b/docs/api/namespaces/YTNodes/classes/C4TabbedHeader.md index 024c4594..6f427c5e 100644 --- a/docs/api/namespaces/YTNodes/classes/C4TabbedHeader.md +++ b/docs/api/namespaces/YTNodes/classes/C4TabbedHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/C4TabbedHeader.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/C4TabbedHeader.ts#L28) +[src/parser/classes/C4TabbedHeader.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/C4TabbedHeader.ts#L28) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/C4TabbedHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/C4TabbedHeader.ts#L15) +[src/parser/classes/C4TabbedHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/C4TabbedHeader.ts#L15) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/C4TabbedHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/C4TabbedHeader.ts#L16) +[src/parser/classes/C4TabbedHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/C4TabbedHeader.ts#L16) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/C4TabbedHeader.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/C4TabbedHeader.ts#L24) +[src/parser/classes/C4TabbedHeader.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/C4TabbedHeader.ts#L24) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/C4TabbedHeader.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/C4TabbedHeader.ts#L25) +[src/parser/classes/C4TabbedHeader.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/C4TabbedHeader.ts#L25) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/C4TabbedHeader.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/C4TabbedHeader.ts#L23) +[src/parser/classes/C4TabbedHeader.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/C4TabbedHeader.ts#L23) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/C4TabbedHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/C4TabbedHeader.ts#L18) +[src/parser/classes/C4TabbedHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/C4TabbedHeader.ts#L18) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/C4TabbedHeader.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/C4TabbedHeader.ts#L21) +[src/parser/classes/C4TabbedHeader.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/C4TabbedHeader.ts#L21) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/C4TabbedHeader.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/C4TabbedHeader.ts#L22) +[src/parser/classes/C4TabbedHeader.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/C4TabbedHeader.ts#L22) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/C4TabbedHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/C4TabbedHeader.ts#L19) +[src/parser/classes/C4TabbedHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/C4TabbedHeader.ts#L19) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/C4TabbedHeader.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/C4TabbedHeader.ts#L26) +[src/parser/classes/C4TabbedHeader.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/C4TabbedHeader.ts#L26) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/C4TabbedHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/C4TabbedHeader.ts#L17) +[src/parser/classes/C4TabbedHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/C4TabbedHeader.ts#L17) *** @@ -150,7 +150,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -160,7 +160,7 @@ #### Defined in -[src/parser/classes/C4TabbedHeader.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/C4TabbedHeader.ts#L20) +[src/parser/classes/C4TabbedHeader.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/C4TabbedHeader.ts#L20) *** @@ -174,7 +174,7 @@ #### Defined in -[src/parser/classes/C4TabbedHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/C4TabbedHeader.ts#L13) +[src/parser/classes/C4TabbedHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/C4TabbedHeader.ts#L13) ## Methods @@ -212,7 +212,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -246,7 +246,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -280,7 +280,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -318,4 +318,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CallToActionButton.md b/docs/api/namespaces/YTNodes/classes/CallToActionButton.md index bb49d984..d238dda1 100644 --- a/docs/api/namespaces/YTNodes/classes/CallToActionButton.md +++ b/docs/api/namespaces/YTNodes/classes/CallToActionButton.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CallToActionButton.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CallToActionButton.ts#L12) +[src/parser/classes/CallToActionButton.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CallToActionButton.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CallToActionButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CallToActionButton.ts#L9) +[src/parser/classes/CallToActionButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CallToActionButton.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/CallToActionButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CallToActionButton.ts#L8) +[src/parser/classes/CallToActionButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CallToActionButton.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/CallToActionButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CallToActionButton.ts#L10) +[src/parser/classes/CallToActionButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CallToActionButton.ts#L10) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/CallToActionButton.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CallToActionButton.ts#L6) +[src/parser/classes/CallToActionButton.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CallToActionButton.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Card.md b/docs/api/namespaces/YTNodes/classes/Card.md index 0b46b99d..5a264ff1 100644 --- a/docs/api/namespaces/YTNodes/classes/Card.md +++ b/docs/api/namespaces/YTNodes/classes/Card.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Card.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Card.ts#L19) +[src/parser/classes/Card.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Card.ts#L19) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Card.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Card.ts#L9) +[src/parser/classes/Card.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Card.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Card.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Card.ts#L8) +[src/parser/classes/Card.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Card.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/Card.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Card.ts#L12) +[src/parser/classes/Card.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Card.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/Card.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Card.ts#L10) +[src/parser/classes/Card.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Card.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/Card.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Card.ts#L7) +[src/parser/classes/Card.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Card.ts#L7) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/Card.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Card.ts#L5) +[src/parser/classes/Card.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Card.ts#L5) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CardCollection.md b/docs/api/namespaces/YTNodes/classes/CardCollection.md index acc9c8da..ae04cf08 100644 --- a/docs/api/namespaces/YTNodes/classes/CardCollection.md +++ b/docs/api/namespaces/YTNodes/classes/CardCollection.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CardCollection.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CardCollection.ts#L12) +[src/parser/classes/CardCollection.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CardCollection.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CardCollection.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CardCollection.ts#L10) +[src/parser/classes/CardCollection.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CardCollection.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/CardCollection.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CardCollection.ts#L8) +[src/parser/classes/CardCollection.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CardCollection.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/CardCollection.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CardCollection.ts#L9) +[src/parser/classes/CardCollection.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CardCollection.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/CardCollection.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CardCollection.ts#L6) +[src/parser/classes/CardCollection.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CardCollection.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CarouselHeader.md b/docs/api/namespaces/YTNodes/classes/CarouselHeader.md index c8d000dd..0971bb4d 100644 --- a/docs/api/namespaces/YTNodes/classes/CarouselHeader.md +++ b/docs/api/namespaces/YTNodes/classes/CarouselHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CarouselHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselHeader.ts#L9) +[src/parser/classes/CarouselHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselHeader.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CarouselHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselHeader.ts#L7) +[src/parser/classes/CarouselHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselHeader.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/CarouselHeader.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselHeader.ts#L5) +[src/parser/classes/CarouselHeader.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselHeader.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CarouselItem.md b/docs/api/namespaces/YTNodes/classes/CarouselItem.md index 8a3aae5a..4c04df97 100644 --- a/docs/api/namespaces/YTNodes/classes/CarouselItem.md +++ b/docs/api/namespaces/YTNodes/classes/CarouselItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CarouselItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselItem.ts#L14) +[src/parser/classes/CarouselItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselItem.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CarouselItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselItem.ts#L9) +[src/parser/classes/CarouselItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselItem.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/CarouselItem.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselItem.ts#L8) +[src/parser/classes/CarouselItem.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselItem.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/CarouselItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselItem.ts#L10) +[src/parser/classes/CarouselItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselItem.ts#L10) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/CarouselItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselItem.ts#L11) +[src/parser/classes/CarouselItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselItem.ts#L11) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/CarouselItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselItem.ts#L12) +[src/parser/classes/CarouselItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselItem.ts#L12) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/CarouselItem.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselItem.ts#L6) +[src/parser/classes/CarouselItem.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselItem.ts#L6) ## Accessors @@ -118,7 +118,7 @@ #### Defined in -[src/parser/classes/CarouselItem.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselItem.ts#L24) +[src/parser/classes/CarouselItem.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselItem.ts#L24) ## Methods @@ -156,7 +156,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -190,7 +190,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -224,7 +224,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -262,4 +262,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CarouselItemView.md b/docs/api/namespaces/YTNodes/classes/CarouselItemView.md index 1465632e..a4915781 100644 --- a/docs/api/namespaces/YTNodes/classes/CarouselItemView.md +++ b/docs/api/namespaces/YTNodes/classes/CarouselItemView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CarouselItemView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselItemView.ts#L11) +[src/parser/classes/CarouselItemView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselItemView.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CarouselItemView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselItemView.ts#L9) +[src/parser/classes/CarouselItemView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselItemView.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/CarouselItemView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselItemView.ts#L8) +[src/parser/classes/CarouselItemView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselItemView.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/CarouselItemView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselItemView.ts#L6) +[src/parser/classes/CarouselItemView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselItemView.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CarouselLockup.md b/docs/api/namespaces/YTNodes/classes/CarouselLockup.md index 276980cd..9f3f6f3a 100644 --- a/docs/api/namespaces/YTNodes/classes/CarouselLockup.md +++ b/docs/api/namespaces/YTNodes/classes/CarouselLockup.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CarouselLockup.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselLockup.ts#L12) +[src/parser/classes/CarouselLockup.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselLockup.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CarouselLockup.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselLockup.ts#L9) +[src/parser/classes/CarouselLockup.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselLockup.ts#L9) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/classes/CarouselLockup.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselLockup.ts#L10) +[src/parser/classes/CarouselLockup.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselLockup.ts#L10) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/CarouselLockup.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselLockup.ts#L7) +[src/parser/classes/CarouselLockup.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselLockup.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CarouselTitleView.md b/docs/api/namespaces/YTNodes/classes/CarouselTitleView.md index b1c537ce..667ef3b2 100644 --- a/docs/api/namespaces/YTNodes/classes/CarouselTitleView.md +++ b/docs/api/namespaces/YTNodes/classes/CarouselTitleView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CarouselTitleView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselTitleView.ts#L12) +[src/parser/classes/CarouselTitleView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselTitleView.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CarouselTitleView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselTitleView.ts#L10) +[src/parser/classes/CarouselTitleView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselTitleView.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/CarouselTitleView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselTitleView.ts#L9) +[src/parser/classes/CarouselTitleView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselTitleView.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/CarouselTitleView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselTitleView.ts#L8) +[src/parser/classes/CarouselTitleView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselTitleView.ts#L8) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/CarouselTitleView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CarouselTitleView.ts#L6) +[src/parser/classes/CarouselTitleView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CarouselTitleView.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChangeEngagementPanelVisibilityAction.md b/docs/api/namespaces/YTNodes/classes/ChangeEngagementPanelVisibilityAction.md index 777f3a5c..9d3f5561 100644 --- a/docs/api/namespaces/YTNodes/classes/ChangeEngagementPanelVisibilityAction.md +++ b/docs/api/namespaces/YTNodes/classes/ChangeEngagementPanelVisibilityAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/actions/ChangeEngagementPanelVisibilityAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/ChangeEngagementPanelVisibilityAction.ts#L10) +[src/parser/classes/actions/ChangeEngagementPanelVisibilityAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/ChangeEngagementPanelVisibilityAction.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/actions/ChangeEngagementPanelVisibilityAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/ChangeEngagementPanelVisibilityAction.ts#L7) +[src/parser/classes/actions/ChangeEngagementPanelVisibilityAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/ChangeEngagementPanelVisibilityAction.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/classes/actions/ChangeEngagementPanelVisibilityAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/ChangeEngagementPanelVisibilityAction.ts#L8) +[src/parser/classes/actions/ChangeEngagementPanelVisibilityAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/ChangeEngagementPanelVisibilityAction.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/actions/ChangeEngagementPanelVisibilityAction.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/ChangeEngagementPanelVisibilityAction.ts#L5) +[src/parser/classes/actions/ChangeEngagementPanelVisibilityAction.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/ChangeEngagementPanelVisibilityAction.ts#L5) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Channel.md b/docs/api/namespaces/YTNodes/classes/Channel.md index f2776f9c..8531e419 100644 --- a/docs/api/namespaces/YTNodes/classes/Channel.md +++ b/docs/api/namespaces/YTNodes/classes/Channel.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Channel.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Channel.ts#L22) +[src/parser/classes/Channel.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Channel.ts#L22) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Channel.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Channel.ts#L13) +[src/parser/classes/Channel.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Channel.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Channel.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Channel.ts#L20) +[src/parser/classes/Channel.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Channel.ts#L20) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/Channel.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Channel.ts#L18) +[src/parser/classes/Channel.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Channel.ts#L18) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/Channel.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Channel.ts#L12) +[src/parser/classes/Channel.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Channel.ts#L12) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/Channel.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Channel.ts#L16) +[src/parser/classes/Channel.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Channel.ts#L16) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/Channel.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Channel.ts#L17) +[src/parser/classes/Channel.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Channel.ts#L17) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/Channel.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Channel.ts#L19) +[src/parser/classes/Channel.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Channel.ts#L19) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/Channel.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Channel.ts#L14) +[src/parser/classes/Channel.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Channel.ts#L14) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/classes/Channel.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Channel.ts#L15) +[src/parser/classes/Channel.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Channel.ts#L15) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/Channel.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Channel.ts#L10) +[src/parser/classes/Channel.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Channel.ts#L10) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChannelAboutFullMetadata.md b/docs/api/namespaces/YTNodes/classes/ChannelAboutFullMetadata.md index 0b1f5867..6fce87b2 100644 --- a/docs/api/namespaces/YTNodes/classes/ChannelAboutFullMetadata.md +++ b/docs/api/namespaces/YTNodes/classes/ChannelAboutFullMetadata.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChannelAboutFullMetadata.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAboutFullMetadata.ts#L30) +[src/parser/classes/ChannelAboutFullMetadata.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAboutFullMetadata.ts#L30) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChannelAboutFullMetadata.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAboutFullMetadata.ts#L13) +[src/parser/classes/ChannelAboutFullMetadata.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAboutFullMetadata.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChannelAboutFullMetadata.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAboutFullMetadata.ts#L28) +[src/parser/classes/ChannelAboutFullMetadata.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAboutFullMetadata.ts#L28) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ChannelAboutFullMetadata.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAboutFullMetadata.ts#L26) +[src/parser/classes/ChannelAboutFullMetadata.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAboutFullMetadata.ts#L26) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ChannelAboutFullMetadata.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAboutFullMetadata.ts#L14) +[src/parser/classes/ChannelAboutFullMetadata.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAboutFullMetadata.ts#L14) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ChannelAboutFullMetadata.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAboutFullMetadata.ts#L27) +[src/parser/classes/ChannelAboutFullMetadata.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAboutFullMetadata.ts#L27) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/ChannelAboutFullMetadata.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAboutFullMetadata.ts#L24) +[src/parser/classes/ChannelAboutFullMetadata.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAboutFullMetadata.ts#L24) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/ChannelAboutFullMetadata.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAboutFullMetadata.ts#L25) +[src/parser/classes/ChannelAboutFullMetadata.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAboutFullMetadata.ts#L25) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/ChannelAboutFullMetadata.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAboutFullMetadata.ts#L11) +[src/parser/classes/ChannelAboutFullMetadata.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAboutFullMetadata.ts#L11) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/ChannelAboutFullMetadata.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAboutFullMetadata.ts#L23) +[src/parser/classes/ChannelAboutFullMetadata.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAboutFullMetadata.ts#L23) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/ChannelAboutFullMetadata.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAboutFullMetadata.ts#L12) +[src/parser/classes/ChannelAboutFullMetadata.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAboutFullMetadata.ts#L12) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/ChannelAboutFullMetadata.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAboutFullMetadata.ts#L16) +[src/parser/classes/ChannelAboutFullMetadata.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAboutFullMetadata.ts#L16) *** @@ -150,7 +150,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -160,7 +160,7 @@ #### Defined in -[src/parser/classes/ChannelAboutFullMetadata.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAboutFullMetadata.ts#L22) +[src/parser/classes/ChannelAboutFullMetadata.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAboutFullMetadata.ts#L22) *** @@ -174,7 +174,7 @@ #### Defined in -[src/parser/classes/ChannelAboutFullMetadata.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAboutFullMetadata.ts#L9) +[src/parser/classes/ChannelAboutFullMetadata.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAboutFullMetadata.ts#L9) ## Methods @@ -212,7 +212,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -246,7 +246,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -280,7 +280,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -318,4 +318,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChannelAgeGate.md b/docs/api/namespaces/YTNodes/classes/ChannelAgeGate.md index b2b07943..4386ad10 100644 --- a/docs/api/namespaces/YTNodes/classes/ChannelAgeGate.md +++ b/docs/api/namespaces/YTNodes/classes/ChannelAgeGate.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChannelAgeGate.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAgeGate.ts#L18) +[src/parser/classes/ChannelAgeGate.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAgeGate.ts#L18) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChannelAgeGate.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAgeGate.ts#L12) +[src/parser/classes/ChannelAgeGate.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAgeGate.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChannelAgeGate.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAgeGate.ts#L11) +[src/parser/classes/ChannelAgeGate.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAgeGate.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ChannelAgeGate.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAgeGate.ts#L13) +[src/parser/classes/ChannelAgeGate.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAgeGate.ts#L13) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ChannelAgeGate.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAgeGate.ts#L14) +[src/parser/classes/ChannelAgeGate.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAgeGate.ts#L14) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ChannelAgeGate.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAgeGate.ts#L16) +[src/parser/classes/ChannelAgeGate.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAgeGate.ts#L16) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/ChannelAgeGate.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAgeGate.ts#L15) +[src/parser/classes/ChannelAgeGate.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAgeGate.ts#L15) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/ChannelAgeGate.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelAgeGate.ts#L9) +[src/parser/classes/ChannelAgeGate.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelAgeGate.ts#L9) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChannelExternalLinkView.md b/docs/api/namespaces/YTNodes/classes/ChannelExternalLinkView.md index 1023ed53..f04c3cd1 100644 --- a/docs/api/namespaces/YTNodes/classes/ChannelExternalLinkView.md +++ b/docs/api/namespaces/YTNodes/classes/ChannelExternalLinkView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChannelExternalLinkView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelExternalLinkView.ts#L13) +[src/parser/classes/ChannelExternalLinkView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelExternalLinkView.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChannelExternalLinkView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelExternalLinkView.ts#L11) +[src/parser/classes/ChannelExternalLinkView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelExternalLinkView.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChannelExternalLinkView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelExternalLinkView.ts#L10) +[src/parser/classes/ChannelExternalLinkView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelExternalLinkView.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ChannelExternalLinkView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelExternalLinkView.ts#L9) +[src/parser/classes/ChannelExternalLinkView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelExternalLinkView.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/ChannelExternalLinkView.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelExternalLinkView.ts#L7) +[src/parser/classes/ChannelExternalLinkView.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelExternalLinkView.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChannelFeaturedContent.md b/docs/api/namespaces/YTNodes/classes/ChannelFeaturedContent.md index 0dd1b399..40d2cac4 100644 --- a/docs/api/namespaces/YTNodes/classes/ChannelFeaturedContent.md +++ b/docs/api/namespaces/YTNodes/classes/ChannelFeaturedContent.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChannelFeaturedContent.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelFeaturedContent.ts#L11) +[src/parser/classes/ChannelFeaturedContent.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelFeaturedContent.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChannelFeaturedContent.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelFeaturedContent.ts#L9) +[src/parser/classes/ChannelFeaturedContent.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelFeaturedContent.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChannelFeaturedContent.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelFeaturedContent.ts#L8) +[src/parser/classes/ChannelFeaturedContent.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelFeaturedContent.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ChannelFeaturedContent.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelFeaturedContent.ts#L6) +[src/parser/classes/ChannelFeaturedContent.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelFeaturedContent.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChannelHeaderLinks.md b/docs/api/namespaces/YTNodes/classes/ChannelHeaderLinks.md index 47abb9d6..1e43f080 100644 --- a/docs/api/namespaces/YTNodes/classes/ChannelHeaderLinks.md +++ b/docs/api/namespaces/YTNodes/classes/ChannelHeaderLinks.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChannelHeaderLinks.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelHeaderLinks.ts#L29) +[src/parser/classes/ChannelHeaderLinks.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelHeaderLinks.ts#L29) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChannelHeaderLinks.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelHeaderLinks.ts#L26) +[src/parser/classes/ChannelHeaderLinks.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelHeaderLinks.ts#L26) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChannelHeaderLinks.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelHeaderLinks.ts#L27) +[src/parser/classes/ChannelHeaderLinks.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelHeaderLinks.ts#L27) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ChannelHeaderLinks.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelHeaderLinks.ts#L24) +[src/parser/classes/ChannelHeaderLinks.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelHeaderLinks.ts#L24) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChannelHeaderLinksView.md b/docs/api/namespaces/YTNodes/classes/ChannelHeaderLinksView.md index fcb046a2..70838965 100644 --- a/docs/api/namespaces/YTNodes/classes/ChannelHeaderLinksView.md +++ b/docs/api/namespaces/YTNodes/classes/ChannelHeaderLinksView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChannelHeaderLinksView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelHeaderLinksView.ts#L11) +[src/parser/classes/ChannelHeaderLinksView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelHeaderLinksView.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChannelHeaderLinksView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelHeaderLinksView.ts#L8) +[src/parser/classes/ChannelHeaderLinksView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelHeaderLinksView.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChannelHeaderLinksView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelHeaderLinksView.ts#L9) +[src/parser/classes/ChannelHeaderLinksView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelHeaderLinksView.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ChannelHeaderLinksView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelHeaderLinksView.ts#L6) +[src/parser/classes/ChannelHeaderLinksView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelHeaderLinksView.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChannelMetadata.md b/docs/api/namespaces/YTNodes/classes/ChannelMetadata.md index fceebaba..2bafdd43 100644 --- a/docs/api/namespaces/YTNodes/classes/ChannelMetadata.md +++ b/docs/api/namespaces/YTNodes/classes/ChannelMetadata.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChannelMetadata.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMetadata.ts#L23) +[src/parser/classes/ChannelMetadata.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMetadata.ts#L23) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChannelMetadata.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMetadata.ts#L20) +[src/parser/classes/ChannelMetadata.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMetadata.ts#L20) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChannelMetadata.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMetadata.ts#L19) +[src/parser/classes/ChannelMetadata.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMetadata.ts#L19) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ChannelMetadata.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMetadata.ts#L18) +[src/parser/classes/ChannelMetadata.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMetadata.ts#L18) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ChannelMetadata.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMetadata.ts#L16) +[src/parser/classes/ChannelMetadata.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMetadata.ts#L16) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ChannelMetadata.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMetadata.ts#L9) +[src/parser/classes/ChannelMetadata.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMetadata.ts#L9) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/ChannelMetadata.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMetadata.ts#L13) +[src/parser/classes/ChannelMetadata.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMetadata.ts#L13) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/ChannelMetadata.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMetadata.ts#L21) +[src/parser/classes/ChannelMetadata.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMetadata.ts#L21) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/ChannelMetadata.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMetadata.ts#L14) +[src/parser/classes/ChannelMetadata.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMetadata.ts#L14) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/ChannelMetadata.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMetadata.ts#L15) +[src/parser/classes/ChannelMetadata.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMetadata.ts#L15) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/ChannelMetadata.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMetadata.ts#L17) +[src/parser/classes/ChannelMetadata.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMetadata.ts#L17) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/ChannelMetadata.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMetadata.ts#L11) +[src/parser/classes/ChannelMetadata.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMetadata.ts#L11) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/ChannelMetadata.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMetadata.ts#L8) +[src/parser/classes/ChannelMetadata.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMetadata.ts#L8) *** @@ -160,7 +160,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -170,7 +170,7 @@ #### Defined in -[src/parser/classes/ChannelMetadata.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMetadata.ts#L10) +[src/parser/classes/ChannelMetadata.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMetadata.ts#L10) *** @@ -180,7 +180,7 @@ #### Defined in -[src/parser/classes/ChannelMetadata.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMetadata.ts#L12) +[src/parser/classes/ChannelMetadata.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMetadata.ts#L12) *** @@ -194,7 +194,7 @@ #### Defined in -[src/parser/classes/ChannelMetadata.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMetadata.ts#L6) +[src/parser/classes/ChannelMetadata.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMetadata.ts#L6) ## Methods @@ -232,7 +232,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -266,7 +266,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -300,7 +300,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -338,4 +338,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChannelMobileHeader.md b/docs/api/namespaces/YTNodes/classes/ChannelMobileHeader.md index c9ca884d..7a8b8a29 100644 --- a/docs/api/namespaces/YTNodes/classes/ChannelMobileHeader.md +++ b/docs/api/namespaces/YTNodes/classes/ChannelMobileHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChannelMobileHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMobileHeader.ts#L10) +[src/parser/classes/ChannelMobileHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMobileHeader.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChannelMobileHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMobileHeader.ts#L8) +[src/parser/classes/ChannelMobileHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMobileHeader.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ChannelMobileHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelMobileHeader.ts#L6) +[src/parser/classes/ChannelMobileHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelMobileHeader.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChannelOptions.md b/docs/api/namespaces/YTNodes/classes/ChannelOptions.md index c69f0bb5..01ffab5c 100644 --- a/docs/api/namespaces/YTNodes/classes/ChannelOptions.md +++ b/docs/api/namespaces/YTNodes/classes/ChannelOptions.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChannelOptions.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelOptions.ts#L15) +[src/parser/classes/ChannelOptions.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelOptions.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChannelOptions.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelOptions.ts#L10) +[src/parser/classes/ChannelOptions.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelOptions.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChannelOptions.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelOptions.ts#L11) +[src/parser/classes/ChannelOptions.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelOptions.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ChannelOptions.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelOptions.ts#L13) +[src/parser/classes/ChannelOptions.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelOptions.ts#L13) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ChannelOptions.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelOptions.ts#L12) +[src/parser/classes/ChannelOptions.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelOptions.ts#L12) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/ChannelOptions.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelOptions.ts#L8) +[src/parser/classes/ChannelOptions.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelOptions.ts#L8) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChannelOwnerEmptyState.md b/docs/api/namespaces/YTNodes/classes/ChannelOwnerEmptyState.md index bd75ac03..f472512e 100644 --- a/docs/api/namespaces/YTNodes/classes/ChannelOwnerEmptyState.md +++ b/docs/api/namespaces/YTNodes/classes/ChannelOwnerEmptyState.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChannelOwnerEmptyState.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelOwnerEmptyState.ts#L12) +[src/parser/classes/ChannelOwnerEmptyState.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelOwnerEmptyState.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChannelOwnerEmptyState.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelOwnerEmptyState.ts#L10) +[src/parser/classes/ChannelOwnerEmptyState.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelOwnerEmptyState.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChannelOwnerEmptyState.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelOwnerEmptyState.ts#L9) +[src/parser/classes/ChannelOwnerEmptyState.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelOwnerEmptyState.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ChannelOwnerEmptyState.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelOwnerEmptyState.ts#L7) +[src/parser/classes/ChannelOwnerEmptyState.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelOwnerEmptyState.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChannelSubMenu.md b/docs/api/namespaces/YTNodes/classes/ChannelSubMenu.md index 04b3fc4e..e3ac1911 100644 --- a/docs/api/namespaces/YTNodes/classes/ChannelSubMenu.md +++ b/docs/api/namespaces/YTNodes/classes/ChannelSubMenu.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChannelSubMenu.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelSubMenu.ts#L16) +[src/parser/classes/ChannelSubMenu.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelSubMenu.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChannelSubMenu.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelSubMenu.ts#L8) +[src/parser/classes/ChannelSubMenu.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelSubMenu.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChannelSubMenu.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelSubMenu.ts#L14) +[src/parser/classes/ChannelSubMenu.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelSubMenu.ts#L14) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ChannelSubMenu.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelSubMenu.ts#L6) +[src/parser/classes/ChannelSubMenu.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelSubMenu.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChannelSwitcherHeader.md b/docs/api/namespaces/YTNodes/classes/ChannelSwitcherHeader.md index be241b27..47a0f04d 100644 --- a/docs/api/namespaces/YTNodes/classes/ChannelSwitcherHeader.md +++ b/docs/api/namespaces/YTNodes/classes/ChannelSwitcherHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChannelSwitcherHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelSwitcherHeader.ts#L12) +[src/parser/classes/ChannelSwitcherHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelSwitcherHeader.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChannelSwitcherHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelSwitcherHeader.ts#L10) +[src/parser/classes/ChannelSwitcherHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelSwitcherHeader.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChannelSwitcherHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelSwitcherHeader.ts#L9) +[src/parser/classes/ChannelSwitcherHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelSwitcherHeader.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ChannelSwitcherHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelSwitcherHeader.ts#L7) +[src/parser/classes/ChannelSwitcherHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelSwitcherHeader.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChannelSwitcherPage.md b/docs/api/namespaces/YTNodes/classes/ChannelSwitcherPage.md index 2694aa70..715e1e23 100644 --- a/docs/api/namespaces/YTNodes/classes/ChannelSwitcherPage.md +++ b/docs/api/namespaces/YTNodes/classes/ChannelSwitcherPage.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChannelSwitcherPage.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelSwitcherPage.ts#L11) +[src/parser/classes/ChannelSwitcherPage.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelSwitcherPage.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChannelSwitcherPage.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelSwitcherPage.ts#L9) +[src/parser/classes/ChannelSwitcherPage.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelSwitcherPage.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChannelSwitcherPage.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelSwitcherPage.ts#L8) +[src/parser/classes/ChannelSwitcherPage.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelSwitcherPage.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ChannelSwitcherPage.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelSwitcherPage.ts#L6) +[src/parser/classes/ChannelSwitcherPage.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelSwitcherPage.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChannelTagline.md b/docs/api/namespaces/YTNodes/classes/ChannelTagline.md index 0c448dda..b8313904 100644 --- a/docs/api/namespaces/YTNodes/classes/ChannelTagline.md +++ b/docs/api/namespaces/YTNodes/classes/ChannelTagline.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChannelTagline.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelTagline.ts#L25) +[src/parser/classes/ChannelTagline.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelTagline.ts#L25) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChannelTagline.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelTagline.ts#L9) +[src/parser/classes/ChannelTagline.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelTagline.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChannelTagline.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelTagline.ts#L10) +[src/parser/classes/ChannelTagline.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelTagline.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ChannelTagline.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelTagline.ts#L11) +[src/parser/classes/ChannelTagline.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelTagline.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ChannelTagline.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelTagline.ts#L21) +[src/parser/classes/ChannelTagline.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelTagline.ts#L21) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ChannelTagline.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelTagline.ts#L22) +[src/parser/classes/ChannelTagline.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelTagline.ts#L22) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/ChannelTagline.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelTagline.ts#L23) +[src/parser/classes/ChannelTagline.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelTagline.ts#L23) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/ChannelTagline.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelTagline.ts#L7) +[src/parser/classes/ChannelTagline.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelTagline.ts#L7) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChannelThumbnailWithLink.md b/docs/api/namespaces/YTNodes/classes/ChannelThumbnailWithLink.md index 8f706d4f..8538c45b 100644 --- a/docs/api/namespaces/YTNodes/classes/ChannelThumbnailWithLink.md +++ b/docs/api/namespaces/YTNodes/classes/ChannelThumbnailWithLink.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChannelThumbnailWithLink.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelThumbnailWithLink.ts#L14) +[src/parser/classes/ChannelThumbnailWithLink.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelThumbnailWithLink.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChannelThumbnailWithLink.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelThumbnailWithLink.ts#L12) +[src/parser/classes/ChannelThumbnailWithLink.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelThumbnailWithLink.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChannelThumbnailWithLink.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelThumbnailWithLink.ts#L11) +[src/parser/classes/ChannelThumbnailWithLink.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelThumbnailWithLink.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ChannelThumbnailWithLink.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelThumbnailWithLink.ts#L10) +[src/parser/classes/ChannelThumbnailWithLink.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelThumbnailWithLink.ts#L10) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/ChannelThumbnailWithLink.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelThumbnailWithLink.ts#L8) +[src/parser/classes/ChannelThumbnailWithLink.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelThumbnailWithLink.ts#L8) ## Accessors @@ -98,7 +98,7 @@ #### Defined in -[src/parser/classes/ChannelThumbnailWithLink.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelThumbnailWithLink.ts#L27) +[src/parser/classes/ChannelThumbnailWithLink.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelThumbnailWithLink.ts#L27) ## Methods @@ -136,7 +136,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -170,7 +170,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -204,7 +204,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -242,4 +242,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChannelVideoPlayer.md b/docs/api/namespaces/YTNodes/classes/ChannelVideoPlayer.md index 912db54e..8385b95b 100644 --- a/docs/api/namespaces/YTNodes/classes/ChannelVideoPlayer.md +++ b/docs/api/namespaces/YTNodes/classes/ChannelVideoPlayer.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChannelVideoPlayer.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelVideoPlayer.ts#L14) +[src/parser/classes/ChannelVideoPlayer.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelVideoPlayer.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChannelVideoPlayer.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelVideoPlayer.ts#L10) +[src/parser/classes/ChannelVideoPlayer.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelVideoPlayer.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChannelVideoPlayer.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelVideoPlayer.ts#L8) +[src/parser/classes/ChannelVideoPlayer.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelVideoPlayer.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ChannelVideoPlayer.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelVideoPlayer.ts#L12) +[src/parser/classes/ChannelVideoPlayer.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelVideoPlayer.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ChannelVideoPlayer.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelVideoPlayer.ts#L9) +[src/parser/classes/ChannelVideoPlayer.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelVideoPlayer.ts#L9) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/classes/ChannelVideoPlayer.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelVideoPlayer.ts#L11) +[src/parser/classes/ChannelVideoPlayer.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelVideoPlayer.ts#L11) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/ChannelVideoPlayer.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChannelVideoPlayer.ts#L6) +[src/parser/classes/ChannelVideoPlayer.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChannelVideoPlayer.ts#L6) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Chapter.md b/docs/api/namespaces/YTNodes/classes/Chapter.md index 513060d6..f2302ba4 100644 --- a/docs/api/namespaces/YTNodes/classes/Chapter.md +++ b/docs/api/namespaces/YTNodes/classes/Chapter.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Chapter.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Chapter.ts#L13) +[src/parser/classes/Chapter.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Chapter.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Chapter.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Chapter.ts#L11) +[src/parser/classes/Chapter.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Chapter.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Chapter.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Chapter.ts#L10) +[src/parser/classes/Chapter.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Chapter.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/Chapter.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Chapter.ts#L9) +[src/parser/classes/Chapter.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Chapter.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/Chapter.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Chapter.ts#L7) +[src/parser/classes/Chapter.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Chapter.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChildVideo.md b/docs/api/namespaces/YTNodes/classes/ChildVideo.md index fa7d601b..137612ef 100644 --- a/docs/api/namespaces/YTNodes/classes/ChildVideo.md +++ b/docs/api/namespaces/YTNodes/classes/ChildVideo.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChildVideo.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChildVideo.ts#L20) +[src/parser/classes/ChildVideo.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChildVideo.ts#L20) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/classes/ChildVideo.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChildVideo.ts#L13) +[src/parser/classes/ChildVideo.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChildVideo.ts#L13) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/ChildVideo.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChildVideo.ts#L18) +[src/parser/classes/ChildVideo.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChildVideo.ts#L18) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ChildVideo.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChildVideo.ts#L10) +[src/parser/classes/ChildVideo.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChildVideo.ts#L10) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ChildVideo.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChildVideo.ts#L11) +[src/parser/classes/ChildVideo.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChildVideo.ts#L11) *** @@ -88,7 +88,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -102,7 +102,7 @@ #### Defined in -[src/parser/classes/ChildVideo.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChildVideo.ts#L8) +[src/parser/classes/ChildVideo.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChildVideo.ts#L8) ## Methods @@ -140,7 +140,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -174,7 +174,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -208,7 +208,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -246,4 +246,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChipBarView.md b/docs/api/namespaces/YTNodes/classes/ChipBarView.md index 7039deda..fe055353 100644 --- a/docs/api/namespaces/YTNodes/classes/ChipBarView.md +++ b/docs/api/namespaces/YTNodes/classes/ChipBarView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChipBarView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipBarView.ts#L10) +[src/parser/classes/ChipBarView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipBarView.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChipBarView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipBarView.ts#L8) +[src/parser/classes/ChipBarView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipBarView.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ChipBarView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipBarView.ts#L6) +[src/parser/classes/ChipBarView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipBarView.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChipCloud.md b/docs/api/namespaces/YTNodes/classes/ChipCloud.md index 023e4f86..fde074ed 100644 --- a/docs/api/namespaces/YTNodes/classes/ChipCloud.md +++ b/docs/api/namespaces/YTNodes/classes/ChipCloud.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChipCloud.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipCloud.ts#L14) +[src/parser/classes/ChipCloud.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipCloud.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChipCloud.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipCloud.ts#L9) +[src/parser/classes/ChipCloud.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipCloud.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChipCloud.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipCloud.ts#L12) +[src/parser/classes/ChipCloud.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipCloud.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ChipCloud.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipCloud.ts#L10) +[src/parser/classes/ChipCloud.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipCloud.ts#L10) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ChipCloud.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipCloud.ts#L11) +[src/parser/classes/ChipCloud.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipCloud.ts#L11) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/ChipCloud.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipCloud.ts#L7) +[src/parser/classes/ChipCloud.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipCloud.ts#L7) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChipCloudChip.md b/docs/api/namespaces/YTNodes/classes/ChipCloudChip.md index 52530fca..6d8134e3 100644 --- a/docs/api/namespaces/YTNodes/classes/ChipCloudChip.md +++ b/docs/api/namespaces/YTNodes/classes/ChipCloudChip.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChipCloudChip.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipCloudChip.ts#L13) +[src/parser/classes/ChipCloudChip.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipCloudChip.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChipCloudChip.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipCloudChip.ts#L10) +[src/parser/classes/ChipCloudChip.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipCloudChip.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChipCloudChip.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipCloudChip.ts#L9) +[src/parser/classes/ChipCloudChip.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipCloudChip.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ChipCloudChip.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipCloudChip.ts#L11) +[src/parser/classes/ChipCloudChip.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipCloudChip.ts#L11) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/ChipCloudChip.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipCloudChip.ts#L7) +[src/parser/classes/ChipCloudChip.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipCloudChip.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ChipView.md b/docs/api/namespaces/YTNodes/classes/ChipView.md index 74d5abb3..dd8521ba 100644 --- a/docs/api/namespaces/YTNodes/classes/ChipView.md +++ b/docs/api/namespaces/YTNodes/classes/ChipView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ChipView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipView.ts#L13) +[src/parser/classes/ChipView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipView.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ChipView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipView.ts#L11) +[src/parser/classes/ChipView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipView.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ChipView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipView.ts#L9) +[src/parser/classes/ChipView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipView.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ChipView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipView.ts#L10) +[src/parser/classes/ChipView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipView.ts#L10) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ChipView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipView.ts#L8) +[src/parser/classes/ChipView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipView.ts#L8) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/ChipView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ChipView.ts#L6) +[src/parser/classes/ChipView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ChipView.ts#L6) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ClientSideToggleMenuItem.md b/docs/api/namespaces/YTNodes/classes/ClientSideToggleMenuItem.md index 2b2f2d10..984393f0 100644 --- a/docs/api/namespaces/YTNodes/classes/ClientSideToggleMenuItem.md +++ b/docs/api/namespaces/YTNodes/classes/ClientSideToggleMenuItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ClientSideToggleMenuItem.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClientSideToggleMenuItem.ts#L23) +[src/parser/classes/ClientSideToggleMenuItem.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClientSideToggleMenuItem.ts#L23) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ClientSideToggleMenuItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClientSideToggleMenuItem.ts#L15) +[src/parser/classes/ClientSideToggleMenuItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClientSideToggleMenuItem.ts#L15) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ClientSideToggleMenuItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClientSideToggleMenuItem.ts#L10) +[src/parser/classes/ClientSideToggleMenuItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClientSideToggleMenuItem.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ClientSideToggleMenuItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClientSideToggleMenuItem.ts#L13) +[src/parser/classes/ClientSideToggleMenuItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClientSideToggleMenuItem.ts#L13) *** @@ -78,7 +78,7 @@ #### Defined in -[src/parser/classes/ClientSideToggleMenuItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClientSideToggleMenuItem.ts#L16) +[src/parser/classes/ClientSideToggleMenuItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClientSideToggleMenuItem.ts#L16) *** @@ -88,7 +88,7 @@ #### Defined in -[src/parser/classes/ClientSideToggleMenuItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClientSideToggleMenuItem.ts#L14) +[src/parser/classes/ClientSideToggleMenuItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClientSideToggleMenuItem.ts#L14) *** @@ -98,7 +98,7 @@ #### Defined in -[src/parser/classes/ClientSideToggleMenuItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClientSideToggleMenuItem.ts#L9) +[src/parser/classes/ClientSideToggleMenuItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClientSideToggleMenuItem.ts#L9) *** @@ -108,7 +108,7 @@ #### Defined in -[src/parser/classes/ClientSideToggleMenuItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClientSideToggleMenuItem.ts#L12) +[src/parser/classes/ClientSideToggleMenuItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClientSideToggleMenuItem.ts#L12) *** @@ -118,7 +118,7 @@ #### Defined in -[src/parser/classes/ClientSideToggleMenuItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClientSideToggleMenuItem.ts#L11) +[src/parser/classes/ClientSideToggleMenuItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClientSideToggleMenuItem.ts#L11) *** @@ -132,7 +132,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/ClientSideToggleMenuItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClientSideToggleMenuItem.ts#L7) +[src/parser/classes/ClientSideToggleMenuItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClientSideToggleMenuItem.ts#L7) ## Methods @@ -184,7 +184,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -218,7 +218,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -252,7 +252,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -290,4 +290,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ClipAdState.md b/docs/api/namespaces/YTNodes/classes/ClipAdState.md index 9b8fab1b..3e30b19d 100644 --- a/docs/api/namespaces/YTNodes/classes/ClipAdState.md +++ b/docs/api/namespaces/YTNodes/classes/ClipAdState.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ClipAdState.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipAdState.ts#L12) +[src/parser/classes/ClipAdState.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipAdState.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ClipAdState.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipAdState.ts#L10) +[src/parser/classes/ClipAdState.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipAdState.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ClipAdState.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipAdState.ts#L9) +[src/parser/classes/ClipAdState.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipAdState.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ClipAdState.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipAdState.ts#L7) +[src/parser/classes/ClipAdState.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipAdState.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ClipCreation.md b/docs/api/namespaces/YTNodes/classes/ClipCreation.md index 278db556..2670c126 100644 --- a/docs/api/namespaces/YTNodes/classes/ClipCreation.md +++ b/docs/api/namespaces/YTNodes/classes/ClipCreation.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ClipCreation.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreation.ts#L27) +[src/parser/classes/ClipCreation.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreation.ts#L27) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ClipCreation.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreation.ts#L23) +[src/parser/classes/ClipCreation.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreation.ts#L23) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ClipCreation.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreation.ts#L22) +[src/parser/classes/ClipCreation.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreation.ts#L22) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ClipCreation.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreation.ts#L20) +[src/parser/classes/ClipCreation.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreation.ts#L20) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ClipCreation.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreation.ts#L24) +[src/parser/classes/ClipCreation.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreation.ts#L24) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ClipCreation.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreation.ts#L21) +[src/parser/classes/ClipCreation.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreation.ts#L21) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/ClipCreation.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreation.ts#L25) +[src/parser/classes/ClipCreation.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreation.ts#L25) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/ClipCreation.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreation.ts#L19) +[src/parser/classes/ClipCreation.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreation.ts#L19) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/ClipCreation.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreation.ts#L18) +[src/parser/classes/ClipCreation.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreation.ts#L18) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/ClipCreation.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreation.ts#L17) +[src/parser/classes/ClipCreation.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreation.ts#L17) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -140,7 +140,7 @@ #### Defined in -[src/parser/classes/ClipCreation.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreation.ts#L16) +[src/parser/classes/ClipCreation.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreation.ts#L16) *** @@ -154,7 +154,7 @@ #### Defined in -[src/parser/classes/ClipCreation.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreation.ts#L14) +[src/parser/classes/ClipCreation.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreation.ts#L14) ## Methods @@ -192,7 +192,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -226,7 +226,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -260,7 +260,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -298,4 +298,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ClipCreationScrubber.md b/docs/api/namespaces/YTNodes/classes/ClipCreationScrubber.md index 54eea9e3..200b6788 100644 --- a/docs/api/namespaces/YTNodes/classes/ClipCreationScrubber.md +++ b/docs/api/namespaces/YTNodes/classes/ClipCreationScrubber.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ClipCreationScrubber.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreationScrubber.ts#L17) +[src/parser/classes/ClipCreationScrubber.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreationScrubber.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ClipCreationScrubber.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreationScrubber.ts#L11) +[src/parser/classes/ClipCreationScrubber.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreationScrubber.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ClipCreationScrubber.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreationScrubber.ts#L15) +[src/parser/classes/ClipCreationScrubber.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreationScrubber.ts#L15) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ClipCreationScrubber.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreationScrubber.ts#L14) +[src/parser/classes/ClipCreationScrubber.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreationScrubber.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ClipCreationScrubber.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreationScrubber.ts#L8) +[src/parser/classes/ClipCreationScrubber.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreationScrubber.ts#L8) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ClipCreationScrubber.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreationScrubber.ts#L9) +[src/parser/classes/ClipCreationScrubber.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreationScrubber.ts#L9) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/ClipCreationScrubber.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreationScrubber.ts#L10) +[src/parser/classes/ClipCreationScrubber.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreationScrubber.ts#L10) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/ClipCreationScrubber.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreationScrubber.ts#L13) +[src/parser/classes/ClipCreationScrubber.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreationScrubber.ts#L13) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/classes/ClipCreationScrubber.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreationScrubber.ts#L12) +[src/parser/classes/ClipCreationScrubber.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreationScrubber.ts#L12) *** @@ -134,7 +134,7 @@ #### Defined in -[src/parser/classes/ClipCreationScrubber.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreationScrubber.ts#L6) +[src/parser/classes/ClipCreationScrubber.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreationScrubber.ts#L6) ## Methods @@ -172,7 +172,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -206,7 +206,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -240,7 +240,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -278,4 +278,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ClipCreationTextInput.md b/docs/api/namespaces/YTNodes/classes/ClipCreationTextInput.md index 27a50552..2d3a4440 100644 --- a/docs/api/namespaces/YTNodes/classes/ClipCreationTextInput.md +++ b/docs/api/namespaces/YTNodes/classes/ClipCreationTextInput.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ClipCreationTextInput.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreationTextInput.ts#L12) +[src/parser/classes/ClipCreationTextInput.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreationTextInput.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ClipCreationTextInput.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreationTextInput.ts#L10) +[src/parser/classes/ClipCreationTextInput.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreationTextInput.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ClipCreationTextInput.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreationTextInput.ts#L9) +[src/parser/classes/ClipCreationTextInput.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreationTextInput.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ClipCreationTextInput.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipCreationTextInput.ts#L7) +[src/parser/classes/ClipCreationTextInput.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipCreationTextInput.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ClipSection.md b/docs/api/namespaces/YTNodes/classes/ClipSection.md index 880c4d3a..17e17a1c 100644 --- a/docs/api/namespaces/YTNodes/classes/ClipSection.md +++ b/docs/api/namespaces/YTNodes/classes/ClipSection.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ClipSection.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipSection.ts#L15) +[src/parser/classes/ClipSection.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipSection.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ClipSection.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipSection.ts#L13) +[src/parser/classes/ClipSection.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipSection.ts#L13) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ClipSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ClipSection.ts#L11) +[src/parser/classes/ClipSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ClipSection.ts#L11) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CollaboratorInfoCardContent.md b/docs/api/namespaces/YTNodes/classes/CollaboratorInfoCardContent.md index a0a2c9c0..4186773a 100644 --- a/docs/api/namespaces/YTNodes/classes/CollaboratorInfoCardContent.md +++ b/docs/api/namespaces/YTNodes/classes/CollaboratorInfoCardContent.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CollaboratorInfoCardContent.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollaboratorInfoCardContent.ts#L16) +[src/parser/classes/CollaboratorInfoCardContent.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollaboratorInfoCardContent.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CollaboratorInfoCardContent.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollaboratorInfoCardContent.ts#L10) +[src/parser/classes/CollaboratorInfoCardContent.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollaboratorInfoCardContent.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/CollaboratorInfoCardContent.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollaboratorInfoCardContent.ts#L12) +[src/parser/classes/CollaboratorInfoCardContent.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollaboratorInfoCardContent.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/CollaboratorInfoCardContent.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollaboratorInfoCardContent.ts#L11) +[src/parser/classes/CollaboratorInfoCardContent.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollaboratorInfoCardContent.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/CollaboratorInfoCardContent.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollaboratorInfoCardContent.ts#L14) +[src/parser/classes/CollaboratorInfoCardContent.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollaboratorInfoCardContent.ts#L14) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/CollaboratorInfoCardContent.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollaboratorInfoCardContent.ts#L13) +[src/parser/classes/CollaboratorInfoCardContent.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollaboratorInfoCardContent.ts#L13) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/CollaboratorInfoCardContent.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollaboratorInfoCardContent.ts#L8) +[src/parser/classes/CollaboratorInfoCardContent.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollaboratorInfoCardContent.ts#L8) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CollageHeroImage.md b/docs/api/namespaces/YTNodes/classes/CollageHeroImage.md index 5635b90e..c927517f 100644 --- a/docs/api/namespaces/YTNodes/classes/CollageHeroImage.md +++ b/docs/api/namespaces/YTNodes/classes/CollageHeroImage.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CollageHeroImage.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollageHeroImage.ts#L14) +[src/parser/classes/CollageHeroImage.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollageHeroImage.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CollageHeroImage.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollageHeroImage.ts#L11) +[src/parser/classes/CollageHeroImage.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollageHeroImage.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/CollageHeroImage.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollageHeroImage.ts#L12) +[src/parser/classes/CollageHeroImage.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollageHeroImage.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/CollageHeroImage.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollageHeroImage.ts#L9) +[src/parser/classes/CollageHeroImage.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollageHeroImage.ts#L9) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/CollageHeroImage.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollageHeroImage.ts#L10) +[src/parser/classes/CollageHeroImage.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollageHeroImage.ts#L10) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/CollageHeroImage.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollageHeroImage.ts#L7) +[src/parser/classes/CollageHeroImage.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollageHeroImage.ts#L7) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CollectionThumbnailView.md b/docs/api/namespaces/YTNodes/classes/CollectionThumbnailView.md index 8076bc11..99503907 100644 --- a/docs/api/namespaces/YTNodes/classes/CollectionThumbnailView.md +++ b/docs/api/namespaces/YTNodes/classes/CollectionThumbnailView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CollectionThumbnailView.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollectionThumbnailView.ts#L14) +[src/parser/classes/CollectionThumbnailView.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollectionThumbnailView.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CollectionThumbnailView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollectionThumbnailView.ts#L8) +[src/parser/classes/CollectionThumbnailView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollectionThumbnailView.ts#L8) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/CollectionThumbnailView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollectionThumbnailView.ts#L9) +[src/parser/classes/CollectionThumbnailView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollectionThumbnailView.ts#L9) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/CollectionThumbnailView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CollectionThumbnailView.ts#L6) +[src/parser/classes/CollectionThumbnailView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CollectionThumbnailView.ts#L6) ## Methods @@ -120,7 +120,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -154,7 +154,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -188,7 +188,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -226,4 +226,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CommandExecutorCommand.md b/docs/api/namespaces/YTNodes/classes/CommandExecutorCommand.md index 469d99b3..303230f3 100644 --- a/docs/api/namespaces/YTNodes/classes/CommandExecutorCommand.md +++ b/docs/api/namespaces/YTNodes/classes/CommandExecutorCommand.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/commands/CommandExecutorCommand.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/CommandExecutorCommand.ts#L10) +[src/parser/classes/commands/CommandExecutorCommand.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/CommandExecutorCommand.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/commands/CommandExecutorCommand.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/CommandExecutorCommand.ts#L8) +[src/parser/classes/commands/CommandExecutorCommand.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/CommandExecutorCommand.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/commands/CommandExecutorCommand.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/CommandExecutorCommand.ts#L6) +[src/parser/classes/commands/CommandExecutorCommand.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/CommandExecutorCommand.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CommentActionButtons.md b/docs/api/namespaces/YTNodes/classes/CommentActionButtons.md index cb946175..62cbb9fb 100644 --- a/docs/api/namespaces/YTNodes/classes/CommentActionButtons.md +++ b/docs/api/namespaces/YTNodes/classes/CommentActionButtons.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/comments/CommentActionButtons.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentActionButtons.ts#L17) +[src/parser/classes/comments/CommentActionButtons.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentActionButtons.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/comments/CommentActionButtons.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentActionButtons.ts#L15) +[src/parser/classes/comments/CommentActionButtons.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentActionButtons.ts#L15) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/comments/CommentActionButtons.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentActionButtons.ts#L13) +[src/parser/classes/comments/CommentActionButtons.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentActionButtons.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/comments/CommentActionButtons.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentActionButtons.ts#L12) +[src/parser/classes/comments/CommentActionButtons.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentActionButtons.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/comments/CommentActionButtons.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentActionButtons.ts#L14) +[src/parser/classes/comments/CommentActionButtons.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentActionButtons.ts#L14) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/comments/CommentActionButtons.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentActionButtons.ts#L10) +[src/parser/classes/comments/CommentActionButtons.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentActionButtons.ts#L10) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CommentDialog.md b/docs/api/namespaces/YTNodes/classes/CommentDialog.md index 02523815..8b37bc19 100644 --- a/docs/api/namespaces/YTNodes/classes/CommentDialog.md +++ b/docs/api/namespaces/YTNodes/classes/CommentDialog.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/comments/CommentDialog.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentDialog.ts#L21) +[src/parser/classes/comments/CommentDialog.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentDialog.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/comments/CommentDialog.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentDialog.ts#L14) +[src/parser/classes/comments/CommentDialog.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentDialog.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/comments/CommentDialog.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentDialog.ts#L16) +[src/parser/classes/comments/CommentDialog.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentDialog.ts#L16) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/comments/CommentDialog.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentDialog.ts#L13) +[src/parser/classes/comments/CommentDialog.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentDialog.ts#L13) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/comments/CommentDialog.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentDialog.ts#L18) +[src/parser/classes/comments/CommentDialog.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentDialog.ts#L18) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/comments/CommentDialog.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentDialog.ts#L19) +[src/parser/classes/comments/CommentDialog.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentDialog.ts#L19) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/comments/CommentDialog.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentDialog.ts#L17) +[src/parser/classes/comments/CommentDialog.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentDialog.ts#L17) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/comments/CommentDialog.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentDialog.ts#L15) +[src/parser/classes/comments/CommentDialog.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentDialog.ts#L15) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/comments/CommentDialog.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentDialog.ts#L11) +[src/parser/classes/comments/CommentDialog.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentDialog.ts#L11) ## Methods @@ -162,7 +162,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -196,7 +196,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -230,7 +230,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -268,4 +268,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CommentReplies.md b/docs/api/namespaces/YTNodes/classes/CommentReplies.md index 5a1ff124..54bd8a45 100644 --- a/docs/api/namespaces/YTNodes/classes/CommentReplies.md +++ b/docs/api/namespaces/YTNodes/classes/CommentReplies.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/comments/CommentReplies.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentReplies.ts#L17) +[src/parser/classes/comments/CommentReplies.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentReplies.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/comments/CommentReplies.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentReplies.ts#L11) +[src/parser/classes/comments/CommentReplies.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentReplies.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/comments/CommentReplies.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentReplies.ts#L15) +[src/parser/classes/comments/CommentReplies.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentReplies.ts#L15) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/comments/CommentReplies.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentReplies.ts#L13) +[src/parser/classes/comments/CommentReplies.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentReplies.ts#L13) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/classes/comments/CommentReplies.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentReplies.ts#L12) +[src/parser/classes/comments/CommentReplies.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentReplies.ts#L12) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/classes/comments/CommentReplies.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentReplies.ts#L14) +[src/parser/classes/comments/CommentReplies.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentReplies.ts#L14) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/comments/CommentReplies.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentReplies.ts#L9) +[src/parser/classes/comments/CommentReplies.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentReplies.ts#L9) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CommentReplyDialog.md b/docs/api/namespaces/YTNodes/classes/CommentReplyDialog.md index efe856be..2b8cda2f 100644 --- a/docs/api/namespaces/YTNodes/classes/CommentReplyDialog.md +++ b/docs/api/namespaces/YTNodes/classes/CommentReplyDialog.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/comments/CommentReplyDialog.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentReplyDialog.ts#L18) +[src/parser/classes/comments/CommentReplyDialog.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentReplyDialog.ts#L18) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/comments/CommentReplyDialog.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentReplyDialog.ts#L14) +[src/parser/classes/comments/CommentReplyDialog.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentReplyDialog.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/comments/CommentReplyDialog.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentReplyDialog.ts#L13) +[src/parser/classes/comments/CommentReplyDialog.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentReplyDialog.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/comments/CommentReplyDialog.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentReplyDialog.ts#L16) +[src/parser/classes/comments/CommentReplyDialog.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentReplyDialog.ts#L16) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/comments/CommentReplyDialog.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentReplyDialog.ts#L15) +[src/parser/classes/comments/CommentReplyDialog.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentReplyDialog.ts#L15) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/comments/CommentReplyDialog.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentReplyDialog.ts#L12) +[src/parser/classes/comments/CommentReplyDialog.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentReplyDialog.ts#L12) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/comments/CommentReplyDialog.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentReplyDialog.ts#L10) +[src/parser/classes/comments/CommentReplyDialog.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentReplyDialog.ts#L10) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CommentSimplebox.md b/docs/api/namespaces/YTNodes/classes/CommentSimplebox.md index 7f52b78b..e0754174 100644 --- a/docs/api/namespaces/YTNodes/classes/CommentSimplebox.md +++ b/docs/api/namespaces/YTNodes/classes/CommentSimplebox.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/comments/CommentSimplebox.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentSimplebox.ts#L18) +[src/parser/classes/comments/CommentSimplebox.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentSimplebox.ts#L18) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/comments/CommentSimplebox.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentSimplebox.ts#L14) +[src/parser/classes/comments/CommentSimplebox.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentSimplebox.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/comments/CommentSimplebox.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentSimplebox.ts#L16) +[src/parser/classes/comments/CommentSimplebox.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentSimplebox.ts#L16) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/comments/CommentSimplebox.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentSimplebox.ts#L13) +[src/parser/classes/comments/CommentSimplebox.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentSimplebox.ts#L13) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/comments/CommentSimplebox.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentSimplebox.ts#L15) +[src/parser/classes/comments/CommentSimplebox.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentSimplebox.ts#L15) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/comments/CommentSimplebox.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentSimplebox.ts#L12) +[src/parser/classes/comments/CommentSimplebox.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentSimplebox.ts#L12) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/comments/CommentSimplebox.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentSimplebox.ts#L10) +[src/parser/classes/comments/CommentSimplebox.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentSimplebox.ts#L10) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CommentThread.md b/docs/api/namespaces/YTNodes/classes/CommentThread.md index 4afb8213..d06f98a3 100644 --- a/docs/api/namespaces/YTNodes/classes/CommentThread.md +++ b/docs/api/namespaces/YTNodes/classes/CommentThread.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/comments/CommentThread.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentThread.ts#L26) +[src/parser/classes/comments/CommentThread.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentThread.ts#L26) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/comments/CommentThread.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentThread.ts#L17) +[src/parser/classes/comments/CommentThread.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentThread.ts#L17) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/comments/CommentThread.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentThread.ts#L19) +[src/parser/classes/comments/CommentThread.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentThread.ts#L19) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/comments/CommentThread.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentThread.ts#L21) +[src/parser/classes/comments/CommentThread.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentThread.ts#L21) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/comments/CommentThread.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentThread.ts#L20) +[src/parser/classes/comments/CommentThread.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentThread.ts#L20) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/comments/CommentThread.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentThread.ts#L18) +[src/parser/classes/comments/CommentThread.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentThread.ts#L18) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/comments/CommentThread.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentThread.ts#L15) +[src/parser/classes/comments/CommentThread.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentThread.ts#L15) ## Accessors @@ -118,7 +118,7 @@ #### Defined in -[src/parser/classes/comments/CommentThread.ts:34](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentThread.ts#L34) +[src/parser/classes/comments/CommentThread.ts:34](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentThread.ts#L34) ## Methods @@ -156,7 +156,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -172,7 +172,7 @@ Retrieves next batch of replies. #### Defined in -[src/parser/classes/comments/CommentThread.ts:69](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentThread.ts#L69) +[src/parser/classes/comments/CommentThread.ts:69](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentThread.ts#L69) *** @@ -188,7 +188,7 @@ Retrieves replies to this comment thread. #### Defined in -[src/parser/classes/comments/CommentThread.ts:43](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentThread.ts#L43) +[src/parser/classes/comments/CommentThread.ts:43](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentThread.ts#L43) *** @@ -222,7 +222,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -256,7 +256,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -294,7 +294,7 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) *** @@ -312,4 +312,4 @@ If the node does not have the key #### Defined in -[src/parser/classes/comments/CommentThread.ts:95](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentThread.ts#L95) +[src/parser/classes/comments/CommentThread.ts:95](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentThread.ts#L95) diff --git a/docs/api/namespaces/YTNodes/classes/CommentView.md b/docs/api/namespaces/YTNodes/classes/CommentView.md index 10ddd0f4..6755c962 100644 --- a/docs/api/namespaces/YTNodes/classes/CommentView.md +++ b/docs/api/namespaces/YTNodes/classes/CommentView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:66](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L66) +[src/parser/classes/comments/CommentView.ts:70](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L70) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:60](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L60) +[src/parser/classes/comments/CommentView.ts:62](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L62) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L45) +[src/parser/classes/comments/CommentView.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L47) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L39) +[src/parser/classes/comments/CommentView.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L41) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:43](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L43) +[src/parser/classes/comments/CommentView.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L45) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L46) +[src/parser/classes/comments/CommentView.ts:48](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L48) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:53](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L53) +[src/parser/classes/comments/CommentView.ts:55](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L55) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L33) +[src/parser/classes/comments/CommentView.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L35) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:54](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L54) +[src/parser/classes/comments/CommentView.ts:56](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L56) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:55](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L55) +[src/parser/classes/comments/CommentView.ts:57](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L57) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:63](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L63) +[src/parser/classes/comments/CommentView.ts:65](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L65) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:64](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L64) +[src/parser/classes/comments/CommentView.ts:66](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L66) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:62](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L62) +[src/parser/classes/comments/CommentView.ts:64](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L64) *** @@ -156,7 +156,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:58](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L58) +[src/parser/classes/comments/CommentView.ts:60](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L60) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L40) +[src/parser/classes/comments/CommentView.ts:42](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L42) *** @@ -176,7 +176,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L41) +[src/parser/classes/comments/CommentView.ts:43](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L43) *** @@ -186,7 +186,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L51) +[src/parser/classes/comments/CommentView.ts:53](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L53) *** @@ -196,7 +196,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L47) +[src/parser/classes/comments/CommentView.ts:49](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L49) *** @@ -206,7 +206,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L32) +[src/parser/classes/comments/CommentView.ts:34](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L34) *** @@ -216,7 +216,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:48](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L48) +[src/parser/classes/comments/CommentView.ts:50](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L50) *** @@ -226,7 +226,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:50](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L50) +[src/parser/classes/comments/CommentView.ts:52](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L52) *** @@ -236,7 +236,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:49](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L49) +[src/parser/classes/comments/CommentView.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L51) *** @@ -246,7 +246,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:52](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L52) +[src/parser/classes/comments/CommentView.ts:54](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L54) *** @@ -256,7 +256,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:59](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L59) +[src/parser/classes/comments/CommentView.ts:61](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L61) *** @@ -266,7 +266,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:37](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L37) +[src/parser/classes/comments/CommentView.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L39) *** @@ -276,7 +276,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:44](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L44) +[src/parser/classes/comments/CommentView.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L46) *** @@ -286,7 +286,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:36](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L36) +[src/parser/classes/comments/CommentView.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L38) *** @@ -296,7 +296,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:56](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L56) +[src/parser/classes/comments/CommentView.ts:58](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L58) *** @@ -306,7 +306,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:57](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L57) +[src/parser/classes/comments/CommentView.ts:59](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L59) *** @@ -320,7 +320,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -330,7 +330,7 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L35) +[src/parser/classes/comments/CommentView.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L37) *** @@ -340,7 +340,17 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:34](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L34) +[src/parser/classes/comments/CommentView.ts:36](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L36) + +*** + +### voice\_reply\_container? + +> `optional` **voice\_reply\_container**: `null` \| [`VoiceReplyContainerView`](VoiceReplyContainerView.md) + +#### Defined in + +[src/parser/classes/comments/CommentView.ts:68](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L68) *** @@ -354,13 +364,13 @@ #### Defined in -[src/parser/classes/comments/CommentView.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L28) +[src/parser/classes/comments/CommentView.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L30) ## Methods ### applyMutations() -> **applyMutations**(`comment`?, `toolbar_state`?, `toolbar_surface`?): `void` +> **applyMutations**(`comment`?, `toolbar_state`?, `toolbar_surface`?, `comment_surface`?): `void` #### Parameters @@ -370,13 +380,15 @@ • **toolbar\_surface?**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md) +• **comment\_surface?**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md) + #### Returns `void` #### Defined in -[src/parser/classes/comments/CommentView.ts:81](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L81) +[src/parser/classes/comments/CommentView.ts:85](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L85) *** @@ -414,7 +426,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -436,7 +448,7 @@ If the Actions instance is not set for this comment or if the dislike command is #### Defined in -[src/parser/classes/comments/CommentView.ts:157](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L157) +[src/parser/classes/comments/CommentView.ts:167](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L167) *** @@ -470,7 +482,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -504,7 +516,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -542,7 +554,7 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) *** @@ -564,7 +576,7 @@ If the Actions instance is not set for this comment or if the like command is no #### Defined in -[src/parser/classes/comments/CommentView.ts:139](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L139) +[src/parser/classes/comments/CommentView.ts:149](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L149) *** @@ -592,7 +604,7 @@ If the Actions instance is not set for this comment or if the reply command is n #### Defined in -[src/parser/classes/comments/CommentView.ts:212](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L212) +[src/parser/classes/comments/CommentView.ts:222](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L222) *** @@ -610,7 +622,7 @@ If the Actions instance is not set for this comment or if the reply command is n #### Defined in -[src/parser/classes/comments/CommentView.ts:263](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L263) +[src/parser/classes/comments/CommentView.ts:273](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L273) *** @@ -638,7 +650,7 @@ if the Actions instance is not set for this comment or if the comment content is #### Defined in -[src/parser/classes/comments/CommentView.ts:241](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L241) +[src/parser/classes/comments/CommentView.ts:251](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L251) *** @@ -660,7 +672,7 @@ If the Actions instance is not set for this comment or if the undislike command #### Defined in -[src/parser/classes/comments/CommentView.ts:193](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L193) +[src/parser/classes/comments/CommentView.ts:203](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L203) *** @@ -682,4 +694,4 @@ If the Actions instance is not set for this comment or if the unlike command is #### Defined in -[src/parser/classes/comments/CommentView.ts:175](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentView.ts#L175) +[src/parser/classes/comments/CommentView.ts:185](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentView.ts#L185) diff --git a/docs/api/namespaces/YTNodes/classes/CommentsEntryPointHeader.md b/docs/api/namespaces/YTNodes/classes/CommentsEntryPointHeader.md index 4e1f9aaa..23579d53 100644 --- a/docs/api/namespaces/YTNodes/classes/CommentsEntryPointHeader.md +++ b/docs/api/namespaces/YTNodes/classes/CommentsEntryPointHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/comments/CommentsEntryPointHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsEntryPointHeader.ts#L19) +[src/parser/classes/comments/CommentsEntryPointHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsEntryPointHeader.ts#L19) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/comments/CommentsEntryPointHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsEntryPointHeader.ts#L13) +[src/parser/classes/comments/CommentsEntryPointHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsEntryPointHeader.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/comments/CommentsEntryPointHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsEntryPointHeader.ts#L16) +[src/parser/classes/comments/CommentsEntryPointHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsEntryPointHeader.ts#L16) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/comments/CommentsEntryPointHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsEntryPointHeader.ts#L12) +[src/parser/classes/comments/CommentsEntryPointHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsEntryPointHeader.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/comments/CommentsEntryPointHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsEntryPointHeader.ts#L17) +[src/parser/classes/comments/CommentsEntryPointHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsEntryPointHeader.ts#L17) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/comments/CommentsEntryPointHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsEntryPointHeader.ts#L14) +[src/parser/classes/comments/CommentsEntryPointHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsEntryPointHeader.ts#L14) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/comments/CommentsEntryPointHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsEntryPointHeader.ts#L15) +[src/parser/classes/comments/CommentsEntryPointHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsEntryPointHeader.ts#L15) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/comments/CommentsEntryPointHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsEntryPointHeader.ts#L10) +[src/parser/classes/comments/CommentsEntryPointHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsEntryPointHeader.ts#L10) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CommentsEntryPointTeaser.md b/docs/api/namespaces/YTNodes/classes/CommentsEntryPointTeaser.md index 58a57e49..f6258ddc 100644 --- a/docs/api/namespaces/YTNodes/classes/CommentsEntryPointTeaser.md +++ b/docs/api/namespaces/YTNodes/classes/CommentsEntryPointTeaser.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/comments/CommentsEntryPointTeaser.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsEntryPointTeaser.ts#L12) +[src/parser/classes/comments/CommentsEntryPointTeaser.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsEntryPointTeaser.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/comments/CommentsEntryPointTeaser.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsEntryPointTeaser.ts#L9) +[src/parser/classes/comments/CommentsEntryPointTeaser.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsEntryPointTeaser.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/comments/CommentsEntryPointTeaser.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsEntryPointTeaser.ts#L10) +[src/parser/classes/comments/CommentsEntryPointTeaser.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsEntryPointTeaser.ts#L10) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/comments/CommentsEntryPointTeaser.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsEntryPointTeaser.ts#L7) +[src/parser/classes/comments/CommentsEntryPointTeaser.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsEntryPointTeaser.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CommentsHeader.md b/docs/api/namespaces/YTNodes/classes/CommentsHeader.md index 75f9eb47..abb0695c 100644 --- a/docs/api/namespaces/YTNodes/classes/CommentsHeader.md +++ b/docs/api/namespaces/YTNodes/classes/CommentsHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/comments/CommentsHeader.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsHeader.ts#L27) +[src/parser/classes/comments/CommentsHeader.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsHeader.ts#L27) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/comments/CommentsHeader.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsHeader.ts#L22) +[src/parser/classes/comments/CommentsHeader.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsHeader.ts#L22) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/comments/CommentsHeader.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsHeader.ts#L21) +[src/parser/classes/comments/CommentsHeader.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsHeader.ts#L21) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/comments/CommentsHeader.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsHeader.ts#L23) +[src/parser/classes/comments/CommentsHeader.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsHeader.ts#L23) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/comments/CommentsHeader.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsHeader.ts#L25) +[src/parser/classes/comments/CommentsHeader.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsHeader.ts#L25) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/comments/CommentsHeader.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsHeader.ts#L24) +[src/parser/classes/comments/CommentsHeader.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsHeader.ts#L24) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/comments/CommentsHeader.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsHeader.ts#L20) +[src/parser/classes/comments/CommentsHeader.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsHeader.ts#L20) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/comments/CommentsHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsHeader.ts#L18) +[src/parser/classes/comments/CommentsHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsHeader.ts#L18) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CommentsSimplebox.md b/docs/api/namespaces/YTNodes/classes/CommentsSimplebox.md index 9de18990..a7f9b7d3 100644 --- a/docs/api/namespaces/YTNodes/classes/CommentsSimplebox.md +++ b/docs/api/namespaces/YTNodes/classes/CommentsSimplebox.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/comments/CommentsSimplebox.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsSimplebox.ts#L12) +[src/parser/classes/comments/CommentsSimplebox.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsSimplebox.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/comments/CommentsSimplebox.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsSimplebox.ts#L9) +[src/parser/classes/comments/CommentsSimplebox.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsSimplebox.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/comments/CommentsSimplebox.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsSimplebox.ts#L10) +[src/parser/classes/comments/CommentsSimplebox.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsSimplebox.ts#L10) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/comments/CommentsSimplebox.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CommentsSimplebox.ts#L7) +[src/parser/classes/comments/CommentsSimplebox.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CommentsSimplebox.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CompactChannel.md b/docs/api/namespaces/YTNodes/classes/CompactChannel.md index 66a22635..b8d5d5da 100644 --- a/docs/api/namespaces/YTNodes/classes/CompactChannel.md +++ b/docs/api/namespaces/YTNodes/classes/CompactChannel.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CompactChannel.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactChannel.ts#L21) +[src/parser/classes/CompactChannel.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactChannel.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CompactChannel.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactChannel.ts#L12) +[src/parser/classes/CompactChannel.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactChannel.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/CompactChannel.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactChannel.ts#L14) +[src/parser/classes/CompactChannel.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactChannel.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/CompactChannel.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactChannel.ts#L17) +[src/parser/classes/CompactChannel.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactChannel.ts#L17) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/CompactChannel.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactChannel.ts#L19) +[src/parser/classes/CompactChannel.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactChannel.ts#L19) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/CompactChannel.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactChannel.ts#L16) +[src/parser/classes/CompactChannel.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactChannel.ts#L16) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/CompactChannel.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactChannel.ts#L13) +[src/parser/classes/CompactChannel.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactChannel.ts#L13) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/CompactChannel.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactChannel.ts#L11) +[src/parser/classes/CompactChannel.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactChannel.ts#L11) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/CompactChannel.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactChannel.ts#L18) +[src/parser/classes/CompactChannel.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactChannel.ts#L18) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/classes/CompactChannel.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactChannel.ts#L15) +[src/parser/classes/CompactChannel.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactChannel.ts#L15) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/CompactChannel.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactChannel.ts#L9) +[src/parser/classes/CompactChannel.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactChannel.ts#L9) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CompactLink.md b/docs/api/namespaces/YTNodes/classes/CompactLink.md index 1ef3a1ce..7ff13db4 100644 --- a/docs/api/namespaces/YTNodes/classes/CompactLink.md +++ b/docs/api/namespaces/YTNodes/classes/CompactLink.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CompactLink.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactLink.ts#L16) +[src/parser/classes/CompactLink.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactLink.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CompactLink.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactLink.ts#L11) +[src/parser/classes/CompactLink.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactLink.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/CompactLink.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactLink.ts#L13) +[src/parser/classes/CompactLink.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactLink.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/CompactLink.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactLink.ts#L14) +[src/parser/classes/CompactLink.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactLink.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/CompactLink.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactLink.ts#L12) +[src/parser/classes/CompactLink.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactLink.ts#L12) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/CompactLink.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactLink.ts#L10) +[src/parser/classes/CompactLink.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactLink.ts#L10) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/CompactLink.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactLink.ts#L9) +[src/parser/classes/CompactLink.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactLink.ts#L9) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/CompactLink.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactLink.ts#L7) +[src/parser/classes/CompactLink.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactLink.ts#L7) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CompactMix.md b/docs/api/namespaces/YTNodes/classes/CompactMix.md index b883091e..afda7bcf 100644 --- a/docs/api/namespaces/YTNodes/classes/CompactMix.md +++ b/docs/api/namespaces/YTNodes/classes/CompactMix.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CompactMix.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactMix.ts#L7) +[src/parser/classes/CompactMix.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactMix.ts#L7) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L15) +[src/parser/classes/Playlist.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L15) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L23) +[src/parser/classes/Playlist.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L23) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L24) +[src/parser/classes/Playlist.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L24) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L20) +[src/parser/classes/Playlist.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L20) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L13) +[src/parser/classes/Playlist.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L13) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L22) +[src/parser/classes/Playlist.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L22) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L21) +[src/parser/classes/Playlist.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L21) *** @@ -138,7 +138,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L25) +[src/parser/classes/Playlist.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L25) *** @@ -152,7 +152,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L17) +[src/parser/classes/Playlist.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L17) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L16) +[src/parser/classes/Playlist.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L16) *** @@ -180,7 +180,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L14) +[src/parser/classes/Playlist.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L14) *** @@ -194,7 +194,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -208,7 +208,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L18) +[src/parser/classes/Playlist.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L18) *** @@ -222,7 +222,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L19) +[src/parser/classes/Playlist.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L19) *** @@ -236,7 +236,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L26) +[src/parser/classes/Playlist.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L26) *** @@ -250,7 +250,7 @@ #### Defined in -[src/parser/classes/CompactMix.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactMix.ts#L5) +[src/parser/classes/CompactMix.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactMix.ts#L5) ## Methods @@ -288,7 +288,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -322,7 +322,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -356,7 +356,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -394,4 +394,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CompactMovie.md b/docs/api/namespaces/YTNodes/classes/CompactMovie.md index 532335c6..0fdb9545 100644 --- a/docs/api/namespaces/YTNodes/classes/CompactMovie.md +++ b/docs/api/namespaces/YTNodes/classes/CompactMovie.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CompactMovie.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactMovie.ts#L31) +[src/parser/classes/CompactMovie.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactMovie.ts#L31) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CompactMovie.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactMovie.ts#L19) +[src/parser/classes/CompactMovie.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactMovie.ts#L19) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/CompactMovie.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactMovie.ts#L27) +[src/parser/classes/CompactMovie.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactMovie.ts#L27) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/CompactMovie.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactMovie.ts#L21) +[src/parser/classes/CompactMovie.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactMovie.ts#L21) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/CompactMovie.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactMovie.ts#L26) +[src/parser/classes/CompactMovie.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactMovie.ts#L26) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/CompactMovie.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactMovie.ts#L14) +[src/parser/classes/CompactMovie.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactMovie.ts#L14) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/CompactMovie.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactMovie.ts#L29) +[src/parser/classes/CompactMovie.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactMovie.ts#L29) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/CompactMovie.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactMovie.ts#L18) +[src/parser/classes/CompactMovie.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactMovie.ts#L18) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/CompactMovie.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactMovie.ts#L17) +[src/parser/classes/CompactMovie.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactMovie.ts#L17) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/CompactMovie.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactMovie.ts#L15) +[src/parser/classes/CompactMovie.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactMovie.ts#L15) *** @@ -134,7 +134,7 @@ #### Defined in -[src/parser/classes/CompactMovie.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactMovie.ts#L16) +[src/parser/classes/CompactMovie.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactMovie.ts#L16) *** @@ -148,7 +148,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -158,7 +158,7 @@ #### Defined in -[src/parser/classes/CompactMovie.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactMovie.ts#L28) +[src/parser/classes/CompactMovie.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactMovie.ts#L28) *** @@ -172,7 +172,7 @@ #### Defined in -[src/parser/classes/CompactMovie.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactMovie.ts#L12) +[src/parser/classes/CompactMovie.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactMovie.ts#L12) ## Methods @@ -210,7 +210,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -244,7 +244,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -278,7 +278,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -316,4 +316,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CompactPlaylist.md b/docs/api/namespaces/YTNodes/classes/CompactPlaylist.md index 3a5f4f9c..7ff71585 100644 --- a/docs/api/namespaces/YTNodes/classes/CompactPlaylist.md +++ b/docs/api/namespaces/YTNodes/classes/CompactPlaylist.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CompactPlaylist.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactPlaylist.ts#L7) +[src/parser/classes/CompactPlaylist.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactPlaylist.ts#L7) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L15) +[src/parser/classes/Playlist.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L15) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L23) +[src/parser/classes/Playlist.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L23) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L24) +[src/parser/classes/Playlist.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L24) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L20) +[src/parser/classes/Playlist.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L20) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L13) +[src/parser/classes/Playlist.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L13) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L22) +[src/parser/classes/Playlist.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L22) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L21) +[src/parser/classes/Playlist.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L21) *** @@ -138,7 +138,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L25) +[src/parser/classes/Playlist.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L25) *** @@ -152,7 +152,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L17) +[src/parser/classes/Playlist.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L17) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L16) +[src/parser/classes/Playlist.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L16) *** @@ -180,7 +180,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L14) +[src/parser/classes/Playlist.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L14) *** @@ -194,7 +194,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -208,7 +208,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L18) +[src/parser/classes/Playlist.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L18) *** @@ -222,7 +222,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L19) +[src/parser/classes/Playlist.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L19) *** @@ -236,7 +236,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L26) +[src/parser/classes/Playlist.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L26) *** @@ -250,7 +250,7 @@ #### Defined in -[src/parser/classes/CompactPlaylist.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactPlaylist.ts#L5) +[src/parser/classes/CompactPlaylist.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactPlaylist.ts#L5) ## Methods @@ -288,7 +288,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -322,7 +322,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -356,7 +356,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -394,4 +394,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CompactStation.md b/docs/api/namespaces/YTNodes/classes/CompactStation.md index 8f926cc1..b2c5b410 100644 --- a/docs/api/namespaces/YTNodes/classes/CompactStation.md +++ b/docs/api/namespaces/YTNodes/classes/CompactStation.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CompactStation.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactStation.ts#L16) +[src/parser/classes/CompactStation.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactStation.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CompactStation.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactStation.ts#L11) +[src/parser/classes/CompactStation.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactStation.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/CompactStation.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactStation.ts#L13) +[src/parser/classes/CompactStation.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactStation.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/CompactStation.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactStation.ts#L14) +[src/parser/classes/CompactStation.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactStation.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/CompactStation.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactStation.ts#L10) +[src/parser/classes/CompactStation.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactStation.ts#L10) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/classes/CompactStation.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactStation.ts#L12) +[src/parser/classes/CompactStation.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactStation.ts#L12) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/CompactStation.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactStation.ts#L8) +[src/parser/classes/CompactStation.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactStation.ts#L8) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CompactVideo.md b/docs/api/namespaces/YTNodes/classes/CompactVideo.md index 03dc9d51..c0e337ba 100644 --- a/docs/api/namespaces/YTNodes/classes/CompactVideo.md +++ b/docs/api/namespaces/YTNodes/classes/CompactVideo.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L35) +[src/parser/classes/CompactVideo.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L35) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L19) +[src/parser/classes/CompactVideo.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L19) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L25) +[src/parser/classes/CompactVideo.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L25) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L27) +[src/parser/classes/CompactVideo.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L27) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L30) +[src/parser/classes/CompactVideo.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L30) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L29) +[src/parser/classes/CompactVideo.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L29) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L23) +[src/parser/classes/CompactVideo.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L23) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L28) +[src/parser/classes/CompactVideo.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L28) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L24) +[src/parser/classes/CompactVideo.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L24) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L17) +[src/parser/classes/CompactVideo.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L17) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L32) +[src/parser/classes/CompactVideo.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L32) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L31) +[src/parser/classes/CompactVideo.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L31) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L22) +[src/parser/classes/CompactVideo.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L22) *** @@ -156,7 +156,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L21) +[src/parser/classes/CompactVideo.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L21) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L33) +[src/parser/classes/CompactVideo.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L33) *** @@ -176,7 +176,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L26) +[src/parser/classes/CompactVideo.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L26) *** @@ -186,7 +186,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L16) +[src/parser/classes/CompactVideo.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L16) *** @@ -196,7 +196,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L18) +[src/parser/classes/CompactVideo.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L18) *** @@ -210,7 +210,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -220,7 +220,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L15) +[src/parser/classes/CompactVideo.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L15) *** @@ -230,7 +230,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L20) +[src/parser/classes/CompactVideo.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L20) *** @@ -244,7 +244,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L13) +[src/parser/classes/CompactVideo.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L13) ## Accessors @@ -258,7 +258,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:96](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L96) +[src/parser/classes/CompactVideo.ts:96](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L96) *** @@ -280,7 +280,7 @@ #### Defined in -[src/parser/classes/CompactVideo.ts:87](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L87) +[src/parser/classes/CompactVideo.ts:87](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L87) *** @@ -298,7 +298,7 @@ Use [`video_id`](CompactVideo.md#video_id) instead. #### Defined in -[src/parser/classes/CompactVideo.ts:83](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L83) +[src/parser/classes/CompactVideo.ts:83](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L83) *** @@ -312,7 +312,7 @@ Use [`video_id`](CompactVideo.md#video_id) instead. #### Defined in -[src/parser/classes/CompactVideo.ts:100](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L100) +[src/parser/classes/CompactVideo.ts:100](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L100) *** @@ -326,7 +326,7 @@ Use [`video_id`](CompactVideo.md#video_id) instead. #### Defined in -[src/parser/classes/CompactVideo.ts:104](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L104) +[src/parser/classes/CompactVideo.ts:104](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L104) *** @@ -340,7 +340,7 @@ Use [`video_id`](CompactVideo.md#video_id) instead. #### Defined in -[src/parser/classes/CompactVideo.ts:111](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L111) +[src/parser/classes/CompactVideo.ts:111](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L111) *** @@ -354,7 +354,7 @@ Use [`video_id`](CompactVideo.md#video_id) instead. #### Defined in -[src/parser/classes/CompactVideo.ts:115](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CompactVideo.ts#L115) +[src/parser/classes/CompactVideo.ts:115](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompactVideo.ts#L115) ## Methods @@ -392,7 +392,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -426,7 +426,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -460,7 +460,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -498,4 +498,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CompositeVideoPrimaryInfo.md b/docs/api/namespaces/YTNodes/classes/CompositeVideoPrimaryInfo.md new file mode 100644 index 00000000..39634a33 --- /dev/null +++ b/docs/api/namespaces/YTNodes/classes/CompositeVideoPrimaryInfo.md @@ -0,0 +1,201 @@ +[youtubei.js](../../../README.md) / [YTNodes](../README.md) / CompositeVideoPrimaryInfo + +# Class: CompositeVideoPrimaryInfo + +## Extends + +- [`YTNode`](../../Helpers/classes/YTNode.md) + +## Constructors + +### new CompositeVideoPrimaryInfo() + +> **new CompositeVideoPrimaryInfo**(`data`): [`CompositeVideoPrimaryInfo`](CompositeVideoPrimaryInfo.md) + +#### Parameters + +• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md) + +#### Returns + +[`CompositeVideoPrimaryInfo`](CompositeVideoPrimaryInfo.md) + +#### Overrides + +[`YTNode`](../../Helpers/classes/YTNode.md).[`constructor`](../../Helpers/classes/YTNode.md#constructors) + +#### Defined in + +[src/parser/classes/CompositeVideoPrimaryInfo.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompositeVideoPrimaryInfo.ts#L8) + +## Properties + +### type + +> `readonly` **type**: `string` + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type) + +#### Defined in + +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) + +*** + +### type + +> `static` **type**: `string` = `'CompositeVideoPrimaryInfo'` + +#### Overrides + +[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type-1) + +#### Defined in + +[src/parser/classes/CompositeVideoPrimaryInfo.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CompositeVideoPrimaryInfo.ts#L5) + +## Methods + +### as() + +> **as**\<`T`, `K`\>(...`types`): `InstanceType`\<`K`\[`number`\]\> + +Cast to one of the given types. + +#### Type Parameters + +• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md) + +• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[] + +#### Parameters + +• ...**types**: `K` + +The types to cast to + +#### Returns + +`InstanceType`\<`K`\[`number`\]\> + +The node cast to one of the given types + +#### Throws + +If the node is not of the given type + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`as`](../../Helpers/classes/YTNode.md#as) + +#### Defined in + +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) + +*** + +### hasKey() + +> **hasKey**\<`T`, `R`\>(`key`): `this is CompositeVideoPrimaryInfo & { [k in string]: R }` + +Check for a key without asserting the type. + +#### Type Parameters + +• **T** *extends* `string` + +• **R** = `any` + +#### Parameters + +• **key**: `T` + +The key to check + +#### Returns + +`this is CompositeVideoPrimaryInfo & { [k in string]: R }` + +Whether the node has the key + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`hasKey`](../../Helpers/classes/YTNode.md#haskey) + +#### Defined in + +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) + +*** + +### is() + +> **is**\<`T`, `K`\>(...`types`): `this is InstanceType` + +Check if the node is of the given type. + +#### Type Parameters + +• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md) + +• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[] + +#### Parameters + +• ...**types**: `K` + +The type to check + +#### Returns + +`this is InstanceType` + +whether the node is of the given type + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`is`](../../Helpers/classes/YTNode.md#is) + +#### Defined in + +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) + +*** + +### key() + +> **key**\<`T`, `R`\>(`key`): [`Maybe`](../../Helpers/classes/Maybe.md) + +Assert that the node has the given key and return it. + +#### Type Parameters + +• **T** *extends* `string` + +• **R** = `any` + +#### Parameters + +• **key**: `T` + +The key to check + +#### Returns + +[`Maybe`](../../Helpers/classes/Maybe.md) + +The value of the key wrapped in a Maybe + +#### Throws + +If the node does not have the key + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`key`](../../Helpers/classes/YTNode.md#key) + +#### Defined in + +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ConfirmDialog.md b/docs/api/namespaces/YTNodes/classes/ConfirmDialog.md index dd3ad67b..434d1760 100644 --- a/docs/api/namespaces/YTNodes/classes/ConfirmDialog.md +++ b/docs/api/namespaces/YTNodes/classes/ConfirmDialog.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ConfirmDialog.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ConfirmDialog.ts#L14) +[src/parser/classes/ConfirmDialog.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ConfirmDialog.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ConfirmDialog.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ConfirmDialog.ts#L11) +[src/parser/classes/ConfirmDialog.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ConfirmDialog.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ConfirmDialog.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ConfirmDialog.ts#L10) +[src/parser/classes/ConfirmDialog.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ConfirmDialog.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ConfirmDialog.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ConfirmDialog.ts#L12) +[src/parser/classes/ConfirmDialog.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ConfirmDialog.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ConfirmDialog.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ConfirmDialog.ts#L9) +[src/parser/classes/ConfirmDialog.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ConfirmDialog.ts#L9) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/ConfirmDialog.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ConfirmDialog.ts#L7) +[src/parser/classes/ConfirmDialog.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ConfirmDialog.ts#L7) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ContentMetadataView.md b/docs/api/namespaces/YTNodes/classes/ContentMetadataView.md index 7617752c..99361e23 100644 --- a/docs/api/namespaces/YTNodes/classes/ContentMetadataView.md +++ b/docs/api/namespaces/YTNodes/classes/ContentMetadataView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ContentMetadataView.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ContentMetadataView.ts#L21) +[src/parser/classes/ContentMetadataView.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ContentMetadataView.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ContentMetadataView.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ContentMetadataView.ts#L19) +[src/parser/classes/ContentMetadataView.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ContentMetadataView.ts#L19) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ContentMetadataView.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ContentMetadataView.ts#L18) +[src/parser/classes/ContentMetadataView.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ContentMetadataView.ts#L18) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ContentMetadataView.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ContentMetadataView.ts#L16) +[src/parser/classes/ContentMetadataView.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ContentMetadataView.ts#L16) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ContentPreviewImageView.md b/docs/api/namespaces/YTNodes/classes/ContentPreviewImageView.md index b3abce1c..bd4c945f 100644 --- a/docs/api/namespaces/YTNodes/classes/ContentPreviewImageView.md +++ b/docs/api/namespaces/YTNodes/classes/ContentPreviewImageView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ContentPreviewImageView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ContentPreviewImageView.ts#L11) +[src/parser/classes/ContentPreviewImageView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ContentPreviewImageView.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ContentPreviewImageView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ContentPreviewImageView.ts#L8) +[src/parser/classes/ContentPreviewImageView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ContentPreviewImageView.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ContentPreviewImageView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ContentPreviewImageView.ts#L9) +[src/parser/classes/ContentPreviewImageView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ContentPreviewImageView.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ContentPreviewImageView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ContentPreviewImageView.ts#L6) +[src/parser/classes/ContentPreviewImageView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ContentPreviewImageView.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ContinuationCommand.md b/docs/api/namespaces/YTNodes/classes/ContinuationCommand.md index 241b7c1a..56964116 100644 --- a/docs/api/namespaces/YTNodes/classes/ContinuationCommand.md +++ b/docs/api/namespaces/YTNodes/classes/ContinuationCommand.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/commands/ContinuationCommand.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/ContinuationCommand.ts#L9) +[src/parser/classes/commands/ContinuationCommand.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/ContinuationCommand.ts#L9) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/commands/ContinuationCommand.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/ContinuationCommand.ts#L5) +[src/parser/classes/commands/ContinuationCommand.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/ContinuationCommand.ts#L5) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/commands/ContinuationCommand.ts:37](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/ContinuationCommand.ts#L37) +[src/parser/classes/commands/ContinuationCommand.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/ContinuationCommand.ts#L37) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/commands/ContinuationCommand.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/ContinuationCommand.ts#L14) +[src/parser/classes/commands/ContinuationCommand.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/ContinuationCommand.ts#L14) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ContinuationItem.md b/docs/api/namespaces/YTNodes/classes/ContinuationItem.md index 9feba639..d6df25db 100644 --- a/docs/api/namespaces/YTNodes/classes/ContinuationItem.md +++ b/docs/api/namespaces/YTNodes/classes/ContinuationItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ContinuationItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ContinuationItem.ts#L13) +[src/parser/classes/ContinuationItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ContinuationItem.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ContinuationItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ContinuationItem.ts#L10) +[src/parser/classes/ContinuationItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ContinuationItem.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ContinuationItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ContinuationItem.ts#L11) +[src/parser/classes/ContinuationItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ContinuationItem.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ContinuationItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ContinuationItem.ts#L9) +[src/parser/classes/ContinuationItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ContinuationItem.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/ContinuationItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ContinuationItem.ts#L7) +[src/parser/classes/ContinuationItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ContinuationItem.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ConversationBar.md b/docs/api/namespaces/YTNodes/classes/ConversationBar.md index d0badf5f..2cd47053 100644 --- a/docs/api/namespaces/YTNodes/classes/ConversationBar.md +++ b/docs/api/namespaces/YTNodes/classes/ConversationBar.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ConversationBar.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ConversationBar.ts#L10) +[src/parser/classes/ConversationBar.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ConversationBar.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ConversationBar.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ConversationBar.ts#L8) +[src/parser/classes/ConversationBar.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ConversationBar.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ConversationBar.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ConversationBar.ts#L6) +[src/parser/classes/ConversationBar.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ConversationBar.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CopyLink.md b/docs/api/namespaces/YTNodes/classes/CopyLink.md index bbd7b938..d4fea37a 100644 --- a/docs/api/namespaces/YTNodes/classes/CopyLink.md +++ b/docs/api/namespaces/YTNodes/classes/CopyLink.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CopyLink.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CopyLink.ts#L12) +[src/parser/classes/CopyLink.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CopyLink.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CopyLink.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CopyLink.ts#L8) +[src/parser/classes/CopyLink.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CopyLink.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/CopyLink.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CopyLink.ts#L9) +[src/parser/classes/CopyLink.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CopyLink.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/CopyLink.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CopyLink.ts#L10) +[src/parser/classes/CopyLink.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CopyLink.ts#L10) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/CopyLink.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CopyLink.ts#L6) +[src/parser/classes/CopyLink.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CopyLink.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CreateCommentEndpoint.md b/docs/api/namespaces/YTNodes/classes/CreateCommentEndpoint.md index 5f4a95c5..f884d1e9 100644 --- a/docs/api/namespaces/YTNodes/classes/CreateCommentEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/CreateCommentEndpoint.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/endpoints/CreateCommentEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/CreateCommentEndpoint.ts#L11) +[src/parser/classes/endpoints/CreateCommentEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/CreateCommentEndpoint.ts#L11) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/endpoints/CreateCommentEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/CreateCommentEndpoint.ts#L7) +[src/parser/classes/endpoints/CreateCommentEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/CreateCommentEndpoint.ts#L7) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/CreateCommentEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/CreateCommentEndpoint.ts#L20) +[src/parser/classes/endpoints/CreateCommentEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/CreateCommentEndpoint.ts#L20) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/CreateCommentEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/CreateCommentEndpoint.ts#L16) +[src/parser/classes/endpoints/CreateCommentEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/CreateCommentEndpoint.ts#L16) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CreatePlaylistDialog.md b/docs/api/namespaces/YTNodes/classes/CreatePlaylistDialog.md index 5bfbf3a0..5ba01636 100644 --- a/docs/api/namespaces/YTNodes/classes/CreatePlaylistDialog.md +++ b/docs/api/namespaces/YTNodes/classes/CreatePlaylistDialog.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CreatePlaylistDialog.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CreatePlaylistDialog.ts#L16) +[src/parser/classes/CreatePlaylistDialog.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CreatePlaylistDialog.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CreatePlaylistDialog.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CreatePlaylistDialog.ts#L13) +[src/parser/classes/CreatePlaylistDialog.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CreatePlaylistDialog.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/CreatePlaylistDialog.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CreatePlaylistDialog.ts#L14) +[src/parser/classes/CreatePlaylistDialog.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CreatePlaylistDialog.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/CreatePlaylistDialog.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CreatePlaylistDialog.ts#L12) +[src/parser/classes/CreatePlaylistDialog.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CreatePlaylistDialog.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/CreatePlaylistDialog.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CreatePlaylistDialog.ts#L10) +[src/parser/classes/CreatePlaylistDialog.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CreatePlaylistDialog.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/CreatePlaylistDialog.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CreatePlaylistDialog.ts#L11) +[src/parser/classes/CreatePlaylistDialog.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CreatePlaylistDialog.ts#L11) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/CreatePlaylistDialog.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CreatePlaylistDialog.ts#L8) +[src/parser/classes/CreatePlaylistDialog.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CreatePlaylistDialog.ts#L8) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CreatePlaylistDialogFormView.md b/docs/api/namespaces/YTNodes/classes/CreatePlaylistDialogFormView.md index 5f44a7d0..02de371b 100644 --- a/docs/api/namespaces/YTNodes/classes/CreatePlaylistDialogFormView.md +++ b/docs/api/namespaces/YTNodes/classes/CreatePlaylistDialogFormView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/CreatePlaylistDialogFormView.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CreatePlaylistDialogFormView.ts#L16) +[src/parser/classes/CreatePlaylistDialogFormView.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CreatePlaylistDialogFormView.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/CreatePlaylistDialogFormView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CreatePlaylistDialogFormView.ts#L13) +[src/parser/classes/CreatePlaylistDialogFormView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CreatePlaylistDialogFormView.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/CreatePlaylistDialogFormView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CreatePlaylistDialogFormView.ts#L12) +[src/parser/classes/CreatePlaylistDialogFormView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CreatePlaylistDialogFormView.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/CreatePlaylistDialogFormView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CreatePlaylistDialogFormView.ts#L11) +[src/parser/classes/CreatePlaylistDialogFormView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CreatePlaylistDialogFormView.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/CreatePlaylistDialogFormView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CreatePlaylistDialogFormView.ts#L9) +[src/parser/classes/CreatePlaylistDialogFormView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CreatePlaylistDialogFormView.ts#L9) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/CreatePlaylistDialogFormView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CreatePlaylistDialogFormView.ts#L10) +[src/parser/classes/CreatePlaylistDialogFormView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CreatePlaylistDialogFormView.ts#L10) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/classes/CreatePlaylistDialogFormView.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CreatePlaylistDialogFormView.ts#L14) +[src/parser/classes/CreatePlaylistDialogFormView.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CreatePlaylistDialogFormView.ts#L14) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/CreatePlaylistDialogFormView.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/CreatePlaylistDialogFormView.ts#L7) +[src/parser/classes/CreatePlaylistDialogFormView.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/CreatePlaylistDialogFormView.ts#L7) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CreatePlaylistServiceEndpoint.md b/docs/api/namespaces/YTNodes/classes/CreatePlaylistServiceEndpoint.md index 0e7ba42d..40b313c0 100644 --- a/docs/api/namespaces/YTNodes/classes/CreatePlaylistServiceEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/CreatePlaylistServiceEndpoint.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/endpoints/CreatePlaylistServiceEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/CreatePlaylistServiceEndpoint.ts#L11) +[src/parser/classes/endpoints/CreatePlaylistServiceEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/CreatePlaylistServiceEndpoint.ts#L11) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/endpoints/CreatePlaylistServiceEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/CreatePlaylistServiceEndpoint.ts#L7) +[src/parser/classes/endpoints/CreatePlaylistServiceEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/CreatePlaylistServiceEndpoint.ts#L7) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/CreatePlaylistServiceEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/CreatePlaylistServiceEndpoint.ts#L20) +[src/parser/classes/endpoints/CreatePlaylistServiceEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/CreatePlaylistServiceEndpoint.ts#L20) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/CreatePlaylistServiceEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/CreatePlaylistServiceEndpoint.ts#L16) +[src/parser/classes/endpoints/CreatePlaylistServiceEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/CreatePlaylistServiceEndpoint.ts#L16) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CreatorHeart.md b/docs/api/namespaces/YTNodes/classes/CreatorHeart.md index 21370b7d..9ea579d5 100644 --- a/docs/api/namespaces/YTNodes/classes/CreatorHeart.md +++ b/docs/api/namespaces/YTNodes/classes/CreatorHeart.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/comments/CreatorHeart.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CreatorHeart.ts#L20) +[src/parser/classes/comments/CreatorHeart.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CreatorHeart.ts#L20) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/comments/CreatorHeart.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CreatorHeart.ts#L8) +[src/parser/classes/comments/CreatorHeart.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CreatorHeart.ts#L8) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/comments/CreatorHeart.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CreatorHeart.ts#L10) +[src/parser/classes/comments/CreatorHeart.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CreatorHeart.ts#L10) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/comments/CreatorHeart.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CreatorHeart.ts#L9) +[src/parser/classes/comments/CreatorHeart.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CreatorHeart.ts#L9) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/comments/CreatorHeart.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CreatorHeart.ts#L15) +[src/parser/classes/comments/CreatorHeart.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CreatorHeart.ts#L15) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/comments/CreatorHeart.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CreatorHeart.ts#L17) +[src/parser/classes/comments/CreatorHeart.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CreatorHeart.ts#L17) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/comments/CreatorHeart.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CreatorHeart.ts#L16) +[src/parser/classes/comments/CreatorHeart.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CreatorHeart.ts#L16) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/comments/CreatorHeart.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CreatorHeart.ts#L18) +[src/parser/classes/comments/CreatorHeart.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CreatorHeart.ts#L18) *** @@ -118,7 +118,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -132,7 +132,7 @@ #### Defined in -[src/parser/classes/comments/CreatorHeart.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/CreatorHeart.ts#L6) +[src/parser/classes/comments/CreatorHeart.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/CreatorHeart.ts#L6) ## Methods @@ -170,7 +170,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -204,7 +204,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -238,7 +238,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -276,4 +276,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/CreatorHeartView.md b/docs/api/namespaces/YTNodes/classes/CreatorHeartView.md index 864d4947..8026f0e1 100644 --- a/docs/api/namespaces/YTNodes/classes/CreatorHeartView.md +++ b/docs/api/namespaces/YTNodes/classes/CreatorHeartView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/CreatorHeartView.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/CreatorHeartView.ts#L23) +[src/parser/classes/livechat/items/CreatorHeartView.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/CreatorHeartView.ts#L23) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/CreatorHeartView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/CreatorHeartView.ts#L8) +[src/parser/classes/livechat/items/CreatorHeartView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/CreatorHeartView.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/CreatorHeartView.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/CreatorHeartView.ts#L21) +[src/parser/classes/livechat/items/CreatorHeartView.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/CreatorHeartView.ts#L21) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/CreatorHeartView.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/CreatorHeartView.ts#L19) +[src/parser/classes/livechat/items/CreatorHeartView.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/CreatorHeartView.ts#L19) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/CreatorHeartView.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/CreatorHeartView.ts#L18) +[src/parser/classes/livechat/items/CreatorHeartView.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/CreatorHeartView.ts#L18) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/CreatorHeartView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/CreatorHeartView.ts#L9) +[src/parser/classes/livechat/items/CreatorHeartView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/CreatorHeartView.ts#L9) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/classes/livechat/items/CreatorHeartView.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/CreatorHeartView.ts#L20) +[src/parser/classes/livechat/items/CreatorHeartView.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/CreatorHeartView.ts#L20) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/livechat/items/CreatorHeartView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/CreatorHeartView.ts#L10) +[src/parser/classes/livechat/items/CreatorHeartView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/CreatorHeartView.ts#L10) *** @@ -132,7 +132,7 @@ #### Defined in -[src/parser/classes/livechat/items/CreatorHeartView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/CreatorHeartView.ts#L11) +[src/parser/classes/livechat/items/CreatorHeartView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/CreatorHeartView.ts#L11) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/livechat/items/CreatorHeartView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/CreatorHeartView.ts#L6) +[src/parser/classes/livechat/items/CreatorHeartView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/CreatorHeartView.ts#L6) ## Methods @@ -184,7 +184,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -218,7 +218,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -252,7 +252,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -290,4 +290,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/DecoratedAvatarView.md b/docs/api/namespaces/YTNodes/classes/DecoratedAvatarView.md index 48990c89..892e0463 100644 --- a/docs/api/namespaces/YTNodes/classes/DecoratedAvatarView.md +++ b/docs/api/namespaces/YTNodes/classes/DecoratedAvatarView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/DecoratedAvatarView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DecoratedAvatarView.ts#L13) +[src/parser/classes/DecoratedAvatarView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DecoratedAvatarView.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/DecoratedAvatarView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DecoratedAvatarView.ts#L10) +[src/parser/classes/DecoratedAvatarView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DecoratedAvatarView.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/DecoratedAvatarView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DecoratedAvatarView.ts#L9) +[src/parser/classes/DecoratedAvatarView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DecoratedAvatarView.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/DecoratedAvatarView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DecoratedAvatarView.ts#L11) +[src/parser/classes/DecoratedAvatarView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DecoratedAvatarView.ts#L11) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/DecoratedAvatarView.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DecoratedAvatarView.ts#L7) +[src/parser/classes/DecoratedAvatarView.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DecoratedAvatarView.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/DecoratedPlayerBar.md b/docs/api/namespaces/YTNodes/classes/DecoratedPlayerBar.md index 91c059b9..6d2df9de 100644 --- a/docs/api/namespaces/YTNodes/classes/DecoratedPlayerBar.md +++ b/docs/api/namespaces/YTNodes/classes/DecoratedPlayerBar.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/DecoratedPlayerBar.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DecoratedPlayerBar.ts#L13) +[src/parser/classes/DecoratedPlayerBar.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DecoratedPlayerBar.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/DecoratedPlayerBar.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DecoratedPlayerBar.ts#L10) +[src/parser/classes/DecoratedPlayerBar.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DecoratedPlayerBar.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/DecoratedPlayerBar.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DecoratedPlayerBar.ts#L11) +[src/parser/classes/DecoratedPlayerBar.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DecoratedPlayerBar.ts#L11) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/DecoratedPlayerBar.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DecoratedPlayerBar.ts#L8) +[src/parser/classes/DecoratedPlayerBar.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DecoratedPlayerBar.ts#L8) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/DefaultPromoPanel.md b/docs/api/namespaces/YTNodes/classes/DefaultPromoPanel.md index 731f542b..c8cf551f 100644 --- a/docs/api/namespaces/YTNodes/classes/DefaultPromoPanel.md +++ b/docs/api/namespaces/YTNodes/classes/DefaultPromoPanel.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/DefaultPromoPanel.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DefaultPromoPanel.ts#L21) +[src/parser/classes/DefaultPromoPanel.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DefaultPromoPanel.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/DefaultPromoPanel.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DefaultPromoPanel.ts#L10) +[src/parser/classes/DefaultPromoPanel.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DefaultPromoPanel.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/DefaultPromoPanel.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DefaultPromoPanel.ts#L11) +[src/parser/classes/DefaultPromoPanel.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DefaultPromoPanel.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/DefaultPromoPanel.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DefaultPromoPanel.ts#L12) +[src/parser/classes/DefaultPromoPanel.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DefaultPromoPanel.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/DefaultPromoPanel.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DefaultPromoPanel.ts#L18) +[src/parser/classes/DefaultPromoPanel.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DefaultPromoPanel.ts#L18) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/DefaultPromoPanel.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DefaultPromoPanel.ts#L15) +[src/parser/classes/DefaultPromoPanel.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DefaultPromoPanel.ts#L15) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/DefaultPromoPanel.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DefaultPromoPanel.ts#L16) +[src/parser/classes/DefaultPromoPanel.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DefaultPromoPanel.ts#L16) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/DefaultPromoPanel.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DefaultPromoPanel.ts#L19) +[src/parser/classes/DefaultPromoPanel.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DefaultPromoPanel.ts#L19) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/DefaultPromoPanel.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DefaultPromoPanel.ts#L14) +[src/parser/classes/DefaultPromoPanel.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DefaultPromoPanel.ts#L14) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/DefaultPromoPanel.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DefaultPromoPanel.ts#L17) +[src/parser/classes/DefaultPromoPanel.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DefaultPromoPanel.ts#L17) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/DefaultPromoPanel.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DefaultPromoPanel.ts#L13) +[src/parser/classes/DefaultPromoPanel.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DefaultPromoPanel.ts#L13) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/DefaultPromoPanel.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DefaultPromoPanel.ts#L9) +[src/parser/classes/DefaultPromoPanel.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DefaultPromoPanel.ts#L9) *** @@ -150,7 +150,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -164,7 +164,7 @@ #### Defined in -[src/parser/classes/DefaultPromoPanel.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DefaultPromoPanel.ts#L7) +[src/parser/classes/DefaultPromoPanel.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DefaultPromoPanel.ts#L7) ## Methods @@ -202,7 +202,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -236,7 +236,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -270,7 +270,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -308,4 +308,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/DeletePlaylistEndpoint.md b/docs/api/namespaces/YTNodes/classes/DeletePlaylistEndpoint.md index d0910b4a..01a800cd 100644 --- a/docs/api/namespaces/YTNodes/classes/DeletePlaylistEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/DeletePlaylistEndpoint.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/endpoints/DeletePlaylistEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/DeletePlaylistEndpoint.ts#L11) +[src/parser/classes/endpoints/DeletePlaylistEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/DeletePlaylistEndpoint.ts#L11) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/endpoints/DeletePlaylistEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/DeletePlaylistEndpoint.ts#L7) +[src/parser/classes/endpoints/DeletePlaylistEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/DeletePlaylistEndpoint.ts#L7) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/DeletePlaylistEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/DeletePlaylistEndpoint.ts#L20) +[src/parser/classes/endpoints/DeletePlaylistEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/DeletePlaylistEndpoint.ts#L20) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/DeletePlaylistEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/DeletePlaylistEndpoint.ts#L16) +[src/parser/classes/endpoints/DeletePlaylistEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/DeletePlaylistEndpoint.ts#L16) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/DescriptionPreviewView.md b/docs/api/namespaces/YTNodes/classes/DescriptionPreviewView.md index d2eb1e21..64e2c56e 100644 --- a/docs/api/namespaces/YTNodes/classes/DescriptionPreviewView.md +++ b/docs/api/namespaces/YTNodes/classes/DescriptionPreviewView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/DescriptionPreviewView.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DescriptionPreviewView.ts#L26) +[src/parser/classes/DescriptionPreviewView.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DescriptionPreviewView.ts#L26) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/DescriptionPreviewView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DescriptionPreviewView.ts#L13) +[src/parser/classes/DescriptionPreviewView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DescriptionPreviewView.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/DescriptionPreviewView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DescriptionPreviewView.ts#L10) +[src/parser/classes/DescriptionPreviewView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DescriptionPreviewView.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/DescriptionPreviewView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DescriptionPreviewView.ts#L11) +[src/parser/classes/DescriptionPreviewView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DescriptionPreviewView.ts#L11) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/classes/DescriptionPreviewView.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DescriptionPreviewView.ts#L14) +[src/parser/classes/DescriptionPreviewView.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DescriptionPreviewView.ts#L14) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/classes/DescriptionPreviewView.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DescriptionPreviewView.ts#L24) +[src/parser/classes/DescriptionPreviewView.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DescriptionPreviewView.ts#L24) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/DescriptionPreviewView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DescriptionPreviewView.ts#L12) +[src/parser/classes/DescriptionPreviewView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DescriptionPreviewView.ts#L12) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -138,7 +138,7 @@ #### Defined in -[src/parser/classes/DescriptionPreviewView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DescriptionPreviewView.ts#L8) +[src/parser/classes/DescriptionPreviewView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DescriptionPreviewView.ts#L8) ## Methods @@ -176,7 +176,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -210,7 +210,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -244,7 +244,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -282,4 +282,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/DialogHeaderView.md b/docs/api/namespaces/YTNodes/classes/DialogHeaderView.md index 7a86bfce..54bfc5aa 100644 --- a/docs/api/namespaces/YTNodes/classes/DialogHeaderView.md +++ b/docs/api/namespaces/YTNodes/classes/DialogHeaderView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/DialogHeaderView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DialogHeaderView.ts#L10) +[src/parser/classes/DialogHeaderView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DialogHeaderView.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/DialogHeaderView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DialogHeaderView.ts#L8) +[src/parser/classes/DialogHeaderView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DialogHeaderView.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/DialogHeaderView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DialogHeaderView.ts#L6) +[src/parser/classes/DialogHeaderView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DialogHeaderView.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/DialogView.md b/docs/api/namespaces/YTNodes/classes/DialogView.md index ba3f8a21..5512b825 100644 --- a/docs/api/namespaces/YTNodes/classes/DialogView.md +++ b/docs/api/namespaces/YTNodes/classes/DialogView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/DialogView.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DialogView.ts#L15) +[src/parser/classes/DialogView.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DialogView.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/DialogView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DialogView.ts#L13) +[src/parser/classes/DialogView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DialogView.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/DialogView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DialogView.ts#L12) +[src/parser/classes/DialogView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DialogView.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/DialogView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DialogView.ts#L11) +[src/parser/classes/DialogView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DialogView.ts#L11) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/DialogView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DialogView.ts#L9) +[src/parser/classes/DialogView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DialogView.ts#L9) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/DidYouMean.md b/docs/api/namespaces/YTNodes/classes/DidYouMean.md index 236889df..486910d3 100644 --- a/docs/api/namespaces/YTNodes/classes/DidYouMean.md +++ b/docs/api/namespaces/YTNodes/classes/DidYouMean.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/DidYouMean.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DidYouMean.ts#L13) +[src/parser/classes/DidYouMean.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DidYouMean.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/DidYouMean.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DidYouMean.ts#L10) +[src/parser/classes/DidYouMean.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DidYouMean.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/DidYouMean.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DidYouMean.ts#L11) +[src/parser/classes/DidYouMean.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DidYouMean.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/DidYouMean.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DidYouMean.ts#L9) +[src/parser/classes/DidYouMean.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DidYouMean.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/DidYouMean.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DidYouMean.ts#L7) +[src/parser/classes/DidYouMean.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DidYouMean.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/DimChatItemAction.md b/docs/api/namespaces/YTNodes/classes/DimChatItemAction.md index 70ab5c64..efbdfd2e 100644 --- a/docs/api/namespaces/YTNodes/classes/DimChatItemAction.md +++ b/docs/api/namespaces/YTNodes/classes/DimChatItemAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/DimChatItemAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/DimChatItemAction.ts#L9) +[src/parser/classes/livechat/DimChatItemAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/DimChatItemAction.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/DimChatItemAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/DimChatItemAction.ts#L7) +[src/parser/classes/livechat/DimChatItemAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/DimChatItemAction.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/livechat/DimChatItemAction.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/DimChatItemAction.ts#L5) +[src/parser/classes/livechat/DimChatItemAction.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/DimChatItemAction.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/DislikeButtonView.md b/docs/api/namespaces/YTNodes/classes/DislikeButtonView.md index e9f97f96..52739508 100644 --- a/docs/api/namespaces/YTNodes/classes/DislikeButtonView.md +++ b/docs/api/namespaces/YTNodes/classes/DislikeButtonView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/DislikeButtonView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DislikeButtonView.ts#L11) +[src/parser/classes/DislikeButtonView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DislikeButtonView.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/DislikeButtonView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DislikeButtonView.ts#L9) +[src/parser/classes/DislikeButtonView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DislikeButtonView.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/DislikeButtonView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DislikeButtonView.ts#L8) +[src/parser/classes/DislikeButtonView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DislikeButtonView.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/DislikeButtonView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DislikeButtonView.ts#L6) +[src/parser/classes/DislikeButtonView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DislikeButtonView.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/DismissableDialog.md b/docs/api/namespaces/YTNodes/classes/DismissableDialog.md new file mode 100644 index 00000000..2e3e68c6 --- /dev/null +++ b/docs/api/namespaces/YTNodes/classes/DismissableDialog.md @@ -0,0 +1,241 @@ +[youtubei.js](../../../README.md) / [YTNodes](../README.md) / DismissableDialog + +# Class: DismissableDialog + +## Extends + +- [`YTNode`](../../Helpers/classes/YTNode.md) + +## Constructors + +### new DismissableDialog() + +> **new DismissableDialog**(`data`): [`DismissableDialog`](DismissableDialog.md) + +#### Parameters + +• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md) + +#### Returns + +[`DismissableDialog`](DismissableDialog.md) + +#### Overrides + +[`YTNode`](../../Helpers/classes/YTNode.md).[`constructor`](../../Helpers/classes/YTNode.md#constructors) + +#### Defined in + +[src/parser/classes/DismissableDialog.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DismissableDialog.ts#L13) + +## Properties + +### display\_style + +> **display\_style**: `string` + +#### Defined in + +[src/parser/classes/DismissableDialog.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DismissableDialog.ts#L11) + +*** + +### metadata + +> **metadata**: `null` \| [`YTNode`](../../Helpers/classes/YTNode.md) + +#### Defined in + +[src/parser/classes/DismissableDialog.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DismissableDialog.ts#L10) + +*** + +### sections + +> **sections**: [`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`DismissableDialogContentSection`](DismissableDialogContentSection.md)\> + +#### Defined in + +[src/parser/classes/DismissableDialog.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DismissableDialog.ts#L9) + +*** + +### title + +> **title**: `string` + +#### Defined in + +[src/parser/classes/DismissableDialog.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DismissableDialog.ts#L8) + +*** + +### type + +> `readonly` **type**: `string` + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type) + +#### Defined in + +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) + +*** + +### type + +> `static` **type**: `string` = `'DismissableDialog'` + +#### Overrides + +[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type-1) + +#### Defined in + +[src/parser/classes/DismissableDialog.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DismissableDialog.ts#L6) + +## Methods + +### as() + +> **as**\<`T`, `K`\>(...`types`): `InstanceType`\<`K`\[`number`\]\> + +Cast to one of the given types. + +#### Type Parameters + +• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md) + +• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[] + +#### Parameters + +• ...**types**: `K` + +The types to cast to + +#### Returns + +`InstanceType`\<`K`\[`number`\]\> + +The node cast to one of the given types + +#### Throws + +If the node is not of the given type + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`as`](../../Helpers/classes/YTNode.md#as) + +#### Defined in + +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) + +*** + +### hasKey() + +> **hasKey**\<`T`, `R`\>(`key`): `this is DismissableDialog & { [k in string]: R }` + +Check for a key without asserting the type. + +#### Type Parameters + +• **T** *extends* `string` + +• **R** = `any` + +#### Parameters + +• **key**: `T` + +The key to check + +#### Returns + +`this is DismissableDialog & { [k in string]: R }` + +Whether the node has the key + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`hasKey`](../../Helpers/classes/YTNode.md#haskey) + +#### Defined in + +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) + +*** + +### is() + +> **is**\<`T`, `K`\>(...`types`): `this is InstanceType` + +Check if the node is of the given type. + +#### Type Parameters + +• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md) + +• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[] + +#### Parameters + +• ...**types**: `K` + +The type to check + +#### Returns + +`this is InstanceType` + +whether the node is of the given type + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`is`](../../Helpers/classes/YTNode.md#is) + +#### Defined in + +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) + +*** + +### key() + +> **key**\<`T`, `R`\>(`key`): [`Maybe`](../../Helpers/classes/Maybe.md) + +Assert that the node has the given key and return it. + +#### Type Parameters + +• **T** *extends* `string` + +• **R** = `any` + +#### Parameters + +• **key**: `T` + +The key to check + +#### Returns + +[`Maybe`](../../Helpers/classes/Maybe.md) + +The value of the key wrapped in a Maybe + +#### Throws + +If the node does not have the key + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`key`](../../Helpers/classes/YTNode.md#key) + +#### Defined in + +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/DismissableDialogContentSection.md b/docs/api/namespaces/YTNodes/classes/DismissableDialogContentSection.md new file mode 100644 index 00000000..eb6e0f80 --- /dev/null +++ b/docs/api/namespaces/YTNodes/classes/DismissableDialogContentSection.md @@ -0,0 +1,221 @@ +[youtubei.js](../../../README.md) / [YTNodes](../README.md) / DismissableDialogContentSection + +# Class: DismissableDialogContentSection + +## Extends + +- [`YTNode`](../../Helpers/classes/YTNode.md) + +## Constructors + +### new DismissableDialogContentSection() + +> **new DismissableDialogContentSection**(`data`): [`DismissableDialogContentSection`](DismissableDialogContentSection.md) + +#### Parameters + +• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md) + +#### Returns + +[`DismissableDialogContentSection`](DismissableDialogContentSection.md) + +#### Overrides + +[`YTNode`](../../Helpers/classes/YTNode.md).[`constructor`](../../Helpers/classes/YTNode.md#constructors) + +#### Defined in + +[src/parser/classes/DismissableDialogContentSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DismissableDialogContentSection.ts#L11) + +## Properties + +### subtitle + +> **subtitle**: [`Text`](../../Misc/classes/Text.md) + +#### Defined in + +[src/parser/classes/DismissableDialogContentSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DismissableDialogContentSection.ts#L9) + +*** + +### title + +> **title**: [`Text`](../../Misc/classes/Text.md) + +#### Defined in + +[src/parser/classes/DismissableDialogContentSection.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DismissableDialogContentSection.ts#L8) + +*** + +### type + +> `readonly` **type**: `string` + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type) + +#### Defined in + +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) + +*** + +### type + +> `static` **type**: `string` = `'DismissableDialogContentSection'` + +#### Overrides + +[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type-1) + +#### Defined in + +[src/parser/classes/DismissableDialogContentSection.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DismissableDialogContentSection.ts#L6) + +## Methods + +### as() + +> **as**\<`T`, `K`\>(...`types`): `InstanceType`\<`K`\[`number`\]\> + +Cast to one of the given types. + +#### Type Parameters + +• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md) + +• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[] + +#### Parameters + +• ...**types**: `K` + +The types to cast to + +#### Returns + +`InstanceType`\<`K`\[`number`\]\> + +The node cast to one of the given types + +#### Throws + +If the node is not of the given type + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`as`](../../Helpers/classes/YTNode.md#as) + +#### Defined in + +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) + +*** + +### hasKey() + +> **hasKey**\<`T`, `R`\>(`key`): `this is DismissableDialogContentSection & { [k in string]: R }` + +Check for a key without asserting the type. + +#### Type Parameters + +• **T** *extends* `string` + +• **R** = `any` + +#### Parameters + +• **key**: `T` + +The key to check + +#### Returns + +`this is DismissableDialogContentSection & { [k in string]: R }` + +Whether the node has the key + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`hasKey`](../../Helpers/classes/YTNode.md#haskey) + +#### Defined in + +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) + +*** + +### is() + +> **is**\<`T`, `K`\>(...`types`): `this is InstanceType` + +Check if the node is of the given type. + +#### Type Parameters + +• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md) + +• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[] + +#### Parameters + +• ...**types**: `K` + +The type to check + +#### Returns + +`this is InstanceType` + +whether the node is of the given type + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`is`](../../Helpers/classes/YTNode.md#is) + +#### Defined in + +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) + +*** + +### key() + +> **key**\<`T`, `R`\>(`key`): [`Maybe`](../../Helpers/classes/Maybe.md) + +Assert that the node has the given key and return it. + +#### Type Parameters + +• **T** *extends* `string` + +• **R** = `any` + +#### Parameters + +• **key**: `T` + +The key to check + +#### Returns + +[`Maybe`](../../Helpers/classes/Maybe.md) + +The value of the key wrapped in a Maybe + +#### Throws + +If the node does not have the key + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`key`](../../Helpers/classes/YTNode.md#key) + +#### Defined in + +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/DownloadButton.md b/docs/api/namespaces/YTNodes/classes/DownloadButton.md index 378feaed..cab92d1f 100644 --- a/docs/api/namespaces/YTNodes/classes/DownloadButton.md +++ b/docs/api/namespaces/YTNodes/classes/DownloadButton.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/DownloadButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DownloadButton.ts#L13) +[src/parser/classes/DownloadButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DownloadButton.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/DownloadButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DownloadButton.ts#L10) +[src/parser/classes/DownloadButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DownloadButton.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/DownloadButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DownloadButton.ts#L9) +[src/parser/classes/DownloadButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DownloadButton.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/DownloadButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DownloadButton.ts#L8) +[src/parser/classes/DownloadButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DownloadButton.ts#L8) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/DownloadButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DownloadButton.ts#L11) +[src/parser/classes/DownloadButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DownloadButton.ts#L11) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/DownloadButton.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DownloadButton.ts#L6) +[src/parser/classes/DownloadButton.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DownloadButton.ts#L6) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Dropdown.md b/docs/api/namespaces/YTNodes/classes/Dropdown.md index aca09dd3..9eb8f2a4 100644 --- a/docs/api/namespaces/YTNodes/classes/Dropdown.md +++ b/docs/api/namespaces/YTNodes/classes/Dropdown.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Dropdown.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Dropdown.ts#L11) +[src/parser/classes/Dropdown.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Dropdown.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Dropdown.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Dropdown.ts#L9) +[src/parser/classes/Dropdown.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Dropdown.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Dropdown.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Dropdown.ts#L8) +[src/parser/classes/Dropdown.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Dropdown.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/Dropdown.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Dropdown.ts#L6) +[src/parser/classes/Dropdown.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Dropdown.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/DropdownItem.md b/docs/api/namespaces/YTNodes/classes/DropdownItem.md index d1e4fe65..e2151815 100644 --- a/docs/api/namespaces/YTNodes/classes/DropdownItem.md +++ b/docs/api/namespaces/YTNodes/classes/DropdownItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/DropdownItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DropdownItem.ts#L16) +[src/parser/classes/DropdownItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DropdownItem.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/DropdownItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DropdownItem.ts#L13) +[src/parser/classes/DropdownItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DropdownItem.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/DropdownItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DropdownItem.ts#L14) +[src/parser/classes/DropdownItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DropdownItem.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/DropdownItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DropdownItem.ts#L12) +[src/parser/classes/DropdownItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DropdownItem.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/DropdownItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DropdownItem.ts#L9) +[src/parser/classes/DropdownItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DropdownItem.ts#L9) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/DropdownItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DropdownItem.ts#L10) +[src/parser/classes/DropdownItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DropdownItem.ts#L10) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/classes/DropdownItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DropdownItem.ts#L11) +[src/parser/classes/DropdownItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DropdownItem.ts#L11) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/DropdownItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DropdownItem.ts#L7) +[src/parser/classes/DropdownItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DropdownItem.ts#L7) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/DropdownView.md b/docs/api/namespaces/YTNodes/classes/DropdownView.md index 037705ab..6d03c99e 100644 --- a/docs/api/namespaces/YTNodes/classes/DropdownView.md +++ b/docs/api/namespaces/YTNodes/classes/DropdownView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/DropdownView.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DropdownView.ts#L27) +[src/parser/classes/DropdownView.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DropdownView.ts#L27) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/DropdownView.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DropdownView.ts#L22) +[src/parser/classes/DropdownView.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DropdownView.ts#L22) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/DropdownView.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DropdownView.ts#L24) +[src/parser/classes/DropdownView.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DropdownView.ts#L24) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/DropdownView.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DropdownView.ts#L25) +[src/parser/classes/DropdownView.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DropdownView.ts#L25) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/DropdownView.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DropdownView.ts#L20) +[src/parser/classes/DropdownView.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DropdownView.ts#L20) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/DropdownView.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DropdownView.ts#L23) +[src/parser/classes/DropdownView.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DropdownView.ts#L23) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/DropdownView.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DropdownView.ts#L21) +[src/parser/classes/DropdownView.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DropdownView.ts#L21) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/DropdownView.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DropdownView.ts#L18) +[src/parser/classes/DropdownView.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DropdownView.ts#L18) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/DynamicTextView.md b/docs/api/namespaces/YTNodes/classes/DynamicTextView.md index 1b4e0756..6b1f2b5b 100644 --- a/docs/api/namespaces/YTNodes/classes/DynamicTextView.md +++ b/docs/api/namespaces/YTNodes/classes/DynamicTextView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/DynamicTextView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DynamicTextView.ts#L11) +[src/parser/classes/DynamicTextView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DynamicTextView.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/DynamicTextView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DynamicTextView.ts#L9) +[src/parser/classes/DynamicTextView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DynamicTextView.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/DynamicTextView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DynamicTextView.ts#L8) +[src/parser/classes/DynamicTextView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DynamicTextView.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/DynamicTextView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/DynamicTextView.ts#L6) +[src/parser/classes/DynamicTextView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/DynamicTextView.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Element.md b/docs/api/namespaces/YTNodes/classes/Element.md index 0ff17f62..0beff323 100644 --- a/docs/api/namespaces/YTNodes/classes/Element.md +++ b/docs/api/namespaces/YTNodes/classes/Element.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Element.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Element.ts#L11) +[src/parser/classes/Element.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Element.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Element.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Element.ts#L9) +[src/parser/classes/Element.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Element.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Element.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Element.ts#L8) +[src/parser/classes/Element.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Element.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/Element.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Element.ts#L6) +[src/parser/classes/Element.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Element.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/EmergencyOnebox.md b/docs/api/namespaces/YTNodes/classes/EmergencyOnebox.md index 8c0b62fb..6031a6b6 100644 --- a/docs/api/namespaces/YTNodes/classes/EmergencyOnebox.md +++ b/docs/api/namespaces/YTNodes/classes/EmergencyOnebox.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/EmergencyOnebox.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmergencyOnebox.ts#L13) +[src/parser/classes/EmergencyOnebox.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmergencyOnebox.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/EmergencyOnebox.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmergencyOnebox.ts#L10) +[src/parser/classes/EmergencyOnebox.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmergencyOnebox.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/EmergencyOnebox.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmergencyOnebox.ts#L11) +[src/parser/classes/EmergencyOnebox.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmergencyOnebox.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/EmergencyOnebox.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmergencyOnebox.ts#L9) +[src/parser/classes/EmergencyOnebox.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmergencyOnebox.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/EmergencyOnebox.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmergencyOnebox.ts#L7) +[src/parser/classes/EmergencyOnebox.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmergencyOnebox.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/EmojiPicker.md b/docs/api/namespaces/YTNodes/classes/EmojiPicker.md index 7a595b16..744351ec 100644 --- a/docs/api/namespaces/YTNodes/classes/EmojiPicker.md +++ b/docs/api/namespaces/YTNodes/classes/EmojiPicker.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/comments/EmojiPicker.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/EmojiPicker.ts#L23) +[src/parser/classes/comments/EmojiPicker.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/EmojiPicker.ts#L23) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/comments/EmojiPicker.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/EmojiPicker.ts#L10) +[src/parser/classes/comments/EmojiPicker.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/EmojiPicker.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/comments/EmojiPicker.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/EmojiPicker.ts#L11) +[src/parser/classes/comments/EmojiPicker.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/EmojiPicker.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/comments/EmojiPicker.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/EmojiPicker.ts#L15) +[src/parser/classes/comments/EmojiPicker.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/EmojiPicker.ts#L15) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/comments/EmojiPicker.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/EmojiPicker.ts#L9) +[src/parser/classes/comments/EmojiPicker.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/EmojiPicker.ts#L9) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/comments/EmojiPicker.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/EmojiPicker.ts#L14) +[src/parser/classes/comments/EmojiPicker.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/EmojiPicker.ts#L14) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/comments/EmojiPicker.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/EmojiPicker.ts#L13) +[src/parser/classes/comments/EmojiPicker.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/EmojiPicker.ts#L13) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/comments/EmojiPicker.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/EmojiPicker.ts#L12) +[src/parser/classes/comments/EmojiPicker.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/EmojiPicker.ts#L12) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/comments/EmojiPicker.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/EmojiPicker.ts#L21) +[src/parser/classes/comments/EmojiPicker.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/EmojiPicker.ts#L21) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/comments/EmojiPicker.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/EmojiPicker.ts#L16) +[src/parser/classes/comments/EmojiPicker.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/EmojiPicker.ts#L16) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/comments/EmojiPicker.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/EmojiPicker.ts#L17) +[src/parser/classes/comments/EmojiPicker.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/EmojiPicker.ts#L17) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/comments/EmojiPicker.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/EmojiPicker.ts#L20) +[src/parser/classes/comments/EmojiPicker.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/EmojiPicker.ts#L20) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/comments/EmojiPicker.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/EmojiPicker.ts#L19) +[src/parser/classes/comments/EmojiPicker.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/EmojiPicker.ts#L19) *** @@ -156,7 +156,7 @@ #### Defined in -[src/parser/classes/comments/EmojiPicker.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/EmojiPicker.ts#L18) +[src/parser/classes/comments/EmojiPicker.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/EmojiPicker.ts#L18) *** @@ -170,7 +170,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -184,7 +184,7 @@ #### Defined in -[src/parser/classes/comments/EmojiPicker.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/EmojiPicker.ts#L7) +[src/parser/classes/comments/EmojiPicker.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/EmojiPicker.ts#L7) ## Methods @@ -222,7 +222,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -256,7 +256,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -290,7 +290,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -328,4 +328,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/EmojiPickerCategory.md b/docs/api/namespaces/YTNodes/classes/EmojiPickerCategory.md index ab5858b4..614da97b 100644 --- a/docs/api/namespaces/YTNodes/classes/EmojiPickerCategory.md +++ b/docs/api/namespaces/YTNodes/classes/EmojiPickerCategory.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/EmojiPickerCategory.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerCategory.ts#L14) +[src/parser/classes/EmojiPickerCategory.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerCategory.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/EmojiPickerCategory.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerCategory.ts#L8) +[src/parser/classes/EmojiPickerCategory.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerCategory.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/EmojiPickerCategory.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerCategory.ts#L12) +[src/parser/classes/EmojiPickerCategory.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerCategory.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/EmojiPickerCategory.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerCategory.ts#L10) +[src/parser/classes/EmojiPickerCategory.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerCategory.ts#L10) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/EmojiPickerCategory.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerCategory.ts#L11) +[src/parser/classes/EmojiPickerCategory.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerCategory.ts#L11) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/EmojiPickerCategory.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerCategory.ts#L9) +[src/parser/classes/EmojiPickerCategory.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerCategory.ts#L9) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/EmojiPickerCategory.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerCategory.ts#L6) +[src/parser/classes/EmojiPickerCategory.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerCategory.ts#L6) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/EmojiPickerCategoryButton.md b/docs/api/namespaces/YTNodes/classes/EmojiPickerCategoryButton.md index 8abe028b..936be41d 100644 --- a/docs/api/namespaces/YTNodes/classes/EmojiPickerCategoryButton.md +++ b/docs/api/namespaces/YTNodes/classes/EmojiPickerCategoryButton.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/EmojiPickerCategoryButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerCategoryButton.ts#L11) +[src/parser/classes/EmojiPickerCategoryButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerCategoryButton.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/EmojiPickerCategoryButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerCategoryButton.ts#L7) +[src/parser/classes/EmojiPickerCategoryButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerCategoryButton.ts#L7) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/EmojiPickerCategoryButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerCategoryButton.ts#L8) +[src/parser/classes/EmojiPickerCategoryButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerCategoryButton.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/EmojiPickerCategoryButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerCategoryButton.ts#L9) +[src/parser/classes/EmojiPickerCategoryButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerCategoryButton.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/EmojiPickerCategoryButton.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerCategoryButton.ts#L5) +[src/parser/classes/EmojiPickerCategoryButton.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerCategoryButton.ts#L5) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/EmojiPickerUpsellCategory.md b/docs/api/namespaces/YTNodes/classes/EmojiPickerUpsellCategory.md index 0f9510b5..947181ac 100644 --- a/docs/api/namespaces/YTNodes/classes/EmojiPickerUpsellCategory.md +++ b/docs/api/namespaces/YTNodes/classes/EmojiPickerUpsellCategory.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/EmojiPickerUpsellCategory.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerUpsellCategory.ts#L16) +[src/parser/classes/EmojiPickerUpsellCategory.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerUpsellCategory.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/EmojiPickerUpsellCategory.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerUpsellCategory.ts#L9) +[src/parser/classes/EmojiPickerUpsellCategory.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerUpsellCategory.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/EmojiPickerUpsellCategory.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerUpsellCategory.ts#L14) +[src/parser/classes/EmojiPickerUpsellCategory.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerUpsellCategory.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/EmojiPickerUpsellCategory.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerUpsellCategory.ts#L12) +[src/parser/classes/EmojiPickerUpsellCategory.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerUpsellCategory.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/EmojiPickerUpsellCategory.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerUpsellCategory.ts#L13) +[src/parser/classes/EmojiPickerUpsellCategory.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerUpsellCategory.ts#L13) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/EmojiPickerUpsellCategory.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerUpsellCategory.ts#L10) +[src/parser/classes/EmojiPickerUpsellCategory.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerUpsellCategory.ts#L10) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/classes/EmojiPickerUpsellCategory.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerUpsellCategory.ts#L11) +[src/parser/classes/EmojiPickerUpsellCategory.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerUpsellCategory.ts#L11) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/EmojiPickerUpsellCategory.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EmojiPickerUpsellCategory.ts#L7) +[src/parser/classes/EmojiPickerUpsellCategory.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EmojiPickerUpsellCategory.ts#L7) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/EndScreenPlaylist.md b/docs/api/namespaces/YTNodes/classes/EndScreenPlaylist.md index 646c65d1..97f8a992 100644 --- a/docs/api/namespaces/YTNodes/classes/EndScreenPlaylist.md +++ b/docs/api/namespaces/YTNodes/classes/EndScreenPlaylist.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/EndScreenPlaylist.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenPlaylist.ts#L17) +[src/parser/classes/EndScreenPlaylist.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenPlaylist.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/EndScreenPlaylist.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenPlaylist.ts#L12) +[src/parser/classes/EndScreenPlaylist.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenPlaylist.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/EndScreenPlaylist.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenPlaylist.ts#L13) +[src/parser/classes/EndScreenPlaylist.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenPlaylist.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/EndScreenPlaylist.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenPlaylist.ts#L10) +[src/parser/classes/EndScreenPlaylist.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenPlaylist.ts#L10) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/EndScreenPlaylist.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenPlaylist.ts#L14) +[src/parser/classes/EndScreenPlaylist.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenPlaylist.ts#L14) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/EndScreenPlaylist.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenPlaylist.ts#L11) +[src/parser/classes/EndScreenPlaylist.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenPlaylist.ts#L11) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/classes/EndScreenPlaylist.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenPlaylist.ts#L15) +[src/parser/classes/EndScreenPlaylist.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenPlaylist.ts#L15) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/EndScreenPlaylist.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenPlaylist.ts#L8) +[src/parser/classes/EndScreenPlaylist.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenPlaylist.ts#L8) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/EndScreenVideo.md b/docs/api/namespaces/YTNodes/classes/EndScreenVideo.md index 027dad5c..db72522f 100644 --- a/docs/api/namespaces/YTNodes/classes/EndScreenVideo.md +++ b/docs/api/namespaces/YTNodes/classes/EndScreenVideo.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/EndScreenVideo.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenVideo.ts#L24) +[src/parser/classes/EndScreenVideo.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenVideo.ts#L24) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/EndScreenVideo.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenVideo.ts#L15) +[src/parser/classes/EndScreenVideo.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenVideo.ts#L15) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/EndScreenVideo.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenVideo.ts#L18) +[src/parser/classes/EndScreenVideo.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenVideo.ts#L18) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/EndScreenVideo.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenVideo.ts#L19) +[src/parser/classes/EndScreenVideo.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenVideo.ts#L19) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/EndScreenVideo.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenVideo.ts#L16) +[src/parser/classes/EndScreenVideo.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenVideo.ts#L16) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/EndScreenVideo.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenVideo.ts#L11) +[src/parser/classes/EndScreenVideo.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenVideo.ts#L11) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/EndScreenVideo.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenVideo.ts#L17) +[src/parser/classes/EndScreenVideo.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenVideo.ts#L17) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/EndScreenVideo.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenVideo.ts#L14) +[src/parser/classes/EndScreenVideo.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenVideo.ts#L14) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/EndScreenVideo.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenVideo.ts#L13) +[src/parser/classes/EndScreenVideo.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenVideo.ts#L13) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/EndScreenVideo.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenVideo.ts#L12) +[src/parser/classes/EndScreenVideo.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenVideo.ts#L12) *** @@ -138,7 +138,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -152,7 +152,7 @@ #### Defined in -[src/parser/classes/EndScreenVideo.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndScreenVideo.ts#L9) +[src/parser/classes/EndScreenVideo.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndScreenVideo.ts#L9) ## Methods @@ -190,7 +190,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -224,7 +224,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -258,7 +258,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -296,4 +296,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Endscreen.md b/docs/api/namespaces/YTNodes/classes/Endscreen.md index de857583..8bd2be4e 100644 --- a/docs/api/namespaces/YTNodes/classes/Endscreen.md +++ b/docs/api/namespaces/YTNodes/classes/Endscreen.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Endscreen.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Endscreen.ts#L10) +[src/parser/classes/Endscreen.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Endscreen.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Endscreen.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Endscreen.ts#L7) +[src/parser/classes/Endscreen.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Endscreen.ts#L7) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Endscreen.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Endscreen.ts#L8) +[src/parser/classes/Endscreen.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Endscreen.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/Endscreen.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Endscreen.ts#L5) +[src/parser/classes/Endscreen.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Endscreen.ts#L5) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/EndscreenElement.md b/docs/api/namespaces/YTNodes/classes/EndscreenElement.md index 6d99f12d..d7a8fc05 100644 --- a/docs/api/namespaces/YTNodes/classes/EndscreenElement.md +++ b/docs/api/namespaces/YTNodes/classes/EndscreenElement.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L29) +[src/parser/classes/EndscreenElement.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L29) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L24) +[src/parser/classes/EndscreenElement.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L24) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L16) +[src/parser/classes/EndscreenElement.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L16) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L26) +[src/parser/classes/EndscreenElement.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L26) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L12) +[src/parser/classes/EndscreenElement.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L12) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L17) +[src/parser/classes/EndscreenElement.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L17) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L14) +[src/parser/classes/EndscreenElement.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L14) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L27) +[src/parser/classes/EndscreenElement.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L27) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L13) +[src/parser/classes/EndscreenElement.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L13) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L18) +[src/parser/classes/EndscreenElement.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L18) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L21) +[src/parser/classes/EndscreenElement.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L21) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L15) +[src/parser/classes/EndscreenElement.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L15) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L19) +[src/parser/classes/EndscreenElement.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L19) *** @@ -156,7 +156,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L25) +[src/parser/classes/EndscreenElement.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L25) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L10) +[src/parser/classes/EndscreenElement.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L10) *** @@ -176,7 +176,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L20) +[src/parser/classes/EndscreenElement.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L20) *** @@ -186,7 +186,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L11) +[src/parser/classes/EndscreenElement.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L11) *** @@ -196,7 +196,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L22) +[src/parser/classes/EndscreenElement.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L22) *** @@ -210,7 +210,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -220,7 +220,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L23) +[src/parser/classes/EndscreenElement.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L23) *** @@ -234,7 +234,7 @@ #### Defined in -[src/parser/classes/EndscreenElement.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EndscreenElement.ts#L8) +[src/parser/classes/EndscreenElement.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EndscreenElement.ts#L8) ## Methods @@ -272,7 +272,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -306,7 +306,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -340,7 +340,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -378,4 +378,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/EngagementPanelSectionList.md b/docs/api/namespaces/YTNodes/classes/EngagementPanelSectionList.md index 4840f3d4..8184e8b7 100644 --- a/docs/api/namespaces/YTNodes/classes/EngagementPanelSectionList.md +++ b/docs/api/namespaces/YTNodes/classes/EngagementPanelSectionList.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/EngagementPanelSectionList.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EngagementPanelSectionList.ts#L25) +[src/parser/classes/EngagementPanelSectionList.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EngagementPanelSectionList.ts#L25) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/EngagementPanelSectionList.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EngagementPanelSectionList.ts#L16) +[src/parser/classes/EngagementPanelSectionList.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EngagementPanelSectionList.ts#L16) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/EngagementPanelSectionList.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EngagementPanelSectionList.ts#L15) +[src/parser/classes/EngagementPanelSectionList.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EngagementPanelSectionList.ts#L15) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/EngagementPanelSectionList.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EngagementPanelSectionList.ts#L19) +[src/parser/classes/EngagementPanelSectionList.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EngagementPanelSectionList.ts#L19) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/EngagementPanelSectionList.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EngagementPanelSectionList.ts#L18) +[src/parser/classes/EngagementPanelSectionList.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EngagementPanelSectionList.ts#L18) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/EngagementPanelSectionList.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EngagementPanelSectionList.ts#L17) +[src/parser/classes/EngagementPanelSectionList.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EngagementPanelSectionList.ts#L17) *** @@ -98,7 +98,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -108,7 +108,7 @@ #### Defined in -[src/parser/classes/EngagementPanelSectionList.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EngagementPanelSectionList.ts#L23) +[src/parser/classes/EngagementPanelSectionList.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EngagementPanelSectionList.ts#L23) *** @@ -122,7 +122,7 @@ #### Defined in -[src/parser/classes/EngagementPanelSectionList.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EngagementPanelSectionList.ts#L13) +[src/parser/classes/EngagementPanelSectionList.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EngagementPanelSectionList.ts#L13) ## Methods @@ -160,7 +160,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -194,7 +194,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -228,7 +228,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -266,4 +266,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/EngagementPanelTitleHeader.md b/docs/api/namespaces/YTNodes/classes/EngagementPanelTitleHeader.md index 32c869eb..1ff5755c 100644 --- a/docs/api/namespaces/YTNodes/classes/EngagementPanelTitleHeader.md +++ b/docs/api/namespaces/YTNodes/classes/EngagementPanelTitleHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/EngagementPanelTitleHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EngagementPanelTitleHeader.ts#L14) +[src/parser/classes/EngagementPanelTitleHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EngagementPanelTitleHeader.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/EngagementPanelTitleHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EngagementPanelTitleHeader.ts#L11) +[src/parser/classes/EngagementPanelTitleHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EngagementPanelTitleHeader.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/EngagementPanelTitleHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EngagementPanelTitleHeader.ts#L12) +[src/parser/classes/EngagementPanelTitleHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EngagementPanelTitleHeader.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/EngagementPanelTitleHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EngagementPanelTitleHeader.ts#L9) +[src/parser/classes/EngagementPanelTitleHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EngagementPanelTitleHeader.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/classes/EngagementPanelTitleHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EngagementPanelTitleHeader.ts#L10) +[src/parser/classes/EngagementPanelTitleHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EngagementPanelTitleHeader.ts#L10) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/EngagementPanelTitleHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EngagementPanelTitleHeader.ts#L7) +[src/parser/classes/EngagementPanelTitleHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EngagementPanelTitleHeader.ts#L7) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/EomSettingsDisclaimer.md b/docs/api/namespaces/YTNodes/classes/EomSettingsDisclaimer.md index 01ce5057..8ac63b4d 100644 --- a/docs/api/namespaces/YTNodes/classes/EomSettingsDisclaimer.md +++ b/docs/api/namespaces/YTNodes/classes/EomSettingsDisclaimer.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/EomSettingsDisclaimer.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EomSettingsDisclaimer.ts#L14) +[src/parser/classes/EomSettingsDisclaimer.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EomSettingsDisclaimer.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/EomSettingsDisclaimer.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EomSettingsDisclaimer.ts#L8) +[src/parser/classes/EomSettingsDisclaimer.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EomSettingsDisclaimer.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/classes/EomSettingsDisclaimer.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EomSettingsDisclaimer.ts#L9) +[src/parser/classes/EomSettingsDisclaimer.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EomSettingsDisclaimer.ts#L9) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/EomSettingsDisclaimer.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EomSettingsDisclaimer.ts#L12) +[src/parser/classes/EomSettingsDisclaimer.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EomSettingsDisclaimer.ts#L12) *** @@ -88,7 +88,7 @@ #### Defined in -[src/parser/classes/EomSettingsDisclaimer.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/EomSettingsDisclaimer.ts#L6) +[src/parser/classes/EomSettingsDisclaimer.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/EomSettingsDisclaimer.ts#L6) ## Methods @@ -126,7 +126,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -160,7 +160,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -194,7 +194,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -232,4 +232,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ExpandableMetadata.md b/docs/api/namespaces/YTNodes/classes/ExpandableMetadata.md index df8516f6..a0084943 100644 --- a/docs/api/namespaces/YTNodes/classes/ExpandableMetadata.md +++ b/docs/api/namespaces/YTNodes/classes/ExpandableMetadata.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ExpandableMetadata.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableMetadata.ts#L23) +[src/parser/classes/ExpandableMetadata.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableMetadata.ts#L23) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ExpandableMetadata.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableMetadata.ts#L21) +[src/parser/classes/ExpandableMetadata.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableMetadata.ts#L21) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ExpandableMetadata.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableMetadata.ts#L20) +[src/parser/classes/ExpandableMetadata.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableMetadata.ts#L20) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ExpandableMetadata.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableMetadata.ts#L19) +[src/parser/classes/ExpandableMetadata.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableMetadata.ts#L19) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/ExpandableMetadata.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableMetadata.ts#L12) +[src/parser/classes/ExpandableMetadata.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableMetadata.ts#L12) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/ExpandableMetadata.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableMetadata.ts#L10) +[src/parser/classes/ExpandableMetadata.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableMetadata.ts#L10) ## Methods @@ -148,7 +148,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -182,7 +182,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -216,7 +216,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -254,4 +254,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ExpandableTab.md b/docs/api/namespaces/YTNodes/classes/ExpandableTab.md index 9565b474..63feb30c 100644 --- a/docs/api/namespaces/YTNodes/classes/ExpandableTab.md +++ b/docs/api/namespaces/YTNodes/classes/ExpandableTab.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ExpandableTab.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableTab.ts#L13) +[src/parser/classes/ExpandableTab.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableTab.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ExpandableTab.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableTab.ts#L11) +[src/parser/classes/ExpandableTab.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableTab.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ExpandableTab.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableTab.ts#L9) +[src/parser/classes/ExpandableTab.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableTab.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ExpandableTab.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableTab.ts#L10) +[src/parser/classes/ExpandableTab.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableTab.ts#L10) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ExpandableTab.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableTab.ts#L8) +[src/parser/classes/ExpandableTab.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableTab.ts#L8) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/ExpandableTab.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableTab.ts#L6) +[src/parser/classes/ExpandableTab.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableTab.ts#L6) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ExpandableVideoDescriptionBody.md b/docs/api/namespaces/YTNodes/classes/ExpandableVideoDescriptionBody.md index 95df52e7..af55dc4a 100644 --- a/docs/api/namespaces/YTNodes/classes/ExpandableVideoDescriptionBody.md +++ b/docs/api/namespaces/YTNodes/classes/ExpandableVideoDescriptionBody.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ExpandableVideoDescriptionBody.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableVideoDescriptionBody.ts#L13) +[src/parser/classes/ExpandableVideoDescriptionBody.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableVideoDescriptionBody.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ExpandableVideoDescriptionBody.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableVideoDescriptionBody.ts#L11) +[src/parser/classes/ExpandableVideoDescriptionBody.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableVideoDescriptionBody.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ExpandableVideoDescriptionBody.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableVideoDescriptionBody.ts#L10) +[src/parser/classes/ExpandableVideoDescriptionBody.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableVideoDescriptionBody.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ExpandableVideoDescriptionBody.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableVideoDescriptionBody.ts#L9) +[src/parser/classes/ExpandableVideoDescriptionBody.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableVideoDescriptionBody.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/ExpandableVideoDescriptionBody.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandableVideoDescriptionBody.ts#L7) +[src/parser/classes/ExpandableVideoDescriptionBody.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandableVideoDescriptionBody.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ExpandedShelfContents.md b/docs/api/namespaces/YTNodes/classes/ExpandedShelfContents.md index 37545124..ed3b193a 100644 --- a/docs/api/namespaces/YTNodes/classes/ExpandedShelfContents.md +++ b/docs/api/namespaces/YTNodes/classes/ExpandedShelfContents.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ExpandedShelfContents.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandedShelfContents.ts#L9) +[src/parser/classes/ExpandedShelfContents.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandedShelfContents.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ExpandedShelfContents.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandedShelfContents.ts#L7) +[src/parser/classes/ExpandedShelfContents.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandedShelfContents.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ExpandedShelfContents.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandedShelfContents.ts#L5) +[src/parser/classes/ExpandedShelfContents.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandedShelfContents.ts#L5) ## Accessors @@ -78,7 +78,7 @@ #### Defined in -[src/parser/classes/ExpandedShelfContents.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ExpandedShelfContents.ts#L15) +[src/parser/classes/ExpandedShelfContents.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ExpandedShelfContents.ts#L15) ## Methods @@ -116,7 +116,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -150,7 +150,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -184,7 +184,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -222,4 +222,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Factoid.md b/docs/api/namespaces/YTNodes/classes/Factoid.md index 13ee9975..f9d1a706 100644 --- a/docs/api/namespaces/YTNodes/classes/Factoid.md +++ b/docs/api/namespaces/YTNodes/classes/Factoid.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Factoid.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Factoid.ts#L12) +[src/parser/classes/Factoid.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Factoid.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Factoid.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Factoid.ts#L10) +[src/parser/classes/Factoid.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Factoid.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Factoid.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Factoid.ts#L8) +[src/parser/classes/Factoid.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Factoid.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/classes/Factoid.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Factoid.ts#L9) +[src/parser/classes/Factoid.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Factoid.ts#L9) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/Factoid.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Factoid.ts#L6) +[src/parser/classes/Factoid.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Factoid.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/FancyDismissibleDialog.md b/docs/api/namespaces/YTNodes/classes/FancyDismissibleDialog.md index 7dae78a6..6b4b2383 100644 --- a/docs/api/namespaces/YTNodes/classes/FancyDismissibleDialog.md +++ b/docs/api/namespaces/YTNodes/classes/FancyDismissibleDialog.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/FancyDismissibleDialog.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FancyDismissibleDialog.ts#L11) +[src/parser/classes/FancyDismissibleDialog.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FancyDismissibleDialog.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/FancyDismissibleDialog.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FancyDismissibleDialog.ts#L9) +[src/parser/classes/FancyDismissibleDialog.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FancyDismissibleDialog.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/FancyDismissibleDialog.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FancyDismissibleDialog.ts#L8) +[src/parser/classes/FancyDismissibleDialog.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FancyDismissibleDialog.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/FancyDismissibleDialog.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FancyDismissibleDialog.ts#L6) +[src/parser/classes/FancyDismissibleDialog.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FancyDismissibleDialog.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/FeedFilterChipBar.md b/docs/api/namespaces/YTNodes/classes/FeedFilterChipBar.md index 2f7def35..059d3868 100644 --- a/docs/api/namespaces/YTNodes/classes/FeedFilterChipBar.md +++ b/docs/api/namespaces/YTNodes/classes/FeedFilterChipBar.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/FeedFilterChipBar.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FeedFilterChipBar.ts#L10) +[src/parser/classes/FeedFilterChipBar.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FeedFilterChipBar.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/FeedFilterChipBar.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FeedFilterChipBar.ts#L8) +[src/parser/classes/FeedFilterChipBar.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FeedFilterChipBar.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/FeedFilterChipBar.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FeedFilterChipBar.ts#L6) +[src/parser/classes/FeedFilterChipBar.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FeedFilterChipBar.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/FeedNudge.md b/docs/api/namespaces/YTNodes/classes/FeedNudge.md index 512b6263..6e34f050 100644 --- a/docs/api/namespaces/YTNodes/classes/FeedNudge.md +++ b/docs/api/namespaces/YTNodes/classes/FeedNudge.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/FeedNudge.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FeedNudge.ts#L17) +[src/parser/classes/FeedNudge.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FeedNudge.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/FeedNudge.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FeedNudge.ts#L13) +[src/parser/classes/FeedNudge.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FeedNudge.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/FeedNudge.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FeedNudge.ts#L15) +[src/parser/classes/FeedNudge.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FeedNudge.ts#L15) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/FeedNudge.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FeedNudge.ts#L12) +[src/parser/classes/FeedNudge.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FeedNudge.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/FeedNudge.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FeedNudge.ts#L11) +[src/parser/classes/FeedNudge.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FeedNudge.ts#L11) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/FeedNudge.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FeedNudge.ts#L10) +[src/parser/classes/FeedNudge.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FeedNudge.ts#L10) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/FeedNudge.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FeedNudge.ts#L14) +[src/parser/classes/FeedNudge.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FeedNudge.ts#L14) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/FeedNudge.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FeedNudge.ts#L8) +[src/parser/classes/FeedNudge.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FeedNudge.ts#L8) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/FeedTabbedHeader.md b/docs/api/namespaces/YTNodes/classes/FeedTabbedHeader.md index cc99f372..4ab44762 100644 --- a/docs/api/namespaces/YTNodes/classes/FeedTabbedHeader.md +++ b/docs/api/namespaces/YTNodes/classes/FeedTabbedHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/FeedTabbedHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FeedTabbedHeader.ts#L10) +[src/parser/classes/FeedTabbedHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FeedTabbedHeader.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/FeedTabbedHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FeedTabbedHeader.ts#L8) +[src/parser/classes/FeedTabbedHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FeedTabbedHeader.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/FeedTabbedHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FeedTabbedHeader.ts#L6) +[src/parser/classes/FeedTabbedHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FeedTabbedHeader.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/FeedbackEndpoint.md b/docs/api/namespaces/YTNodes/classes/FeedbackEndpoint.md index 4d64b97d..2dafb021 100644 --- a/docs/api/namespaces/YTNodes/classes/FeedbackEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/FeedbackEndpoint.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/endpoints/FeedbackEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/FeedbackEndpoint.ts#L11) +[src/parser/classes/endpoints/FeedbackEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/FeedbackEndpoint.ts#L11) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/endpoints/FeedbackEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/FeedbackEndpoint.ts#L7) +[src/parser/classes/endpoints/FeedbackEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/FeedbackEndpoint.ts#L7) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/FeedbackEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/FeedbackEndpoint.ts#L20) +[src/parser/classes/endpoints/FeedbackEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/FeedbackEndpoint.ts#L20) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/FeedbackEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/FeedbackEndpoint.ts#L16) +[src/parser/classes/endpoints/FeedbackEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/FeedbackEndpoint.ts#L16) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/FlexibleActionsView.md b/docs/api/namespaces/YTNodes/classes/FlexibleActionsView.md index dcdf3f15..71824014 100644 --- a/docs/api/namespaces/YTNodes/classes/FlexibleActionsView.md +++ b/docs/api/namespaces/YTNodes/classes/FlexibleActionsView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/FlexibleActionsView.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FlexibleActionsView.ts#L16) +[src/parser/classes/FlexibleActionsView.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FlexibleActionsView.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/FlexibleActionsView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FlexibleActionsView.ts#L13) +[src/parser/classes/FlexibleActionsView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FlexibleActionsView.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/FlexibleActionsView.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FlexibleActionsView.ts#L14) +[src/parser/classes/FlexibleActionsView.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FlexibleActionsView.ts#L14) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/FlexibleActionsView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FlexibleActionsView.ts#L11) +[src/parser/classes/FlexibleActionsView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FlexibleActionsView.ts#L11) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/FormFooterView.md b/docs/api/namespaces/YTNodes/classes/FormFooterView.md index 2a1bcf2c..25097797 100644 --- a/docs/api/namespaces/YTNodes/classes/FormFooterView.md +++ b/docs/api/namespaces/YTNodes/classes/FormFooterView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/FormFooterView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FormFooterView.ts#L12) +[src/parser/classes/FormFooterView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FormFooterView.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/FormFooterView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FormFooterView.ts#L10) +[src/parser/classes/FormFooterView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FormFooterView.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/FormFooterView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FormFooterView.ts#L9) +[src/parser/classes/FormFooterView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FormFooterView.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/FormFooterView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FormFooterView.ts#L8) +[src/parser/classes/FormFooterView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FormFooterView.ts#L8) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/FormFooterView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/FormFooterView.ts#L6) +[src/parser/classes/FormFooterView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/FormFooterView.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GameCard.md b/docs/api/namespaces/YTNodes/classes/GameCard.md index b8ae7233..ea1c8fcf 100644 --- a/docs/api/namespaces/YTNodes/classes/GameCard.md +++ b/docs/api/namespaces/YTNodes/classes/GameCard.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/GameCard.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GameCard.ts#L9) +[src/parser/classes/GameCard.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GameCard.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/GameCard.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GameCard.ts#L7) +[src/parser/classes/GameCard.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GameCard.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/GameCard.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GameCard.ts#L5) +[src/parser/classes/GameCard.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GameCard.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GameDetails.md b/docs/api/namespaces/YTNodes/classes/GameDetails.md index 749b465f..4d2afbdc 100644 --- a/docs/api/namespaces/YTNodes/classes/GameDetails.md +++ b/docs/api/namespaces/YTNodes/classes/GameDetails.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/GameDetails.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GameDetails.ts#L16) +[src/parser/classes/GameDetails.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GameDetails.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/GameDetails.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GameDetails.ts#L11) +[src/parser/classes/GameDetails.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GameDetails.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/GameDetails.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GameDetails.ts#L12) +[src/parser/classes/GameDetails.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GameDetails.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/GameDetails.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GameDetails.ts#L13) +[src/parser/classes/GameDetails.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GameDetails.ts#L13) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/GameDetails.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GameDetails.ts#L14) +[src/parser/classes/GameDetails.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GameDetails.ts#L14) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/GameDetails.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GameDetails.ts#L10) +[src/parser/classes/GameDetails.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GameDetails.ts#L10) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/GameDetails.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GameDetails.ts#L8) +[src/parser/classes/GameDetails.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GameDetails.ts#L8) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GetAccountsListInnertubeEndpoint.md b/docs/api/namespaces/YTNodes/classes/GetAccountsListInnertubeEndpoint.md index ed671f8d..d4ca79e0 100644 --- a/docs/api/namespaces/YTNodes/classes/GetAccountsListInnertubeEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/GetAccountsListInnertubeEndpoint.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/endpoints/GetAccountsListInnertubeEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/GetAccountsListInnertubeEndpoint.ts#L11) +[src/parser/classes/endpoints/GetAccountsListInnertubeEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/GetAccountsListInnertubeEndpoint.ts#L11) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/endpoints/GetAccountsListInnertubeEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/GetAccountsListInnertubeEndpoint.ts#L7) +[src/parser/classes/endpoints/GetAccountsListInnertubeEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/GetAccountsListInnertubeEndpoint.ts#L7) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/GetAccountsListInnertubeEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/GetAccountsListInnertubeEndpoint.ts#L20) +[src/parser/classes/endpoints/GetAccountsListInnertubeEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/GetAccountsListInnertubeEndpoint.ts#L20) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/GetAccountsListInnertubeEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/GetAccountsListInnertubeEndpoint.ts#L16) +[src/parser/classes/endpoints/GetAccountsListInnertubeEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/GetAccountsListInnertubeEndpoint.ts#L16) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GetKidsBlocklistPickerCommand.md b/docs/api/namespaces/YTNodes/classes/GetKidsBlocklistPickerCommand.md index 3106f720..485c7b5d 100644 --- a/docs/api/namespaces/YTNodes/classes/GetKidsBlocklistPickerCommand.md +++ b/docs/api/namespaces/YTNodes/classes/GetKidsBlocklistPickerCommand.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/commands/GetKidsBlocklistPickerCommand.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/GetKidsBlocklistPickerCommand.ts#L11) +[src/parser/classes/commands/GetKidsBlocklistPickerCommand.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/GetKidsBlocklistPickerCommand.ts#L11) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/commands/GetKidsBlocklistPickerCommand.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/GetKidsBlocklistPickerCommand.ts#L7) +[src/parser/classes/commands/GetKidsBlocklistPickerCommand.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/GetKidsBlocklistPickerCommand.ts#L7) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/commands/GetKidsBlocklistPickerCommand.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/GetKidsBlocklistPickerCommand.ts#L20) +[src/parser/classes/commands/GetKidsBlocklistPickerCommand.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/GetKidsBlocklistPickerCommand.ts#L20) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/commands/GetKidsBlocklistPickerCommand.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/GetKidsBlocklistPickerCommand.ts#L16) +[src/parser/classes/commands/GetKidsBlocklistPickerCommand.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/GetKidsBlocklistPickerCommand.ts#L16) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GetMultiPageMenuAction.md b/docs/api/namespaces/YTNodes/classes/GetMultiPageMenuAction.md index b6a23f11..dfadca53 100644 --- a/docs/api/namespaces/YTNodes/classes/GetMultiPageMenuAction.md +++ b/docs/api/namespaces/YTNodes/classes/GetMultiPageMenuAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/actions/GetMultiPageMenuAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/GetMultiPageMenuAction.ts#L11) +[src/parser/classes/actions/GetMultiPageMenuAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/GetMultiPageMenuAction.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/actions/GetMultiPageMenuAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/GetMultiPageMenuAction.ts#L9) +[src/parser/classes/actions/GetMultiPageMenuAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/GetMultiPageMenuAction.ts#L9) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/actions/GetMultiPageMenuAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/GetMultiPageMenuAction.ts#L7) +[src/parser/classes/actions/GetMultiPageMenuAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/GetMultiPageMenuAction.ts#L7) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Grid.md b/docs/api/namespaces/YTNodes/classes/Grid.md index 14c16699..b8056d41 100644 --- a/docs/api/namespaces/YTNodes/classes/Grid.md +++ b/docs/api/namespaces/YTNodes/classes/Grid.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Grid.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Grid.ts#L14) +[src/parser/classes/Grid.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Grid.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Grid.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Grid.ts#L11) +[src/parser/classes/Grid.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Grid.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Grid.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Grid.ts#L12) +[src/parser/classes/Grid.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Grid.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/Grid.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Grid.ts#L8) +[src/parser/classes/Grid.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Grid.ts#L8) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/Grid.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Grid.ts#L7) +[src/parser/classes/Grid.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Grid.ts#L7) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/Grid.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Grid.ts#L10) +[src/parser/classes/Grid.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Grid.ts#L10) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/classes/Grid.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Grid.ts#L9) +[src/parser/classes/Grid.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Grid.ts#L9) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/Grid.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Grid.ts#L5) +[src/parser/classes/Grid.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Grid.ts#L5) ## Accessors @@ -128,7 +128,7 @@ #### Defined in -[src/parser/classes/Grid.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Grid.ts#L39) +[src/parser/classes/Grid.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Grid.ts#L39) ## Methods @@ -166,7 +166,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -200,7 +200,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -234,7 +234,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -272,4 +272,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GridChannel.md b/docs/api/namespaces/YTNodes/classes/GridChannel.md index adea4e62..7420d7d2 100644 --- a/docs/api/namespaces/YTNodes/classes/GridChannel.md +++ b/docs/api/namespaces/YTNodes/classes/GridChannel.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/GridChannel.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridChannel.ts#L17) +[src/parser/classes/GridChannel.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridChannel.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/GridChannel.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridChannel.ts#L11) +[src/parser/classes/GridChannel.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridChannel.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/GridChannel.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridChannel.ts#L14) +[src/parser/classes/GridChannel.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridChannel.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/GridChannel.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridChannel.ts#L10) +[src/parser/classes/GridChannel.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridChannel.ts#L10) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/GridChannel.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridChannel.ts#L15) +[src/parser/classes/GridChannel.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridChannel.ts#L15) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/GridChannel.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridChannel.ts#L12) +[src/parser/classes/GridChannel.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridChannel.ts#L12) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/classes/GridChannel.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridChannel.ts#L13) +[src/parser/classes/GridChannel.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridChannel.ts#L13) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/GridChannel.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridChannel.ts#L8) +[src/parser/classes/GridChannel.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridChannel.ts#L8) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GridHeader.md b/docs/api/namespaces/YTNodes/classes/GridHeader.md index ee1141ea..10e48dc8 100644 --- a/docs/api/namespaces/YTNodes/classes/GridHeader.md +++ b/docs/api/namespaces/YTNodes/classes/GridHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/GridHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridHeader.ts#L10) +[src/parser/classes/GridHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridHeader.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/GridHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridHeader.ts#L8) +[src/parser/classes/GridHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridHeader.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/GridHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridHeader.ts#L6) +[src/parser/classes/GridHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridHeader.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GridMix.md b/docs/api/namespaces/YTNodes/classes/GridMix.md index ef468adc..eb297e0e 100644 --- a/docs/api/namespaces/YTNodes/classes/GridMix.md +++ b/docs/api/namespaces/YTNodes/classes/GridMix.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/GridMix.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMix.ts#L20) +[src/parser/classes/GridMix.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMix.ts#L20) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/GridMix.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMix.ts#L12) +[src/parser/classes/GridMix.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMix.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/GridMix.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMix.ts#L16) +[src/parser/classes/GridMix.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMix.ts#L16) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/GridMix.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMix.ts#L10) +[src/parser/classes/GridMix.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMix.ts#L10) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/GridMix.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMix.ts#L17) +[src/parser/classes/GridMix.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMix.ts#L17) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/GridMix.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMix.ts#L18) +[src/parser/classes/GridMix.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMix.ts#L18) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/GridMix.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMix.ts#L13) +[src/parser/classes/GridMix.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMix.ts#L13) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/GridMix.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMix.ts#L11) +[src/parser/classes/GridMix.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMix.ts#L11) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/classes/GridMix.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMix.ts#L14) +[src/parser/classes/GridMix.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMix.ts#L14) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/classes/GridMix.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMix.ts#L15) +[src/parser/classes/GridMix.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMix.ts#L15) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/GridMix.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMix.ts#L8) +[src/parser/classes/GridMix.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMix.ts#L8) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GridMovie.md b/docs/api/namespaces/YTNodes/classes/GridMovie.md index 962228ce..f4d092b5 100644 --- a/docs/api/namespaces/YTNodes/classes/GridMovie.md +++ b/docs/api/namespaces/YTNodes/classes/GridMovie.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/GridMovie.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMovie.ts#L20) +[src/parser/classes/GridMovie.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMovie.ts#L20) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/GridMovie.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMovie.ts#L16) +[src/parser/classes/GridMovie.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMovie.ts#L16) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/GridMovie.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMovie.ts#L14) +[src/parser/classes/GridMovie.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMovie.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/GridMovie.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMovie.ts#L15) +[src/parser/classes/GridMovie.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMovie.ts#L15) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/GridMovie.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMovie.ts#L11) +[src/parser/classes/GridMovie.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMovie.ts#L11) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/GridMovie.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMovie.ts#L17) +[src/parser/classes/GridMovie.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMovie.ts#L17) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/GridMovie.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMovie.ts#L18) +[src/parser/classes/GridMovie.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMovie.ts#L18) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/GridMovie.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMovie.ts#L13) +[src/parser/classes/GridMovie.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMovie.ts#L13) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/GridMovie.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMovie.ts#L12) +[src/parser/classes/GridMovie.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMovie.ts#L12) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -134,7 +134,7 @@ #### Defined in -[src/parser/classes/GridMovie.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridMovie.ts#L9) +[src/parser/classes/GridMovie.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridMovie.ts#L9) ## Methods @@ -172,7 +172,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -206,7 +206,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -240,7 +240,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -278,4 +278,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GridPlaylist.md b/docs/api/namespaces/YTNodes/classes/GridPlaylist.md index b030ba67..0d009f7a 100644 --- a/docs/api/namespaces/YTNodes/classes/GridPlaylist.md +++ b/docs/api/namespaces/YTNodes/classes/GridPlaylist.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/GridPlaylist.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridPlaylist.ts#L23) +[src/parser/classes/GridPlaylist.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridPlaylist.ts#L23) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/GridPlaylist.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridPlaylist.ts#L13) +[src/parser/classes/GridPlaylist.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridPlaylist.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/GridPlaylist.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridPlaylist.ts#L14) +[src/parser/classes/GridPlaylist.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridPlaylist.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/GridPlaylist.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridPlaylist.ts#L15) +[src/parser/classes/GridPlaylist.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridPlaylist.ts#L15) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/GridPlaylist.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridPlaylist.ts#L11) +[src/parser/classes/GridPlaylist.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridPlaylist.ts#L11) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/GridPlaylist.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridPlaylist.ts#L19) +[src/parser/classes/GridPlaylist.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridPlaylist.ts#L19) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/GridPlaylist.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridPlaylist.ts#L18) +[src/parser/classes/GridPlaylist.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridPlaylist.ts#L18) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/GridPlaylist.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridPlaylist.ts#L17) +[src/parser/classes/GridPlaylist.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridPlaylist.ts#L17) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/GridPlaylist.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridPlaylist.ts#L12) +[src/parser/classes/GridPlaylist.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridPlaylist.ts#L12) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/classes/GridPlaylist.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridPlaylist.ts#L20) +[src/parser/classes/GridPlaylist.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridPlaylist.ts#L20) *** @@ -140,7 +140,7 @@ #### Defined in -[src/parser/classes/GridPlaylist.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridPlaylist.ts#L21) +[src/parser/classes/GridPlaylist.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridPlaylist.ts#L21) *** @@ -150,7 +150,7 @@ #### Defined in -[src/parser/classes/GridPlaylist.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridPlaylist.ts#L16) +[src/parser/classes/GridPlaylist.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridPlaylist.ts#L16) *** @@ -164,7 +164,7 @@ #### Defined in -[src/parser/classes/GridPlaylist.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridPlaylist.ts#L9) +[src/parser/classes/GridPlaylist.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridPlaylist.ts#L9) ## Methods @@ -202,7 +202,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -236,7 +236,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -270,7 +270,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -308,4 +308,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GridShelfView.md b/docs/api/namespaces/YTNodes/classes/GridShelfView.md new file mode 100644 index 00000000..64b1f9ae --- /dev/null +++ b/docs/api/namespaces/YTNodes/classes/GridShelfView.md @@ -0,0 +1,271 @@ +[youtubei.js](../../../README.md) / [YTNodes](../README.md) / GridShelfView + +# Class: GridShelfView + +## Extends + +- [`YTNode`](../../Helpers/classes/YTNode.md) + +## Constructors + +### new GridShelfView() + +> **new GridShelfView**(`data`): [`GridShelfView`](GridShelfView.md) + +#### Parameters + +• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md) + +#### Returns + +[`GridShelfView`](GridShelfView.md) + +#### Overrides + +[`YTNode`](../../Helpers/classes/YTNode.md).[`constructor`](../../Helpers/classes/YTNode.md#constructors) + +#### Defined in + +[src/parser/classes/GridShelfView.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShelfView.ts#L17) + +## Properties + +### content\_aspect\_ratio + +> **content\_aspect\_ratio**: `string` + +#### Defined in + +[src/parser/classes/GridShelfView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShelfView.ts#L11) + +*** + +### contents + +> **contents**: [`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`YTNode`](../../Helpers/classes/YTNode.md)\> + +#### Defined in + +[src/parser/classes/GridShelfView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShelfView.ts#L9) + +*** + +### enable\_vertical\_expansion + +> **enable\_vertical\_expansion**: `boolean` + +#### Defined in + +[src/parser/classes/GridShelfView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShelfView.ts#L12) + +*** + +### header + +> **header**: `null` \| [`YTNode`](../../Helpers/classes/YTNode.md) + +#### Defined in + +[src/parser/classes/GridShelfView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShelfView.ts#L10) + +*** + +### min\_collapsed\_item\_count + +> **min\_collapsed\_item\_count**: `number` + +#### Defined in + +[src/parser/classes/GridShelfView.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShelfView.ts#L15) + +*** + +### show\_less\_button + +> **show\_less\_button**: `null` \| [`ButtonView`](ButtonView.md) + +#### Defined in + +[src/parser/classes/GridShelfView.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShelfView.ts#L14) + +*** + +### show\_more\_button + +> **show\_more\_button**: `null` \| [`ButtonView`](ButtonView.md) + +#### Defined in + +[src/parser/classes/GridShelfView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShelfView.ts#L13) + +*** + +### type + +> `readonly` **type**: `string` + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type) + +#### Defined in + +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) + +*** + +### type + +> `static` **type**: `string` = `'GridShelfView'` + +#### Overrides + +[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type-1) + +#### Defined in + +[src/parser/classes/GridShelfView.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShelfView.ts#L7) + +## Methods + +### as() + +> **as**\<`T`, `K`\>(...`types`): `InstanceType`\<`K`\[`number`\]\> + +Cast to one of the given types. + +#### Type Parameters + +• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md) + +• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[] + +#### Parameters + +• ...**types**: `K` + +The types to cast to + +#### Returns + +`InstanceType`\<`K`\[`number`\]\> + +The node cast to one of the given types + +#### Throws + +If the node is not of the given type + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`as`](../../Helpers/classes/YTNode.md#as) + +#### Defined in + +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) + +*** + +### hasKey() + +> **hasKey**\<`T`, `R`\>(`key`): `this is GridShelfView & { [k in string]: R }` + +Check for a key without asserting the type. + +#### Type Parameters + +• **T** *extends* `string` + +• **R** = `any` + +#### Parameters + +• **key**: `T` + +The key to check + +#### Returns + +`this is GridShelfView & { [k in string]: R }` + +Whether the node has the key + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`hasKey`](../../Helpers/classes/YTNode.md#haskey) + +#### Defined in + +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) + +*** + +### is() + +> **is**\<`T`, `K`\>(...`types`): `this is InstanceType` + +Check if the node is of the given type. + +#### Type Parameters + +• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md) + +• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[] + +#### Parameters + +• ...**types**: `K` + +The type to check + +#### Returns + +`this is InstanceType` + +whether the node is of the given type + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`is`](../../Helpers/classes/YTNode.md#is) + +#### Defined in + +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) + +*** + +### key() + +> **key**\<`T`, `R`\>(`key`): [`Maybe`](../../Helpers/classes/Maybe.md) + +Assert that the node has the given key and return it. + +#### Type Parameters + +• **T** *extends* `string` + +• **R** = `any` + +#### Parameters + +• **key**: `T` + +The key to check + +#### Returns + +[`Maybe`](../../Helpers/classes/Maybe.md) + +The value of the key wrapped in a Maybe + +#### Throws + +If the node does not have the key + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`key`](../../Helpers/classes/YTNode.md#key) + +#### Defined in + +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GridShow.md b/docs/api/namespaces/YTNodes/classes/GridShow.md index a7682e17..19744902 100644 --- a/docs/api/namespaces/YTNodes/classes/GridShow.md +++ b/docs/api/namespaces/YTNodes/classes/GridShow.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/GridShow.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridShow.ts#L20) +[src/parser/classes/GridShow.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShow.ts#L20) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/GridShow.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridShow.ts#L18) +[src/parser/classes/GridShow.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShow.ts#L18) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/GridShow.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridShow.ts#L15) +[src/parser/classes/GridShow.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShow.ts#L15) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/GridShow.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridShow.ts#L16) +[src/parser/classes/GridShow.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShow.ts#L16) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/GridShow.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridShow.ts#L17) +[src/parser/classes/GridShow.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShow.ts#L17) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/GridShow.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridShow.ts#L14) +[src/parser/classes/GridShow.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShow.ts#L14) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/GridShow.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridShow.ts#L13) +[src/parser/classes/GridShow.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShow.ts#L13) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/GridShow.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridShow.ts#L11) +[src/parser/classes/GridShow.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridShow.ts#L11) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GridVideo.md b/docs/api/namespaces/YTNodes/classes/GridVideo.md index c0bb8a9d..c85a7486 100644 --- a/docs/api/namespaces/YTNodes/classes/GridVideo.md +++ b/docs/api/namespaces/YTNodes/classes/GridVideo.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L29) +[src/parser/classes/GridVideo.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L29) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L19) +[src/parser/classes/GridVideo.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L19) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L24) +[src/parser/classes/GridVideo.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L24) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L18) +[src/parser/classes/GridVideo.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L18) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L22) +[src/parser/classes/GridVideo.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L22) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L27) +[src/parser/classes/GridVideo.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L27) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L23) +[src/parser/classes/GridVideo.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L23) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L17) +[src/parser/classes/GridVideo.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L17) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L16) +[src/parser/classes/GridVideo.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L16) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L21) +[src/parser/classes/GridVideo.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L21) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L15) +[src/parser/classes/GridVideo.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L15) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L14) +[src/parser/classes/GridVideo.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L14) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L13) +[src/parser/classes/GridVideo.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L13) *** @@ -160,7 +160,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -170,7 +170,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L25) +[src/parser/classes/GridVideo.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L25) *** @@ -180,7 +180,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L26) +[src/parser/classes/GridVideo.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L26) *** @@ -190,7 +190,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L12) +[src/parser/classes/GridVideo.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L12) *** @@ -200,7 +200,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L20) +[src/parser/classes/GridVideo.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L20) *** @@ -214,7 +214,7 @@ #### Defined in -[src/parser/classes/GridVideo.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L10) +[src/parser/classes/GridVideo.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L10) ## Accessors @@ -232,7 +232,7 @@ Use [`video_id`](GridVideo.md#video_id) instead. #### Defined in -[src/parser/classes/GridVideo.ts:60](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L60) +[src/parser/classes/GridVideo.ts:60](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L60) *** @@ -246,7 +246,7 @@ Use [`video_id`](GridVideo.md#video_id) instead. #### Defined in -[src/parser/classes/GridVideo.ts:64](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GridVideo.ts#L64) +[src/parser/classes/GridVideo.ts:64](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GridVideo.ts#L64) ## Methods @@ -284,7 +284,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -318,7 +318,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -352,7 +352,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -390,4 +390,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GuideCollapsibleEntry.md b/docs/api/namespaces/YTNodes/classes/GuideCollapsibleEntry.md index 57b9c4b2..3684642a 100644 --- a/docs/api/namespaces/YTNodes/classes/GuideCollapsibleEntry.md +++ b/docs/api/namespaces/YTNodes/classes/GuideCollapsibleEntry.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/GuideCollapsibleEntry.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideCollapsibleEntry.ts#L13) +[src/parser/classes/GuideCollapsibleEntry.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideCollapsibleEntry.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/GuideCollapsibleEntry.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideCollapsibleEntry.ts#L10) +[src/parser/classes/GuideCollapsibleEntry.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideCollapsibleEntry.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/GuideCollapsibleEntry.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideCollapsibleEntry.ts#L11) +[src/parser/classes/GuideCollapsibleEntry.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideCollapsibleEntry.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/GuideCollapsibleEntry.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideCollapsibleEntry.ts#L9) +[src/parser/classes/GuideCollapsibleEntry.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideCollapsibleEntry.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/GuideCollapsibleEntry.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideCollapsibleEntry.ts#L7) +[src/parser/classes/GuideCollapsibleEntry.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideCollapsibleEntry.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GuideCollapsibleSectionEntry.md b/docs/api/namespaces/YTNodes/classes/GuideCollapsibleSectionEntry.md index 731caee2..d475894f 100644 --- a/docs/api/namespaces/YTNodes/classes/GuideCollapsibleSectionEntry.md +++ b/docs/api/namespaces/YTNodes/classes/GuideCollapsibleSectionEntry.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/GuideCollapsibleSectionEntry.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideCollapsibleSectionEntry.ts#L13) +[src/parser/classes/GuideCollapsibleSectionEntry.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideCollapsibleSectionEntry.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/GuideCollapsibleSectionEntry.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideCollapsibleSectionEntry.ts#L10) +[src/parser/classes/GuideCollapsibleSectionEntry.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideCollapsibleSectionEntry.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/GuideCollapsibleSectionEntry.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideCollapsibleSectionEntry.ts#L9) +[src/parser/classes/GuideCollapsibleSectionEntry.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideCollapsibleSectionEntry.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/GuideCollapsibleSectionEntry.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideCollapsibleSectionEntry.ts#L8) +[src/parser/classes/GuideCollapsibleSectionEntry.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideCollapsibleSectionEntry.ts#L8) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/GuideCollapsibleSectionEntry.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideCollapsibleSectionEntry.ts#L11) +[src/parser/classes/GuideCollapsibleSectionEntry.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideCollapsibleSectionEntry.ts#L11) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/GuideCollapsibleSectionEntry.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideCollapsibleSectionEntry.ts#L6) +[src/parser/classes/GuideCollapsibleSectionEntry.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideCollapsibleSectionEntry.ts#L6) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GuideDownloadsEntry.md b/docs/api/namespaces/YTNodes/classes/GuideDownloadsEntry.md index bc8ede7c..71ffbfe9 100644 --- a/docs/api/namespaces/YTNodes/classes/GuideDownloadsEntry.md +++ b/docs/api/namespaces/YTNodes/classes/GuideDownloadsEntry.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/GuideDownloadsEntry.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideDownloadsEntry.ts#L9) +[src/parser/classes/GuideDownloadsEntry.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideDownloadsEntry.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/GuideDownloadsEntry.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideDownloadsEntry.ts#L7) +[src/parser/classes/GuideDownloadsEntry.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideDownloadsEntry.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/classes/GuideEntry.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideEntry.ts#L14) +[src/parser/classes/GuideEntry.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideEntry.ts#L14) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/GuideEntry.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideEntry.ts#L11) +[src/parser/classes/GuideEntry.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideEntry.ts#L11) *** @@ -78,7 +78,7 @@ #### Defined in -[src/parser/classes/GuideEntry.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideEntry.ts#L12) +[src/parser/classes/GuideEntry.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideEntry.ts#L12) *** @@ -92,7 +92,7 @@ #### Defined in -[src/parser/classes/GuideEntry.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideEntry.ts#L15) +[src/parser/classes/GuideEntry.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideEntry.ts#L15) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/GuideEntry.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideEntry.ts#L13) +[src/parser/classes/GuideEntry.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideEntry.ts#L13) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/classes/GuideEntry.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideEntry.ts#L10) +[src/parser/classes/GuideEntry.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideEntry.ts#L10) *** @@ -134,7 +134,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -148,7 +148,7 @@ #### Defined in -[src/parser/classes/GuideDownloadsEntry.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideDownloadsEntry.ts#L5) +[src/parser/classes/GuideDownloadsEntry.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideDownloadsEntry.ts#L5) ## Methods @@ -186,7 +186,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -220,7 +220,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -254,7 +254,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -292,4 +292,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GuideEntry.md b/docs/api/namespaces/YTNodes/classes/GuideEntry.md index 3cbb0ab2..0bdad8d8 100644 --- a/docs/api/namespaces/YTNodes/classes/GuideEntry.md +++ b/docs/api/namespaces/YTNodes/classes/GuideEntry.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/GuideEntry.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideEntry.ts#L17) +[src/parser/classes/GuideEntry.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideEntry.ts#L17) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/GuideEntry.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideEntry.ts#L14) +[src/parser/classes/GuideEntry.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideEntry.ts#L14) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/classes/GuideEntry.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideEntry.ts#L11) +[src/parser/classes/GuideEntry.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideEntry.ts#L11) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/classes/GuideEntry.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideEntry.ts#L12) +[src/parser/classes/GuideEntry.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideEntry.ts#L12) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/classes/GuideEntry.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideEntry.ts#L15) +[src/parser/classes/GuideEntry.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideEntry.ts#L15) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/classes/GuideEntry.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideEntry.ts#L13) +[src/parser/classes/GuideEntry.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideEntry.ts#L13) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/classes/GuideEntry.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideEntry.ts#L10) +[src/parser/classes/GuideEntry.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideEntry.ts#L10) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -118,7 +118,7 @@ #### Defined in -[src/parser/classes/GuideEntry.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideEntry.ts#L8) +[src/parser/classes/GuideEntry.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideEntry.ts#L8) ## Methods @@ -156,7 +156,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -190,7 +190,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -224,7 +224,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -262,4 +262,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GuideSection.md b/docs/api/namespaces/YTNodes/classes/GuideSection.md index cbc84744..dc931460 100644 --- a/docs/api/namespaces/YTNodes/classes/GuideSection.md +++ b/docs/api/namespaces/YTNodes/classes/GuideSection.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/GuideSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideSection.ts#L12) +[src/parser/classes/GuideSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideSection.ts#L12) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/GuideSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideSection.ts#L10) +[src/parser/classes/GuideSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideSection.ts#L10) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/classes/GuideSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideSection.ts#L9) +[src/parser/classes/GuideSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideSection.ts#L9) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -78,7 +78,7 @@ #### Defined in -[src/parser/classes/GuideSection.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideSection.ts#L7) +[src/parser/classes/GuideSection.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideSection.ts#L7) ## Methods @@ -116,7 +116,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -150,7 +150,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -184,7 +184,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -222,4 +222,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/GuideSubscriptionsSection.md b/docs/api/namespaces/YTNodes/classes/GuideSubscriptionsSection.md index f5567655..7911f34c 100644 --- a/docs/api/namespaces/YTNodes/classes/GuideSubscriptionsSection.md +++ b/docs/api/namespaces/YTNodes/classes/GuideSubscriptionsSection.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/GuideSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideSection.ts#L12) +[src/parser/classes/GuideSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideSection.ts#L12) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/GuideSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideSection.ts#L10) +[src/parser/classes/GuideSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideSection.ts#L10) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/GuideSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideSection.ts#L9) +[src/parser/classes/GuideSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideSection.ts#L9) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/GuideSubscriptionsSection.ts:4](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/GuideSubscriptionsSection.ts#L4) +[src/parser/classes/GuideSubscriptionsSection.ts:4](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/GuideSubscriptionsSection.ts#L4) ## Methods @@ -120,7 +120,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -154,7 +154,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -188,7 +188,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -226,4 +226,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/HashtagHeader.md b/docs/api/namespaces/YTNodes/classes/HashtagHeader.md index 2d333e97..c283f299 100644 --- a/docs/api/namespaces/YTNodes/classes/HashtagHeader.md +++ b/docs/api/namespaces/YTNodes/classes/HashtagHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/HashtagHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HashtagHeader.ts#L11) +[src/parser/classes/HashtagHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HashtagHeader.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/HashtagHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HashtagHeader.ts#L8) +[src/parser/classes/HashtagHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HashtagHeader.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/HashtagHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HashtagHeader.ts#L9) +[src/parser/classes/HashtagHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HashtagHeader.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/HashtagHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HashtagHeader.ts#L6) +[src/parser/classes/HashtagHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HashtagHeader.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/HashtagTile.md b/docs/api/namespaces/YTNodes/classes/HashtagTile.md index c9df3fd3..ac479750 100644 --- a/docs/api/namespaces/YTNodes/classes/HashtagTile.md +++ b/docs/api/namespaces/YTNodes/classes/HashtagTile.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/HashtagTile.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HashtagTile.ts#L18) +[src/parser/classes/HashtagTile.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HashtagTile.ts#L18) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/HashtagTile.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HashtagTile.ts#L13) +[src/parser/classes/HashtagTile.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HashtagTile.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/HashtagTile.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HashtagTile.ts#L10) +[src/parser/classes/HashtagTile.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HashtagTile.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/HashtagTile.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HashtagTile.ts#L14) +[src/parser/classes/HashtagTile.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HashtagTile.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/HashtagTile.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HashtagTile.ts#L16) +[src/parser/classes/HashtagTile.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HashtagTile.ts#L16) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/HashtagTile.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HashtagTile.ts#L11) +[src/parser/classes/HashtagTile.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HashtagTile.ts#L11) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/HashtagTile.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HashtagTile.ts#L12) +[src/parser/classes/HashtagTile.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HashtagTile.ts#L12) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/HashtagTile.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HashtagTile.ts#L15) +[src/parser/classes/HashtagTile.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HashtagTile.ts#L15) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/HashtagTile.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HashtagTile.ts#L8) +[src/parser/classes/HashtagTile.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HashtagTile.ts#L8) ## Methods @@ -162,7 +162,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -196,7 +196,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -230,7 +230,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -268,4 +268,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/HeatMarker.md b/docs/api/namespaces/YTNodes/classes/HeatMarker.md index 7544692c..846215c0 100644 --- a/docs/api/namespaces/YTNodes/classes/HeatMarker.md +++ b/docs/api/namespaces/YTNodes/classes/HeatMarker.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/HeatMarker.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HeatMarker.ts#L11) +[src/parser/classes/HeatMarker.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HeatMarker.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/HeatMarker.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HeatMarker.ts#L9) +[src/parser/classes/HeatMarker.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HeatMarker.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/HeatMarker.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HeatMarker.ts#L8) +[src/parser/classes/HeatMarker.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HeatMarker.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/HeatMarker.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HeatMarker.ts#L7) +[src/parser/classes/HeatMarker.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HeatMarker.ts#L7) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/HeatMarker.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HeatMarker.ts#L5) +[src/parser/classes/HeatMarker.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HeatMarker.ts#L5) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Heatmap.md b/docs/api/namespaces/YTNodes/classes/Heatmap.md index d533a2ab..deeb616e 100644 --- a/docs/api/namespaces/YTNodes/classes/Heatmap.md +++ b/docs/api/namespaces/YTNodes/classes/Heatmap.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Heatmap.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Heatmap.ts#L15) +[src/parser/classes/Heatmap.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Heatmap.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Heatmap.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Heatmap.ts#L12) +[src/parser/classes/Heatmap.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Heatmap.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Heatmap.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Heatmap.ts#L13) +[src/parser/classes/Heatmap.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Heatmap.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/Heatmap.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Heatmap.ts#L9) +[src/parser/classes/Heatmap.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Heatmap.ts#L9) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/Heatmap.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Heatmap.ts#L10) +[src/parser/classes/Heatmap.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Heatmap.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/Heatmap.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Heatmap.ts#L11) +[src/parser/classes/Heatmap.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Heatmap.ts#L11) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/Heatmap.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Heatmap.ts#L7) +[src/parser/classes/Heatmap.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Heatmap.ts#L7) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/HeroPlaylistThumbnail.md b/docs/api/namespaces/YTNodes/classes/HeroPlaylistThumbnail.md index 1c12cd05..d781ba6d 100644 --- a/docs/api/namespaces/YTNodes/classes/HeroPlaylistThumbnail.md +++ b/docs/api/namespaces/YTNodes/classes/HeroPlaylistThumbnail.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/HeroPlaylistThumbnail.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HeroPlaylistThumbnail.ts#L12) +[src/parser/classes/HeroPlaylistThumbnail.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HeroPlaylistThumbnail.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/HeroPlaylistThumbnail.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HeroPlaylistThumbnail.ts#L10) +[src/parser/classes/HeroPlaylistThumbnail.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HeroPlaylistThumbnail.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/HeroPlaylistThumbnail.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HeroPlaylistThumbnail.ts#L9) +[src/parser/classes/HeroPlaylistThumbnail.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HeroPlaylistThumbnail.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/HeroPlaylistThumbnail.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HeroPlaylistThumbnail.ts#L7) +[src/parser/classes/HeroPlaylistThumbnail.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HeroPlaylistThumbnail.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/HideEngagementPanelEndpoint.md b/docs/api/namespaces/YTNodes/classes/HideEngagementPanelEndpoint.md index 9de82a7e..33d4091a 100644 --- a/docs/api/namespaces/YTNodes/classes/HideEngagementPanelEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/HideEngagementPanelEndpoint.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/endpoints/HideEngagementPanelEndpoint.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/HideEngagementPanelEndpoint.ts#L9) +[src/parser/classes/endpoints/HideEngagementPanelEndpoint.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/HideEngagementPanelEndpoint.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/endpoints/HideEngagementPanelEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/HideEngagementPanelEndpoint.ts#L7) +[src/parser/classes/endpoints/HideEngagementPanelEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/HideEngagementPanelEndpoint.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/endpoints/HideEngagementPanelEndpoint.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/HideEngagementPanelEndpoint.ts#L5) +[src/parser/classes/endpoints/HideEngagementPanelEndpoint.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/HideEngagementPanelEndpoint.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/HighlightsCarousel.md b/docs/api/namespaces/YTNodes/classes/HighlightsCarousel.md index a0da2a12..063a0933 100644 --- a/docs/api/namespaces/YTNodes/classes/HighlightsCarousel.md +++ b/docs/api/namespaces/YTNodes/classes/HighlightsCarousel.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/HighlightsCarousel.ts:74](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HighlightsCarousel.ts#L74) +[src/parser/classes/HighlightsCarousel.ts:74](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HighlightsCarousel.ts#L74) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/HighlightsCarousel.ts:72](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HighlightsCarousel.ts#L72) +[src/parser/classes/HighlightsCarousel.ts:72](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HighlightsCarousel.ts#L72) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/HighlightsCarousel.ts:70](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HighlightsCarousel.ts#L70) +[src/parser/classes/HighlightsCarousel.ts:70](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HighlightsCarousel.ts#L70) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/HistorySuggestion.md b/docs/api/namespaces/YTNodes/classes/HistorySuggestion.md index d8997af7..adb8cce9 100644 --- a/docs/api/namespaces/YTNodes/classes/HistorySuggestion.md +++ b/docs/api/namespaces/YTNodes/classes/HistorySuggestion.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/HistorySuggestion.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HistorySuggestion.ts#L7) +[src/parser/classes/HistorySuggestion.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HistorySuggestion.ts#L7) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/SearchSuggestion.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSuggestion.ts#L10) +[src/parser/classes/SearchSuggestion.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSuggestion.ts#L10) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/SearchSuggestion.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSuggestion.ts#L11) +[src/parser/classes/SearchSuggestion.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSuggestion.ts#L11) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/classes/SearchSuggestion.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSuggestion.ts#L12) +[src/parser/classes/SearchSuggestion.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSuggestion.ts#L12) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/SearchSuggestion.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSuggestion.ts#L9) +[src/parser/classes/SearchSuggestion.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSuggestion.ts#L9) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/HistorySuggestion.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HistorySuggestion.ts#L5) +[src/parser/classes/HistorySuggestion.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HistorySuggestion.ts#L5) ## Methods @@ -148,7 +148,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -182,7 +182,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -216,7 +216,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -254,4 +254,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/HorizontalCardList.md b/docs/api/namespaces/YTNodes/classes/HorizontalCardList.md index 81af070a..86d90b38 100644 --- a/docs/api/namespaces/YTNodes/classes/HorizontalCardList.md +++ b/docs/api/namespaces/YTNodes/classes/HorizontalCardList.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/HorizontalCardList.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalCardList.ts#L18) +[src/parser/classes/HorizontalCardList.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalCardList.ts#L18) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/HorizontalCardList.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalCardList.ts#L13) +[src/parser/classes/HorizontalCardList.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalCardList.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/HorizontalCardList.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalCardList.ts#L14) +[src/parser/classes/HorizontalCardList.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalCardList.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/HorizontalCardList.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalCardList.ts#L16) +[src/parser/classes/HorizontalCardList.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalCardList.ts#L16) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/HorizontalCardList.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalCardList.ts#L15) +[src/parser/classes/HorizontalCardList.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalCardList.ts#L15) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/HorizontalCardList.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalCardList.ts#L11) +[src/parser/classes/HorizontalCardList.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalCardList.ts#L11) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/HorizontalList.md b/docs/api/namespaces/YTNodes/classes/HorizontalList.md index 2671a814..608102c7 100644 --- a/docs/api/namespaces/YTNodes/classes/HorizontalList.md +++ b/docs/api/namespaces/YTNodes/classes/HorizontalList.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/HorizontalList.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalList.ts#L10) +[src/parser/classes/HorizontalList.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalList.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/HorizontalList.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalList.ts#L8) +[src/parser/classes/HorizontalList.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalList.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/classes/HorizontalList.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalList.ts#L7) +[src/parser/classes/HorizontalList.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalList.ts#L7) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/HorizontalList.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalList.ts#L5) +[src/parser/classes/HorizontalList.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalList.ts#L5) ## Accessors @@ -88,7 +88,7 @@ #### Defined in -[src/parser/classes/HorizontalList.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalList.ts#L17) +[src/parser/classes/HorizontalList.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalList.ts#L17) ## Methods @@ -126,7 +126,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -160,7 +160,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -194,7 +194,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -232,4 +232,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/HorizontalMovieList.md b/docs/api/namespaces/YTNodes/classes/HorizontalMovieList.md index 02aa1e38..bcfd9d6e 100644 --- a/docs/api/namespaces/YTNodes/classes/HorizontalMovieList.md +++ b/docs/api/namespaces/YTNodes/classes/HorizontalMovieList.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/HorizontalMovieList.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalMovieList.ts#L12) +[src/parser/classes/HorizontalMovieList.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalMovieList.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/HorizontalMovieList.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalMovieList.ts#L8) +[src/parser/classes/HorizontalMovieList.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalMovieList.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/HorizontalMovieList.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalMovieList.ts#L10) +[src/parser/classes/HorizontalMovieList.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalMovieList.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/HorizontalMovieList.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalMovieList.ts#L9) +[src/parser/classes/HorizontalMovieList.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalMovieList.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/HorizontalMovieList.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalMovieList.ts#L6) +[src/parser/classes/HorizontalMovieList.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalMovieList.ts#L6) ## Accessors @@ -98,7 +98,7 @@ #### Defined in -[src/parser/classes/HorizontalMovieList.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HorizontalMovieList.ts#L20) +[src/parser/classes/HorizontalMovieList.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HorizontalMovieList.ts#L20) ## Methods @@ -136,7 +136,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -170,7 +170,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -204,7 +204,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -242,4 +242,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/HowThisWasMadeSectionView.md b/docs/api/namespaces/YTNodes/classes/HowThisWasMadeSectionView.md index 62fe4be9..3f5d5545 100644 --- a/docs/api/namespaces/YTNodes/classes/HowThisWasMadeSectionView.md +++ b/docs/api/namespaces/YTNodes/classes/HowThisWasMadeSectionView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/HowThisWasMadeSectionView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HowThisWasMadeSectionView.ts#L12) +[src/parser/classes/HowThisWasMadeSectionView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HowThisWasMadeSectionView.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/HowThisWasMadeSectionView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HowThisWasMadeSectionView.ts#L10) +[src/parser/classes/HowThisWasMadeSectionView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HowThisWasMadeSectionView.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/HowThisWasMadeSectionView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HowThisWasMadeSectionView.ts#L9) +[src/parser/classes/HowThisWasMadeSectionView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HowThisWasMadeSectionView.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/HowThisWasMadeSectionView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HowThisWasMadeSectionView.ts#L8) +[src/parser/classes/HowThisWasMadeSectionView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HowThisWasMadeSectionView.ts#L8) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/HowThisWasMadeSectionView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/HowThisWasMadeSectionView.ts#L6) +[src/parser/classes/HowThisWasMadeSectionView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HowThisWasMadeSectionView.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/HypePointsFactoid.md b/docs/api/namespaces/YTNodes/classes/HypePointsFactoid.md new file mode 100644 index 00000000..bf42b894 --- /dev/null +++ b/docs/api/namespaces/YTNodes/classes/HypePointsFactoid.md @@ -0,0 +1,211 @@ +[youtubei.js](../../../README.md) / [YTNodes](../README.md) / HypePointsFactoid + +# Class: HypePointsFactoid + +## Extends + +- [`YTNode`](../../Helpers/classes/YTNode.md) + +## Constructors + +### new HypePointsFactoid() + +> **new HypePointsFactoid**(`data`): [`HypePointsFactoid`](HypePointsFactoid.md) + +#### Parameters + +• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md) + +#### Returns + +[`HypePointsFactoid`](HypePointsFactoid.md) + +#### Overrides + +[`YTNode`](../../Helpers/classes/YTNode.md).[`constructor`](../../Helpers/classes/YTNode.md#constructors) + +#### Defined in + +[src/parser/classes/HypePointsFactoid.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HypePointsFactoid.ts#L10) + +## Properties + +### factoid + +> **factoid**: `null` \| [`Factoid`](Factoid.md) + +#### Defined in + +[src/parser/classes/HypePointsFactoid.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HypePointsFactoid.ts#L8) + +*** + +### type + +> `readonly` **type**: `string` + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type) + +#### Defined in + +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) + +*** + +### type + +> `static` **type**: `string` = `'HypePointsFactoid'` + +#### Overrides + +[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type-1) + +#### Defined in + +[src/parser/classes/HypePointsFactoid.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/HypePointsFactoid.ts#L6) + +## Methods + +### as() + +> **as**\<`T`, `K`\>(...`types`): `InstanceType`\<`K`\[`number`\]\> + +Cast to one of the given types. + +#### Type Parameters + +• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md) + +• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[] + +#### Parameters + +• ...**types**: `K` + +The types to cast to + +#### Returns + +`InstanceType`\<`K`\[`number`\]\> + +The node cast to one of the given types + +#### Throws + +If the node is not of the given type + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`as`](../../Helpers/classes/YTNode.md#as) + +#### Defined in + +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) + +*** + +### hasKey() + +> **hasKey**\<`T`, `R`\>(`key`): `this is HypePointsFactoid & { [k in string]: R }` + +Check for a key without asserting the type. + +#### Type Parameters + +• **T** *extends* `string` + +• **R** = `any` + +#### Parameters + +• **key**: `T` + +The key to check + +#### Returns + +`this is HypePointsFactoid & { [k in string]: R }` + +Whether the node has the key + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`hasKey`](../../Helpers/classes/YTNode.md#haskey) + +#### Defined in + +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) + +*** + +### is() + +> **is**\<`T`, `K`\>(...`types`): `this is InstanceType` + +Check if the node is of the given type. + +#### Type Parameters + +• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md) + +• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[] + +#### Parameters + +• ...**types**: `K` + +The type to check + +#### Returns + +`this is InstanceType` + +whether the node is of the given type + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`is`](../../Helpers/classes/YTNode.md#is) + +#### Defined in + +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) + +*** + +### key() + +> **key**\<`T`, `R`\>(`key`): [`Maybe`](../../Helpers/classes/Maybe.md) + +Assert that the node has the given key and return it. + +#### Type Parameters + +• **T** *extends* `string` + +• **R** = `any` + +#### Parameters + +• **key**: `T` + +The key to check + +#### Returns + +[`Maybe`](../../Helpers/classes/Maybe.md) + +The value of the key wrapped in a Maybe + +#### Throws + +If the node does not have the key + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`key`](../../Helpers/classes/YTNode.md#key) + +#### Defined in + +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/IconLink.md b/docs/api/namespaces/YTNodes/classes/IconLink.md index 11ca5312..b2b7600e 100644 --- a/docs/api/namespaces/YTNodes/classes/IconLink.md +++ b/docs/api/namespaces/YTNodes/classes/IconLink.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/IconLink.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/IconLink.ts#L13) +[src/parser/classes/IconLink.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/IconLink.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/IconLink.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/IconLink.ts#L11) +[src/parser/classes/IconLink.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/IconLink.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/IconLink.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/IconLink.ts#L9) +[src/parser/classes/IconLink.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/IconLink.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/IconLink.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/IconLink.ts#L10) +[src/parser/classes/IconLink.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/IconLink.ts#L10) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/IconLink.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/IconLink.ts#L7) +[src/parser/classes/IconLink.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/IconLink.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ImageBannerView.md b/docs/api/namespaces/YTNodes/classes/ImageBannerView.md index 3aa9ff77..f84e3fd2 100644 --- a/docs/api/namespaces/YTNodes/classes/ImageBannerView.md +++ b/docs/api/namespaces/YTNodes/classes/ImageBannerView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ImageBannerView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ImageBannerView.ts#L11) +[src/parser/classes/ImageBannerView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ImageBannerView.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ImageBannerView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ImageBannerView.ts#L8) +[src/parser/classes/ImageBannerView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ImageBannerView.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ImageBannerView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ImageBannerView.ts#L9) +[src/parser/classes/ImageBannerView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ImageBannerView.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ImageBannerView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ImageBannerView.ts#L6) +[src/parser/classes/ImageBannerView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ImageBannerView.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/IncludingResultsFor.md b/docs/api/namespaces/YTNodes/classes/IncludingResultsFor.md index 06f80770..e3ee699f 100644 --- a/docs/api/namespaces/YTNodes/classes/IncludingResultsFor.md +++ b/docs/api/namespaces/YTNodes/classes/IncludingResultsFor.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/IncludingResultsFor.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/IncludingResultsFor.ts#L16) +[src/parser/classes/IncludingResultsFor.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/IncludingResultsFor.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/IncludingResultsFor.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/IncludingResultsFor.ts#L10) +[src/parser/classes/IncludingResultsFor.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/IncludingResultsFor.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/IncludingResultsFor.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/IncludingResultsFor.ts#L11) +[src/parser/classes/IncludingResultsFor.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/IncludingResultsFor.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/IncludingResultsFor.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/IncludingResultsFor.ts#L9) +[src/parser/classes/IncludingResultsFor.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/IncludingResultsFor.ts#L9) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/IncludingResultsFor.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/IncludingResultsFor.ts#L13) +[src/parser/classes/IncludingResultsFor.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/IncludingResultsFor.ts#L13) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/IncludingResultsFor.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/IncludingResultsFor.ts#L14) +[src/parser/classes/IncludingResultsFor.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/IncludingResultsFor.ts#L14) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/IncludingResultsFor.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/IncludingResultsFor.ts#L12) +[src/parser/classes/IncludingResultsFor.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/IncludingResultsFor.ts#L12) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/IncludingResultsFor.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/IncludingResultsFor.ts#L7) +[src/parser/classes/IncludingResultsFor.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/IncludingResultsFor.ts#L7) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/InfoPanelContainer.md b/docs/api/namespaces/YTNodes/classes/InfoPanelContainer.md index 9d406d18..e1732b44 100644 --- a/docs/api/namespaces/YTNodes/classes/InfoPanelContainer.md +++ b/docs/api/namespaces/YTNodes/classes/InfoPanelContainer.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/InfoPanelContainer.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContainer.ts#L19) +[src/parser/classes/InfoPanelContainer.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContainer.ts#L19) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/InfoPanelContainer.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContainer.ts#L15) +[src/parser/classes/InfoPanelContainer.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContainer.ts#L15) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/InfoPanelContainer.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContainer.ts#L13) +[src/parser/classes/InfoPanelContainer.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContainer.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/InfoPanelContainer.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContainer.ts#L14) +[src/parser/classes/InfoPanelContainer.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContainer.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/InfoPanelContainer.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContainer.ts#L17) +[src/parser/classes/InfoPanelContainer.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContainer.ts#L17) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/InfoPanelContainer.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContainer.ts#L12) +[src/parser/classes/InfoPanelContainer.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContainer.ts#L12) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/InfoPanelContainer.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContainer.ts#L11) +[src/parser/classes/InfoPanelContainer.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContainer.ts#L11) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/InfoPanelContainer.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContainer.ts#L16) +[src/parser/classes/InfoPanelContainer.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContainer.ts#L16) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/InfoPanelContainer.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContainer.ts#L9) +[src/parser/classes/InfoPanelContainer.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContainer.ts#L9) ## Methods @@ -162,7 +162,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -196,7 +196,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -230,7 +230,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -268,4 +268,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/InfoPanelContent.md b/docs/api/namespaces/YTNodes/classes/InfoPanelContent.md index e0161f52..b1cccf28 100644 --- a/docs/api/namespaces/YTNodes/classes/InfoPanelContent.md +++ b/docs/api/namespaces/YTNodes/classes/InfoPanelContent.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/InfoPanelContent.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContent.ts#L21) +[src/parser/classes/InfoPanelContent.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContent.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/InfoPanelContent.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContent.ts#L14) +[src/parser/classes/InfoPanelContent.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContent.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/InfoPanelContent.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContent.ts#L18) +[src/parser/classes/InfoPanelContent.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContent.ts#L18) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/InfoPanelContent.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContent.ts#L19) +[src/parser/classes/InfoPanelContent.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContent.ts#L19) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/InfoPanelContent.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContent.ts#L13) +[src/parser/classes/InfoPanelContent.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContent.ts#L13) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/InfoPanelContent.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContent.ts#L12) +[src/parser/classes/InfoPanelContent.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContent.ts#L12) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/InfoPanelContent.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContent.ts#L16) +[src/parser/classes/InfoPanelContent.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContent.ts#L16) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/InfoPanelContent.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContent.ts#L15) +[src/parser/classes/InfoPanelContent.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContent.ts#L15) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/InfoPanelContent.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContent.ts#L11) +[src/parser/classes/InfoPanelContent.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContent.ts#L11) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/InfoPanelContent.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContent.ts#L17) +[src/parser/classes/InfoPanelContent.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContent.ts#L17) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/InfoPanelContent.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoPanelContent.ts#L9) +[src/parser/classes/InfoPanelContent.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoPanelContent.ts#L9) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/InfoRow.md b/docs/api/namespaces/YTNodes/classes/InfoRow.md index 8146d241..ac4ae7e7 100644 --- a/docs/api/namespaces/YTNodes/classes/InfoRow.md +++ b/docs/api/namespaces/YTNodes/classes/InfoRow.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/InfoRow.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoRow.ts#L13) +[src/parser/classes/InfoRow.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoRow.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/InfoRow.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoRow.ts#L9) +[src/parser/classes/InfoRow.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoRow.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/InfoRow.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoRow.ts#L10) +[src/parser/classes/InfoRow.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoRow.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/InfoRow.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoRow.ts#L11) +[src/parser/classes/InfoRow.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoRow.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/InfoRow.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoRow.ts#L8) +[src/parser/classes/InfoRow.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoRow.ts#L8) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/InfoRow.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InfoRow.ts#L6) +[src/parser/classes/InfoRow.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InfoRow.ts#L6) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/InteractiveTabbedHeader.md b/docs/api/namespaces/YTNodes/classes/InteractiveTabbedHeader.md index 443a54e0..23b104a4 100644 --- a/docs/api/namespaces/YTNodes/classes/InteractiveTabbedHeader.md +++ b/docs/api/namespaces/YTNodes/classes/InteractiveTabbedHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/InteractiveTabbedHeader.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InteractiveTabbedHeader.ts#L23) +[src/parser/classes/InteractiveTabbedHeader.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InteractiveTabbedHeader.ts#L23) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/InteractiveTabbedHeader.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InteractiveTabbedHeader.ts#L21) +[src/parser/classes/InteractiveTabbedHeader.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InteractiveTabbedHeader.ts#L21) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/InteractiveTabbedHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InteractiveTabbedHeader.ts#L17) +[src/parser/classes/InteractiveTabbedHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InteractiveTabbedHeader.ts#L17) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/InteractiveTabbedHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InteractiveTabbedHeader.ts#L19) +[src/parser/classes/InteractiveTabbedHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InteractiveTabbedHeader.ts#L19) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/InteractiveTabbedHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InteractiveTabbedHeader.ts#L18) +[src/parser/classes/InteractiveTabbedHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InteractiveTabbedHeader.ts#L18) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/InteractiveTabbedHeader.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InteractiveTabbedHeader.ts#L20) +[src/parser/classes/InteractiveTabbedHeader.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InteractiveTabbedHeader.ts#L20) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/InteractiveTabbedHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InteractiveTabbedHeader.ts#L15) +[src/parser/classes/InteractiveTabbedHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InteractiveTabbedHeader.ts#L15) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/InteractiveTabbedHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InteractiveTabbedHeader.ts#L13) +[src/parser/classes/InteractiveTabbedHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InteractiveTabbedHeader.ts#L13) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/InteractiveTabbedHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InteractiveTabbedHeader.ts#L16) +[src/parser/classes/InteractiveTabbedHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InteractiveTabbedHeader.ts#L16) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/InteractiveTabbedHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InteractiveTabbedHeader.ts#L14) +[src/parser/classes/InteractiveTabbedHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InteractiveTabbedHeader.ts#L14) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/InteractiveTabbedHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/InteractiveTabbedHeader.ts#L11) +[src/parser/classes/InteractiveTabbedHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/InteractiveTabbedHeader.ts#L11) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ItemSection.md b/docs/api/namespaces/YTNodes/classes/ItemSection.md index c2d94689..e2fda862 100644 --- a/docs/api/namespaces/YTNodes/classes/ItemSection.md +++ b/docs/api/namespaces/YTNodes/classes/ItemSection.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ItemSection.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSection.ts#L17) +[src/parser/classes/ItemSection.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSection.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ItemSection.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSection.ts#L13) +[src/parser/classes/ItemSection.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSection.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ItemSection.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSection.ts#L15) +[src/parser/classes/ItemSection.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSection.ts#L15) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ItemSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSection.ts#L12) +[src/parser/classes/ItemSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSection.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ItemSection.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSection.ts#L14) +[src/parser/classes/ItemSection.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSection.ts#L14) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/ItemSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSection.ts#L10) +[src/parser/classes/ItemSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSection.ts#L10) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ItemSectionHeader.md b/docs/api/namespaces/YTNodes/classes/ItemSectionHeader.md index 59dae729..4020497f 100644 --- a/docs/api/namespaces/YTNodes/classes/ItemSectionHeader.md +++ b/docs/api/namespaces/YTNodes/classes/ItemSectionHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ItemSectionHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSectionHeader.ts#L10) +[src/parser/classes/ItemSectionHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSectionHeader.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ItemSectionHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSectionHeader.ts#L8) +[src/parser/classes/ItemSectionHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSectionHeader.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ItemSectionHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSectionHeader.ts#L6) +[src/parser/classes/ItemSectionHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSectionHeader.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ItemSectionTab.md b/docs/api/namespaces/YTNodes/classes/ItemSectionTab.md index 0a49f758..d0964e43 100644 --- a/docs/api/namespaces/YTNodes/classes/ItemSectionTab.md +++ b/docs/api/namespaces/YTNodes/classes/ItemSectionTab.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ItemSectionTab.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSectionTab.ts#L13) +[src/parser/classes/ItemSectionTab.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSectionTab.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ItemSectionTab.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSectionTab.ts#L11) +[src/parser/classes/ItemSectionTab.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSectionTab.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ItemSectionTab.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSectionTab.ts#L10) +[src/parser/classes/ItemSectionTab.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSectionTab.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ItemSectionTab.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSectionTab.ts#L9) +[src/parser/classes/ItemSectionTab.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSectionTab.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/ItemSectionTab.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSectionTab.ts#L7) +[src/parser/classes/ItemSectionTab.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSectionTab.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ItemSectionTabbedHeader.md b/docs/api/namespaces/YTNodes/classes/ItemSectionTabbedHeader.md index a9cafa3a..a3638eac 100644 --- a/docs/api/namespaces/YTNodes/classes/ItemSectionTabbedHeader.md +++ b/docs/api/namespaces/YTNodes/classes/ItemSectionTabbedHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ItemSectionTabbedHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSectionTabbedHeader.ts#L13) +[src/parser/classes/ItemSectionTabbedHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSectionTabbedHeader.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ItemSectionTabbedHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSectionTabbedHeader.ts#L11) +[src/parser/classes/ItemSectionTabbedHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSectionTabbedHeader.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ItemSectionTabbedHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSectionTabbedHeader.ts#L10) +[src/parser/classes/ItemSectionTabbedHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSectionTabbedHeader.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ItemSectionTabbedHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSectionTabbedHeader.ts#L9) +[src/parser/classes/ItemSectionTabbedHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSectionTabbedHeader.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/ItemSectionTabbedHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ItemSectionTabbedHeader.ts#L7) +[src/parser/classes/ItemSectionTabbedHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ItemSectionTabbedHeader.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/KidsBlocklistPicker.md b/docs/api/namespaces/YTNodes/classes/KidsBlocklistPicker.md index e986af6b..fcc00c1b 100644 --- a/docs/api/namespaces/YTNodes/classes/KidsBlocklistPicker.md +++ b/docs/api/namespaces/YTNodes/classes/KidsBlocklistPicker.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsBlocklistPicker.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsBlocklistPicker.ts#L15) +[src/parser/classes/ytkids/KidsBlocklistPicker.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsBlocklistPicker.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsBlocklistPicker.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsBlocklistPicker.ts#L11) +[src/parser/classes/ytkids/KidsBlocklistPicker.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsBlocklistPicker.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsBlocklistPicker.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsBlocklistPicker.ts#L12) +[src/parser/classes/ytkids/KidsBlocklistPicker.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsBlocklistPicker.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsBlocklistPicker.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsBlocklistPicker.ts#L13) +[src/parser/classes/ytkids/KidsBlocklistPicker.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsBlocklistPicker.ts#L13) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsBlocklistPicker.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsBlocklistPicker.ts#L10) +[src/parser/classes/ytkids/KidsBlocklistPicker.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsBlocklistPicker.ts#L10) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsBlocklistPicker.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsBlocklistPicker.ts#L8) +[src/parser/classes/ytkids/KidsBlocklistPicker.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsBlocklistPicker.ts#L8) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/KidsBlocklistPickerItem.md b/docs/api/namespaces/YTNodes/classes/KidsBlocklistPickerItem.md index 015d2d2f..b49c23ee 100644 --- a/docs/api/namespaces/YTNodes/classes/KidsBlocklistPickerItem.md +++ b/docs/api/namespaces/YTNodes/classes/KidsBlocklistPickerItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L21) +[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L17) +[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L17) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L18) +[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L18) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L19) +[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L19) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L16) +[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L16) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L15) +[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L15) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L11) +[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L11) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L30) +[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L30) *** @@ -190,7 +190,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -224,7 +224,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -262,7 +262,7 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) *** @@ -280,4 +280,4 @@ If the node does not have the key #### Defined in -[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L46) +[src/parser/classes/ytkids/KidsBlocklistPickerItem.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsBlocklistPickerItem.ts#L46) diff --git a/docs/api/namespaces/YTNodes/classes/KidsCategoriesHeader.md b/docs/api/namespaces/YTNodes/classes/KidsCategoriesHeader.md index 4e7279e7..c2c4f24b 100644 --- a/docs/api/namespaces/YTNodes/classes/KidsCategoriesHeader.md +++ b/docs/api/namespaces/YTNodes/classes/KidsCategoriesHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsCategoriesHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsCategoriesHeader.ts#L13) +[src/parser/classes/ytkids/KidsCategoriesHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsCategoriesHeader.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsCategoriesHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsCategoriesHeader.ts#L10) +[src/parser/classes/ytkids/KidsCategoriesHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsCategoriesHeader.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsCategoriesHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsCategoriesHeader.ts#L11) +[src/parser/classes/ytkids/KidsCategoriesHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsCategoriesHeader.ts#L11) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsCategoriesHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsCategoriesHeader.ts#L8) +[src/parser/classes/ytkids/KidsCategoriesHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsCategoriesHeader.ts#L8) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/KidsCategoryTab.md b/docs/api/namespaces/YTNodes/classes/KidsCategoryTab.md index 9e375875..3832476b 100644 --- a/docs/api/namespaces/YTNodes/classes/KidsCategoryTab.md +++ b/docs/api/namespaces/YTNodes/classes/KidsCategoryTab.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsCategoryTab.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsCategoryTab.ts#L17) +[src/parser/classes/ytkids/KidsCategoryTab.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsCategoryTab.ts#L17) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsCategoryTab.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsCategoryTab.ts#L10) +[src/parser/classes/ytkids/KidsCategoryTab.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsCategoryTab.ts#L10) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsCategoryTab.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsCategoryTab.ts#L14) +[src/parser/classes/ytkids/KidsCategoryTab.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsCategoryTab.ts#L14) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsCategoryTab.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsCategoryTab.ts#L15) +[src/parser/classes/ytkids/KidsCategoryTab.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsCategoryTab.ts#L15) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsCategoryTab.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsCategoryTab.ts#L9) +[src/parser/classes/ytkids/KidsCategoryTab.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsCategoryTab.ts#L9) *** @@ -88,7 +88,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -102,7 +102,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsCategoryTab.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsCategoryTab.ts#L7) +[src/parser/classes/ytkids/KidsCategoryTab.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsCategoryTab.ts#L7) ## Methods @@ -140,7 +140,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -174,7 +174,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -208,7 +208,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -246,4 +246,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/KidsHomeScreen.md b/docs/api/namespaces/YTNodes/classes/KidsHomeScreen.md index 3f9fa8a2..7525f630 100644 --- a/docs/api/namespaces/YTNodes/classes/KidsHomeScreen.md +++ b/docs/api/namespaces/YTNodes/classes/KidsHomeScreen.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsHomeScreen.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsHomeScreen.ts#L11) +[src/parser/classes/ytkids/KidsHomeScreen.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsHomeScreen.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsHomeScreen.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsHomeScreen.ts#L9) +[src/parser/classes/ytkids/KidsHomeScreen.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsHomeScreen.ts#L9) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ytkids/KidsHomeScreen.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ytkids/KidsHomeScreen.ts#L7) +[src/parser/classes/ytkids/KidsHomeScreen.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ytkids/KidsHomeScreen.ts#L7) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LikeButton.md b/docs/api/namespaces/YTNodes/classes/LikeButton.md index 8b274c4e..ef1daf74 100644 --- a/docs/api/namespaces/YTNodes/classes/LikeButton.md +++ b/docs/api/namespaces/YTNodes/classes/LikeButton.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/LikeButton.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LikeButton.ts#L16) +[src/parser/classes/LikeButton.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LikeButton.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/LikeButton.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LikeButton.ts#L14) +[src/parser/classes/LikeButton.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LikeButton.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/LikeButton.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LikeButton.ts#L12) +[src/parser/classes/LikeButton.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LikeButton.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/LikeButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LikeButton.ts#L13) +[src/parser/classes/LikeButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LikeButton.ts#L13) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/classes/LikeButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LikeButton.ts#L8) +[src/parser/classes/LikeButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LikeButton.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -98,7 +98,7 @@ #### Defined in -[src/parser/classes/LikeButton.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LikeButton.ts#L6) +[src/parser/classes/LikeButton.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LikeButton.ts#L6) ## Methods @@ -136,7 +136,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -170,7 +170,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -204,7 +204,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -242,4 +242,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LikeButtonView.md b/docs/api/namespaces/YTNodes/classes/LikeButtonView.md index 512d9aef..b04a6155 100644 --- a/docs/api/namespaces/YTNodes/classes/LikeButtonView.md +++ b/docs/api/namespaces/YTNodes/classes/LikeButtonView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/LikeButtonView.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LikeButtonView.ts#L15) +[src/parser/classes/LikeButtonView.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LikeButtonView.ts#L15) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/classes/LikeButtonView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LikeButtonView.ts#L10) +[src/parser/classes/LikeButtonView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LikeButtonView.ts#L10) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/LikeButtonView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LikeButtonView.ts#L9) +[src/parser/classes/LikeButtonView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LikeButtonView.ts#L9) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/LikeButtonView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LikeButtonView.ts#L8) +[src/parser/classes/LikeButtonView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LikeButtonView.ts#L8) *** @@ -78,7 +78,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -92,7 +92,7 @@ #### Defined in -[src/parser/classes/LikeButtonView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LikeButtonView.ts#L6) +[src/parser/classes/LikeButtonView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LikeButtonView.ts#L6) ## Methods @@ -130,7 +130,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -164,7 +164,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -198,7 +198,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -236,4 +236,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LikeEndpoint.md b/docs/api/namespaces/YTNodes/classes/LikeEndpoint.md index 094245d6..5a877c47 100644 --- a/docs/api/namespaces/YTNodes/classes/LikeEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/LikeEndpoint.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/endpoints/LikeEndpoint.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/LikeEndpoint.ts#L13) +[src/parser/classes/endpoints/LikeEndpoint.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/LikeEndpoint.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/endpoints/LikeEndpoint.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/LikeEndpoint.ts#L9) +[src/parser/classes/endpoints/LikeEndpoint.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/LikeEndpoint.ts#L9) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/LikeEndpoint.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/LikeEndpoint.ts#L24) +[src/parser/classes/endpoints/LikeEndpoint.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/LikeEndpoint.ts#L24) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/LikeEndpoint.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/LikeEndpoint.ts#L18) +[src/parser/classes/endpoints/LikeEndpoint.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/LikeEndpoint.ts#L18) *** @@ -146,7 +146,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/LikeEndpoint.ts:37](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/LikeEndpoint.ts#L37) +[src/parser/classes/endpoints/LikeEndpoint.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/LikeEndpoint.ts#L37) *** @@ -180,7 +180,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -214,7 +214,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -252,4 +252,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChat.md b/docs/api/namespaces/YTNodes/classes/LiveChat.md index 266b28dc..997ab9fc 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChat.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChat.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/LiveChat.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChat.ts#L22) +[src/parser/classes/LiveChat.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChat.ts#L22) ## Properties @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/LiveChat.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChat.ts#L12) +[src/parser/classes/LiveChat.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChat.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/LiveChat.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChat.ts#L10) +[src/parser/classes/LiveChat.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChat.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/LiveChat.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChat.ts#L8) +[src/parser/classes/LiveChat.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChat.ts#L8) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/LiveChat.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChat.ts#L9) +[src/parser/classes/LiveChat.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChat.ts#L9) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/LiveChat.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChat.ts#L20) +[src/parser/classes/LiveChat.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChat.ts#L20) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/LiveChat.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChat.ts#L6) +[src/parser/classes/LiveChat.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChat.ts#L6) ## Methods @@ -162,7 +162,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -196,7 +196,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -230,7 +230,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -268,4 +268,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatActionPanel.md b/docs/api/namespaces/YTNodes/classes/LiveChatActionPanel.md index 4ce15657..c6f394ff 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatActionPanel.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatActionPanel.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/LiveChatActionPanel.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/LiveChatActionPanel.ts#L12) +[src/parser/classes/livechat/LiveChatActionPanel.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/LiveChatActionPanel.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/LiveChatActionPanel.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/LiveChatActionPanel.ts#L9) +[src/parser/classes/livechat/LiveChatActionPanel.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/LiveChatActionPanel.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/LiveChatActionPanel.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/LiveChatActionPanel.ts#L8) +[src/parser/classes/livechat/LiveChatActionPanel.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/LiveChatActionPanel.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/LiveChatActionPanel.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/LiveChatActionPanel.ts#L10) +[src/parser/classes/livechat/LiveChatActionPanel.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/LiveChatActionPanel.ts#L10) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/livechat/LiveChatActionPanel.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/LiveChatActionPanel.ts#L6) +[src/parser/classes/livechat/LiveChatActionPanel.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/LiveChatActionPanel.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatAuthorBadge.md b/docs/api/namespaces/YTNodes/classes/LiveChatAuthorBadge.md index 81ee0830..8168c3d8 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatAuthorBadge.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatAuthorBadge.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/LiveChatAuthorBadge.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatAuthorBadge.ts#L10) +[src/parser/classes/LiveChatAuthorBadge.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatAuthorBadge.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/LiveChatAuthorBadge.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatAuthorBadge.ts#L8) +[src/parser/classes/LiveChatAuthorBadge.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatAuthorBadge.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/classes/MetadataBadge.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataBadge.ts#L7) +[src/parser/classes/MetadataBadge.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataBadge.ts#L7) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/MetadataBadge.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataBadge.ts#L9) +[src/parser/classes/MetadataBadge.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataBadge.ts#L9) *** @@ -78,7 +78,7 @@ #### Defined in -[src/parser/classes/MetadataBadge.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataBadge.ts#L8) +[src/parser/classes/MetadataBadge.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataBadge.ts#L8) *** @@ -92,7 +92,7 @@ #### Defined in -[src/parser/classes/MetadataBadge.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataBadge.ts#L10) +[src/parser/classes/MetadataBadge.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataBadge.ts#L10) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/classes/LiveChatAuthorBadge.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatAuthorBadge.ts#L6) +[src/parser/classes/LiveChatAuthorBadge.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatAuthorBadge.ts#L6) ## Methods @@ -158,7 +158,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -192,7 +192,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -226,7 +226,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -264,4 +264,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatAutoModMessage.md b/docs/api/namespaces/YTNodes/classes/LiveChatAutoModMessage.md index 4c4d2270..f47fa63a 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatAutoModMessage.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatAutoModMessage.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatAutoModMessage.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatAutoModMessage.ts#L19) +[src/parser/classes/livechat/items/LiveChatAutoModMessage.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatAutoModMessage.ts#L19) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatAutoModMessage.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatAutoModMessage.ts#L14) +[src/parser/classes/livechat/items/LiveChatAutoModMessage.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatAutoModMessage.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatAutoModMessage.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatAutoModMessage.ts#L15) +[src/parser/classes/livechat/items/LiveChatAutoModMessage.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatAutoModMessage.ts#L15) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatAutoModMessage.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatAutoModMessage.ts#L17) +[src/parser/classes/livechat/items/LiveChatAutoModMessage.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatAutoModMessage.ts#L17) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatAutoModMessage.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatAutoModMessage.ts#L12) +[src/parser/classes/livechat/items/LiveChatAutoModMessage.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatAutoModMessage.ts#L12) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatAutoModMessage.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatAutoModMessage.ts#L13) +[src/parser/classes/livechat/items/LiveChatAutoModMessage.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatAutoModMessage.ts#L13) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatAutoModMessage.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatAutoModMessage.ts#L16) +[src/parser/classes/livechat/items/LiveChatAutoModMessage.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatAutoModMessage.ts#L16) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatAutoModMessage.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatAutoModMessage.ts#L10) +[src/parser/classes/livechat/items/LiveChatAutoModMessage.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatAutoModMessage.ts#L10) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatBanner.md b/docs/api/namespaces/YTNodes/classes/LiveChatBanner.md index 01e74acd..1fa0e804 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatBanner.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatBanner.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBanner.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBanner.ts#L20) +[src/parser/classes/livechat/items/LiveChatBanner.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBanner.ts#L20) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBanner.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBanner.ts#L11) +[src/parser/classes/livechat/items/LiveChatBanner.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBanner.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBanner.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBanner.ts#L15) +[src/parser/classes/livechat/items/LiveChatBanner.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBanner.ts#L15) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBanner.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBanner.ts#L18) +[src/parser/classes/livechat/items/LiveChatBanner.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBanner.ts#L18) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBanner.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBanner.ts#L17) +[src/parser/classes/livechat/items/LiveChatBanner.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBanner.ts#L17) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBanner.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBanner.ts#L16) +[src/parser/classes/livechat/items/LiveChatBanner.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBanner.ts#L16) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBanner.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBanner.ts#L10) +[src/parser/classes/livechat/items/LiveChatBanner.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBanner.ts#L10) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBanner.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBanner.ts#L9) +[src/parser/classes/livechat/items/LiveChatBanner.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBanner.ts#L9) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBanner.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBanner.ts#L14) +[src/parser/classes/livechat/items/LiveChatBanner.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBanner.ts#L14) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBanner.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBanner.ts#L13) +[src/parser/classes/livechat/items/LiveChatBanner.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBanner.ts#L13) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -140,7 +140,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBanner.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBanner.ts#L12) +[src/parser/classes/livechat/items/LiveChatBanner.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBanner.ts#L12) *** @@ -154,7 +154,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBanner.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBanner.ts#L7) +[src/parser/classes/livechat/items/LiveChatBanner.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBanner.ts#L7) ## Methods @@ -192,7 +192,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -226,7 +226,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -260,7 +260,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -298,4 +298,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatBannerChatSummary.md b/docs/api/namespaces/YTNodes/classes/LiveChatBannerChatSummary.md index 030bf38a..bf264eab 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatBannerChatSummary.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatBannerChatSummary.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts#L15) +[src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts#L10) +[src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts#L13) +[src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts#L11) +[src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts#L9) +[src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts#L9) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts#L12) +[src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts#L12) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts#L7) +[src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerChatSummary.ts#L7) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatBannerHeader.md b/docs/api/namespaces/YTNodes/classes/LiveChatBannerHeader.md index 54bac373..bfbafe12 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatBannerHeader.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatBannerHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerHeader.ts#L14) +[src/parser/classes/livechat/items/LiveChatBannerHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerHeader.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerHeader.ts#L12) +[src/parser/classes/livechat/items/LiveChatBannerHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerHeader.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerHeader.ts#L11) +[src/parser/classes/livechat/items/LiveChatBannerHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerHeader.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerHeader.ts#L10) +[src/parser/classes/livechat/items/LiveChatBannerHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerHeader.ts#L10) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerHeader.ts#L8) +[src/parser/classes/livechat/items/LiveChatBannerHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerHeader.ts#L8) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatBannerPoll.md b/docs/api/namespaces/YTNodes/classes/LiveChatBannerPoll.md index 68a3a72d..62c3e7c4 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatBannerPoll.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatBannerPoll.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerPoll.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerPoll.ts#L23) +[src/parser/classes/livechat/items/LiveChatBannerPoll.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerPoll.ts#L23) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerPoll.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerPoll.ts#L12) +[src/parser/classes/livechat/items/LiveChatBannerPoll.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerPoll.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerPoll.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerPoll.ts#L14) +[src/parser/classes/livechat/items/LiveChatBannerPoll.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerPoll.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerPoll.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerPoll.ts#L19) +[src/parser/classes/livechat/items/LiveChatBannerPoll.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerPoll.ts#L19) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerPoll.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerPoll.ts#L21) +[src/parser/classes/livechat/items/LiveChatBannerPoll.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerPoll.ts#L21) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerPoll.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerPoll.ts#L20) +[src/parser/classes/livechat/items/LiveChatBannerPoll.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerPoll.ts#L20) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerPoll.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerPoll.ts#L11) +[src/parser/classes/livechat/items/LiveChatBannerPoll.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerPoll.ts#L11) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerPoll.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerPoll.ts#L9) +[src/parser/classes/livechat/items/LiveChatBannerPoll.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerPoll.ts#L9) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatBannerRedirect.md b/docs/api/namespaces/YTNodes/classes/LiveChatBannerRedirect.md index 99a0e217..41bb34ce 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatBannerRedirect.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatBannerRedirect.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerRedirect.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerRedirect.ts#L16) +[src/parser/classes/livechat/items/LiveChatBannerRedirect.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerRedirect.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerRedirect.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerRedirect.ts#L12) +[src/parser/classes/livechat/items/LiveChatBannerRedirect.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerRedirect.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerRedirect.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerRedirect.ts#L11) +[src/parser/classes/livechat/items/LiveChatBannerRedirect.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerRedirect.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerRedirect.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerRedirect.ts#L14) +[src/parser/classes/livechat/items/LiveChatBannerRedirect.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerRedirect.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerRedirect.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerRedirect.ts#L13) +[src/parser/classes/livechat/items/LiveChatBannerRedirect.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerRedirect.ts#L13) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatBannerRedirect.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatBannerRedirect.ts#L9) +[src/parser/classes/livechat/items/LiveChatBannerRedirect.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatBannerRedirect.ts#L9) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatDialog.md b/docs/api/namespaces/YTNodes/classes/LiveChatDialog.md index e5aa65b6..8bf93a47 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatDialog.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatDialog.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/LiveChatDialog.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatDialog.ts#L12) +[src/parser/classes/LiveChatDialog.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatDialog.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/LiveChatDialog.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatDialog.ts#L9) +[src/parser/classes/LiveChatDialog.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatDialog.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/LiveChatDialog.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatDialog.ts#L10) +[src/parser/classes/LiveChatDialog.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatDialog.ts#L10) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/LiveChatDialog.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatDialog.ts#L7) +[src/parser/classes/LiveChatDialog.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatDialog.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatHeader.md b/docs/api/namespaces/YTNodes/classes/LiveChatHeader.md index d44777fa..549188bf 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatHeader.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/LiveChatHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatHeader.ts#L14) +[src/parser/classes/LiveChatHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatHeader.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/LiveChatHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatHeader.ts#L11) +[src/parser/classes/LiveChatHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatHeader.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/LiveChatHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatHeader.ts#L10) +[src/parser/classes/LiveChatHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatHeader.ts#L10) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/classes/LiveChatHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatHeader.ts#L12) +[src/parser/classes/LiveChatHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatHeader.ts#L12) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/LiveChatHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatHeader.ts#L8) +[src/parser/classes/LiveChatHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatHeader.ts#L8) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatItemBumperView.md b/docs/api/namespaces/YTNodes/classes/LiveChatItemBumperView.md index b20cdcfe..7ec7944c 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatItemBumperView.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatItemBumperView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatItemBumperView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatItemBumperView.ts#L10) +[src/parser/classes/livechat/items/LiveChatItemBumperView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatItemBumperView.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatItemBumperView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatItemBumperView.ts#L8) +[src/parser/classes/livechat/items/LiveChatItemBumperView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatItemBumperView.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatItemBumperView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatItemBumperView.ts#L6) +[src/parser/classes/livechat/items/LiveChatItemBumperView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatItemBumperView.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatItemContextMenuEndpoint.md b/docs/api/namespaces/YTNodes/classes/LiveChatItemContextMenuEndpoint.md index d8755774..4699a65b 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatItemContextMenuEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatItemContextMenuEndpoint.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/endpoints/LiveChatItemContextMenuEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/LiveChatItemContextMenuEndpoint.ts#L11) +[src/parser/classes/endpoints/LiveChatItemContextMenuEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/LiveChatItemContextMenuEndpoint.ts#L11) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/endpoints/LiveChatItemContextMenuEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/LiveChatItemContextMenuEndpoint.ts#L7) +[src/parser/classes/endpoints/LiveChatItemContextMenuEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/LiveChatItemContextMenuEndpoint.ts#L7) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/LiveChatItemContextMenuEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/LiveChatItemContextMenuEndpoint.ts#L20) +[src/parser/classes/endpoints/LiveChatItemContextMenuEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/LiveChatItemContextMenuEndpoint.ts#L20) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/LiveChatItemContextMenuEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/LiveChatItemContextMenuEndpoint.ts#L16) +[src/parser/classes/endpoints/LiveChatItemContextMenuEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/LiveChatItemContextMenuEndpoint.ts#L16) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatItemList.md b/docs/api/namespaces/YTNodes/classes/LiveChatItemList.md index 4b7f6f17..ec00d9e3 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatItemList.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatItemList.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/LiveChatItemList.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatItemList.ts#L11) +[src/parser/classes/LiveChatItemList.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatItemList.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/LiveChatItemList.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatItemList.ts#L8) +[src/parser/classes/LiveChatItemList.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatItemList.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/LiveChatItemList.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatItemList.ts#L9) +[src/parser/classes/LiveChatItemList.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatItemList.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/LiveChatItemList.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatItemList.ts#L6) +[src/parser/classes/LiveChatItemList.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatItemList.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatMembershipItem.md b/docs/api/namespaces/YTNodes/classes/LiveChatMembershipItem.md index 1aacc00b..d6d1affd 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatMembershipItem.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatMembershipItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L21) +[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L17) +[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L17) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L19) +[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L19) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L14) +[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L15) +[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L15) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L10) +[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L10) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L18) +[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L18) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L16) +[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L16) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L11) +[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L11) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L13) +[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L13) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L12) +[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L12) *** @@ -140,7 +140,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -154,7 +154,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L8) +[src/parser/classes/livechat/items/LiveChatMembershipItem.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatMembershipItem.ts#L8) ## Methods @@ -192,7 +192,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -226,7 +226,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -260,7 +260,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -298,4 +298,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatMessageInput.md b/docs/api/namespaces/YTNodes/classes/LiveChatMessageInput.md index f4c60c25..40f6299d 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatMessageInput.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatMessageInput.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/LiveChatMessageInput.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatMessageInput.ts#L15) +[src/parser/classes/LiveChatMessageInput.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatMessageInput.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/LiveChatMessageInput.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatMessageInput.ts#L10) +[src/parser/classes/LiveChatMessageInput.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatMessageInput.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/LiveChatMessageInput.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatMessageInput.ts#L11) +[src/parser/classes/LiveChatMessageInput.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatMessageInput.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/LiveChatMessageInput.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatMessageInput.ts#L12) +[src/parser/classes/LiveChatMessageInput.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatMessageInput.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/LiveChatMessageInput.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatMessageInput.ts#L13) +[src/parser/classes/LiveChatMessageInput.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatMessageInput.ts#L13) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/LiveChatMessageInput.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatMessageInput.ts#L8) +[src/parser/classes/LiveChatMessageInput.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatMessageInput.ts#L8) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatModeChangeMessage.md b/docs/api/namespaces/YTNodes/classes/LiveChatModeChangeMessage.md index 3758231f..ecfcbaed 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatModeChangeMessage.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatModeChangeMessage.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L16) +[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L9) +[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L8) +[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L11) +[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L10) +[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L12) +[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L12) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L14) +[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L14) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L13) +[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L13) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L6) +[src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatModeChangeMessage.ts#L6) ## Methods @@ -162,7 +162,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -196,7 +196,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -230,7 +230,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -268,4 +268,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatPaidMessage.md b/docs/api/namespaces/YTNodes/classes/LiveChatPaidMessage.md index dcf62f6d..086a11bf 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatPaidMessage.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatPaidMessage.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:36](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L36) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:36](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L36) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L16) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L16) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L17) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L17) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L20) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L20) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L21) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L21) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L24) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L24) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L32) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L32) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L18) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L18) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L29) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L29) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L19) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L19) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L14) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L14) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L33) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L33) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L31) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L31) *** @@ -156,7 +156,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L23) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L23) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L15) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L15) *** @@ -176,7 +176,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L22) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L22) *** @@ -186,7 +186,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:34](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L34) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:34](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L34) *** @@ -196,7 +196,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L30) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L30) *** @@ -206,7 +206,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L25) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L25) *** @@ -216,7 +216,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L28) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L28) *** @@ -226,7 +226,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L27) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L27) *** @@ -236,7 +236,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L26) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L26) *** @@ -250,7 +250,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -264,7 +264,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L12) +[src/parser/classes/livechat/items/LiveChatPaidMessage.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidMessage.ts#L12) ## Methods @@ -302,7 +302,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -336,7 +336,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -370,7 +370,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -408,4 +408,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatPaidSticker.md b/docs/api/namespaces/YTNodes/classes/LiveChatPaidSticker.md index ad2f5809..5728d11f 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatPaidSticker.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatPaidSticker.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L29) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L29) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L12) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L16) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L16) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L15) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L15) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L23) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L23) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L24) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L24) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L11) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L11) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L27) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L27) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L22) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L22) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L13) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L13) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L14) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L14) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L21) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L21) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L17) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L17) *** @@ -156,7 +156,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L18) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L18) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L20) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L20) *** @@ -176,7 +176,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L19) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L19) *** @@ -186,7 +186,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L25) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L25) *** @@ -196,7 +196,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L26) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L26) *** @@ -210,7 +210,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -224,7 +224,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L9) +[src/parser/classes/livechat/items/LiveChatPaidSticker.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPaidSticker.ts#L9) ## Methods @@ -262,7 +262,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -296,7 +296,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -330,7 +330,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -368,4 +368,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatParticipant.md b/docs/api/namespaces/YTNodes/classes/LiveChatParticipant.md index 36a1b4f2..9a9df4b9 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatParticipant.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatParticipant.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/LiveChatParticipant.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatParticipant.ts#L13) +[src/parser/classes/LiveChatParticipant.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatParticipant.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/LiveChatParticipant.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatParticipant.ts#L11) +[src/parser/classes/LiveChatParticipant.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatParticipant.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/LiveChatParticipant.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatParticipant.ts#L9) +[src/parser/classes/LiveChatParticipant.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatParticipant.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/LiveChatParticipant.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatParticipant.ts#L10) +[src/parser/classes/LiveChatParticipant.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatParticipant.ts#L10) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/LiveChatParticipant.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatParticipant.ts#L7) +[src/parser/classes/LiveChatParticipant.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatParticipant.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatParticipantsList.md b/docs/api/namespaces/YTNodes/classes/LiveChatParticipantsList.md index cf8bbc25..39d7e64f 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatParticipantsList.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatParticipantsList.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/LiveChatParticipantsList.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatParticipantsList.ts#L12) +[src/parser/classes/LiveChatParticipantsList.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatParticipantsList.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/LiveChatParticipantsList.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatParticipantsList.ts#L10) +[src/parser/classes/LiveChatParticipantsList.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatParticipantsList.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/LiveChatParticipantsList.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatParticipantsList.ts#L9) +[src/parser/classes/LiveChatParticipantsList.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatParticipantsList.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/LiveChatParticipantsList.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LiveChatParticipantsList.ts#L7) +[src/parser/classes/LiveChatParticipantsList.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LiveChatParticipantsList.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatPlaceholderItem.md b/docs/api/namespaces/YTNodes/classes/LiveChatPlaceholderItem.md index a6d0667c..e2415b18 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatPlaceholderItem.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatPlaceholderItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPlaceholderItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPlaceholderItem.ts#L10) +[src/parser/classes/livechat/items/LiveChatPlaceholderItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPlaceholderItem.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPlaceholderItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPlaceholderItem.ts#L7) +[src/parser/classes/livechat/items/LiveChatPlaceholderItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPlaceholderItem.ts#L7) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPlaceholderItem.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPlaceholderItem.ts#L8) +[src/parser/classes/livechat/items/LiveChatPlaceholderItem.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPlaceholderItem.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatPlaceholderItem.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatPlaceholderItem.ts#L5) +[src/parser/classes/livechat/items/LiveChatPlaceholderItem.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatPlaceholderItem.ts#L5) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatProductItem.md b/docs/api/namespaces/YTNodes/classes/LiveChatProductItem.md index 9291cea5..a64d338b 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatProductItem.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatProductItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatProductItem.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatProductItem.ts#L27) +[src/parser/classes/livechat/items/LiveChatProductItem.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatProductItem.ts#L27) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatProductItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatProductItem.ts#L13) +[src/parser/classes/livechat/items/LiveChatProductItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatProductItem.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatProductItem.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatProductItem.ts#L22) +[src/parser/classes/livechat/items/LiveChatProductItem.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatProductItem.ts#L22) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatProductItem.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatProductItem.ts#L25) +[src/parser/classes/livechat/items/LiveChatProductItem.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatProductItem.ts#L25) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatProductItem.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatProductItem.ts#L20) +[src/parser/classes/livechat/items/LiveChatProductItem.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatProductItem.ts#L20) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatProductItem.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatProductItem.ts#L21) +[src/parser/classes/livechat/items/LiveChatProductItem.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatProductItem.ts#L21) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatProductItem.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatProductItem.ts#L19) +[src/parser/classes/livechat/items/LiveChatProductItem.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatProductItem.ts#L19) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatProductItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatProductItem.ts#L17) +[src/parser/classes/livechat/items/LiveChatProductItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatProductItem.ts#L17) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatProductItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatProductItem.ts#L18) +[src/parser/classes/livechat/items/LiveChatProductItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatProductItem.ts#L18) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatProductItem.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatProductItem.ts#L23) +[src/parser/classes/livechat/items/LiveChatProductItem.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatProductItem.ts#L23) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatProductItem.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatProductItem.ts#L24) +[src/parser/classes/livechat/items/LiveChatProductItem.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatProductItem.ts#L24) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatProductItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatProductItem.ts#L15) +[src/parser/classes/livechat/items/LiveChatProductItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatProductItem.ts#L15) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatProductItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatProductItem.ts#L14) +[src/parser/classes/livechat/items/LiveChatProductItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatProductItem.ts#L14) *** @@ -156,7 +156,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatProductItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatProductItem.ts#L12) +[src/parser/classes/livechat/items/LiveChatProductItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatProductItem.ts#L12) *** @@ -170,7 +170,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -180,7 +180,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatProductItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatProductItem.ts#L16) +[src/parser/classes/livechat/items/LiveChatProductItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatProductItem.ts#L16) *** @@ -194,7 +194,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatProductItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatProductItem.ts#L10) +[src/parser/classes/livechat/items/LiveChatProductItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatProductItem.ts#L10) ## Methods @@ -232,7 +232,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -266,7 +266,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -300,7 +300,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -338,4 +338,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatRestrictedParticipation.md b/docs/api/namespaces/YTNodes/classes/LiveChatRestrictedParticipation.md index 8213c7ab..cd72bded 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatRestrictedParticipation.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatRestrictedParticipation.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatRestrictedParticipation.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatRestrictedParticipation.ts#L11) +[src/parser/classes/livechat/items/LiveChatRestrictedParticipation.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatRestrictedParticipation.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatRestrictedParticipation.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatRestrictedParticipation.ts#L9) +[src/parser/classes/livechat/items/LiveChatRestrictedParticipation.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatRestrictedParticipation.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatRestrictedParticipation.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatRestrictedParticipation.ts#L8) +[src/parser/classes/livechat/items/LiveChatRestrictedParticipation.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatRestrictedParticipation.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatRestrictedParticipation.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatRestrictedParticipation.ts#L6) +[src/parser/classes/livechat/items/LiveChatRestrictedParticipation.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatRestrictedParticipation.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatSponsorshipsGiftPurchaseAnnouncement.md b/docs/api/namespaces/YTNodes/classes/LiveChatSponsorshipsGiftPurchaseAnnouncement.md index 1b23386f..e469aa14 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatSponsorshipsGiftPurchaseAnnouncement.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatSponsorshipsGiftPurchaseAnnouncement.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts#L13) +[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts#L10) +[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts#L11) +[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts#L8) +[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts#L8) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts#L9) +[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts#L9) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts#L6) +[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftPurchaseAnnouncement.ts#L6) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatSponsorshipsGiftRedemptionAnnouncement.md b/docs/api/namespaces/YTNodes/classes/LiveChatSponsorshipsGiftRedemptionAnnouncement.md index a559f882..8b020cd6 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatSponsorshipsGiftRedemptionAnnouncement.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatSponsorshipsGiftRedemptionAnnouncement.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L18) +[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L18) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L13) +[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L16) +[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L16) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L10) +[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L10) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L15) +[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L15) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L14) +[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L14) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L12) +[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L12) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L11) +[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L11) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L8) +[src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsGiftRedemptionAnnouncement.ts#L8) ## Methods @@ -162,7 +162,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -196,7 +196,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -230,7 +230,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -268,4 +268,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatSponsorshipsHeader.md b/docs/api/namespaces/YTNodes/classes/LiveChatSponsorshipsHeader.md index bd706988..15660a16 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatSponsorshipsHeader.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatSponsorshipsHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L21) +[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L15) +[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L15) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L13) +[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L14) +[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L18) +[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L18) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L19) +[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L19) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L17) +[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L17) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L16) +[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L16) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L11) +[src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatSponsorshipsHeader.ts#L11) ## Methods @@ -162,7 +162,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -196,7 +196,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -230,7 +230,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -268,4 +268,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatTextMessage.md b/docs/api/namespaces/YTNodes/classes/LiveChatTextMessage.md index 6e449467..2d056100 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatTextMessage.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatTextMessage.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTextMessage.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L24) +[src/parser/classes/livechat/items/LiveChatTextMessage.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L24) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTextMessage.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L19) +[src/parser/classes/livechat/items/LiveChatTextMessage.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L19) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTextMessage.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L22) +[src/parser/classes/livechat/items/LiveChatTextMessage.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L22) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTextMessage.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L21) +[src/parser/classes/livechat/items/LiveChatTextMessage.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L21) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTextMessage.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L13) +[src/parser/classes/livechat/items/LiveChatTextMessage.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L13) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTextMessage.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L15) +[src/parser/classes/livechat/items/LiveChatTextMessage.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L15) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTextMessage.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L20) +[src/parser/classes/livechat/items/LiveChatTextMessage.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L20) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTextMessage.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L14) +[src/parser/classes/livechat/items/LiveChatTextMessage.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L14) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTextMessage.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L16) +[src/parser/classes/livechat/items/LiveChatTextMessage.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L16) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTextMessage.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L18) +[src/parser/classes/livechat/items/LiveChatTextMessage.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L18) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTextMessage.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L17) +[src/parser/classes/livechat/items/LiveChatTextMessage.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L17) *** @@ -140,7 +140,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -154,7 +154,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTextMessage.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L11) +[src/parser/classes/livechat/items/LiveChatTextMessage.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTextMessage.ts#L11) ## Methods @@ -192,7 +192,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -226,7 +226,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -260,7 +260,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -298,4 +298,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatTickerPaidMessageItem.md b/docs/api/namespaces/YTNodes/classes/LiveChatTickerPaidMessageItem.md index f4a0348a..bb96fb7b 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatTickerPaidMessageItem.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatTickerPaidMessageItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L25) +[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L25) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L14) +[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L15) +[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L15) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L22) +[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L22) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L13) +[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L13) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L18) +[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L18) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L17) +[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L17) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L19) +[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L19) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L12) +[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L12) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L23) +[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L23) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L20) +[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L20) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L21) +[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L21) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L16) +[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L16) *** @@ -160,7 +160,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -174,7 +174,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L10) +[src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidMessageItem.ts#L10) ## Methods @@ -212,7 +212,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -246,7 +246,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -280,7 +280,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -318,4 +318,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatTickerPaidStickerItem.md b/docs/api/namespaces/YTNodes/classes/LiveChatTickerPaidStickerItem.md index 3aaf0413..1de02d16 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatTickerPaidStickerItem.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatTickerPaidStickerItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L23) +[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L23) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L10) +[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L11) +[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L14) +[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L13) +[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L13) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L15) +[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L15) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L9) +[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L9) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L16) +[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L16) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L17) +[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L17) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L12) +[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L12) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L18) +[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L18) *** @@ -140,7 +140,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -154,7 +154,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L7) +[src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerPaidStickerItem.ts#L7) ## Methods @@ -192,7 +192,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -226,7 +226,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -260,7 +260,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -298,4 +298,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatTickerSponsorItem.md b/docs/api/namespaces/YTNodes/classes/LiveChatTickerSponsorItem.md index e76ec4f8..1593540c 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatTickerSponsorItem.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatTickerSponsorItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts#L14) +[src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts#L11) +[src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts#L10) +[src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts#L12) +[src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts#L9) +[src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts#L9) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts#L7) +[src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatTickerSponsorItem.ts#L7) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LiveChatViewerEngagementMessage.md b/docs/api/namespaces/YTNodes/classes/LiveChatViewerEngagementMessage.md index 16e803a2..7fc0e06a 100644 --- a/docs/api/namespaces/YTNodes/classes/LiveChatViewerEngagementMessage.md +++ b/docs/api/namespaces/YTNodes/classes/LiveChatViewerEngagementMessage.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L19) +[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L19) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L15) +[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L15) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L17) +[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L17) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L13) +[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L13) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L10) +[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L16) +[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L16) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L14) +[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L14) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L11) +[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L11) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L12) +[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L12) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -134,7 +134,7 @@ #### Defined in -[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L8) +[src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/LiveChatViewerEngagementMessage.ts#L8) ## Methods @@ -172,7 +172,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -206,7 +206,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -240,7 +240,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -278,4 +278,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LockupMetadataView.md b/docs/api/namespaces/YTNodes/classes/LockupMetadataView.md index cb92ff53..9c43ce36 100644 --- a/docs/api/namespaces/YTNodes/classes/LockupMetadataView.md +++ b/docs/api/namespaces/YTNodes/classes/LockupMetadataView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/LockupMetadataView.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LockupMetadataView.ts#L16) +[src/parser/classes/LockupMetadataView.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LockupMetadataView.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/LockupMetadataView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LockupMetadataView.ts#L13) +[src/parser/classes/LockupMetadataView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LockupMetadataView.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/LockupMetadataView.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LockupMetadataView.ts#L14) +[src/parser/classes/LockupMetadataView.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LockupMetadataView.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/LockupMetadataView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LockupMetadataView.ts#L12) +[src/parser/classes/LockupMetadataView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LockupMetadataView.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/LockupMetadataView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LockupMetadataView.ts#L11) +[src/parser/classes/LockupMetadataView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LockupMetadataView.ts#L11) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/LockupMetadataView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LockupMetadataView.ts#L9) +[src/parser/classes/LockupMetadataView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LockupMetadataView.ts#L9) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/LockupView.md b/docs/api/namespaces/YTNodes/classes/LockupView.md index db2284cb..233a014e 100644 --- a/docs/api/namespaces/YTNodes/classes/LockupView.md +++ b/docs/api/namespaces/YTNodes/classes/LockupView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/LockupView.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LockupView.ts#L17) +[src/parser/classes/LockupView.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LockupView.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/LockupView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LockupView.ts#L13) +[src/parser/classes/LockupView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LockupView.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/LockupView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LockupView.ts#L11) +[src/parser/classes/LockupView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LockupView.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/LockupView.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LockupView.ts#L14) +[src/parser/classes/LockupView.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LockupView.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/LockupView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LockupView.ts#L12) +[src/parser/classes/LockupView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LockupView.ts#L12) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/LockupView.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LockupView.ts#L15) +[src/parser/classes/LockupView.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LockupView.ts#L15) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/LockupView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/LockupView.ts#L9) +[src/parser/classes/LockupView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/LockupView.ts#L9) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MacroMarkersInfoItem.md b/docs/api/namespaces/YTNodes/classes/MacroMarkersInfoItem.md index b0e179e5..fc6caf87 100644 --- a/docs/api/namespaces/YTNodes/classes/MacroMarkersInfoItem.md +++ b/docs/api/namespaces/YTNodes/classes/MacroMarkersInfoItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MacroMarkersInfoItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersInfoItem.ts#L12) +[src/parser/classes/MacroMarkersInfoItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersInfoItem.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MacroMarkersInfoItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersInfoItem.ts#L9) +[src/parser/classes/MacroMarkersInfoItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersInfoItem.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MacroMarkersInfoItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersInfoItem.ts#L10) +[src/parser/classes/MacroMarkersInfoItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersInfoItem.ts#L10) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/MacroMarkersInfoItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersInfoItem.ts#L7) +[src/parser/classes/MacroMarkersInfoItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersInfoItem.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MacroMarkersList.md b/docs/api/namespaces/YTNodes/classes/MacroMarkersList.md index badd8537..e91dc227 100644 --- a/docs/api/namespaces/YTNodes/classes/MacroMarkersList.md +++ b/docs/api/namespaces/YTNodes/classes/MacroMarkersList.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MacroMarkersList.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersList.ts#L13) +[src/parser/classes/MacroMarkersList.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersList.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MacroMarkersList.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersList.ts#L10) +[src/parser/classes/MacroMarkersList.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersList.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MacroMarkersList.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersList.ts#L11) +[src/parser/classes/MacroMarkersList.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersList.ts#L11) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/MacroMarkersList.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersList.ts#L8) +[src/parser/classes/MacroMarkersList.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersList.ts#L8) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MacroMarkersListEntity.md b/docs/api/namespaces/YTNodes/classes/MacroMarkersListEntity.md index b3059623..273d31f0 100644 --- a/docs/api/namespaces/YTNodes/classes/MacroMarkersListEntity.md +++ b/docs/api/namespaces/YTNodes/classes/MacroMarkersListEntity.md @@ -30,7 +30,7 @@ Represents a list of markers for a video. Can contain different types of markers #### Defined in -[src/parser/classes/MacroMarkersListEntity.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListEntity.ts#L30) +[src/parser/classes/MacroMarkersListEntity.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListEntity.ts#L30) ## Properties @@ -40,7 +40,7 @@ Represents a list of markers for a video. Can contain different types of markers #### Defined in -[src/parser/classes/MacroMarkersListEntity.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListEntity.ts#L17) +[src/parser/classes/MacroMarkersListEntity.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListEntity.ts#L17) *** @@ -50,7 +50,7 @@ Represents a list of markers for a video. Can contain different types of markers #### Defined in -[src/parser/classes/MacroMarkersListEntity.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListEntity.ts#L16) +[src/parser/classes/MacroMarkersListEntity.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListEntity.ts#L16) *** @@ -62,7 +62,7 @@ The type of markers in this entity (e.g., 'MARKER_TYPE_HEATMAP') #### Defined in -[src/parser/classes/MacroMarkersListEntity.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListEntity.ts#L19) +[src/parser/classes/MacroMarkersListEntity.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListEntity.ts#L19) *** @@ -72,7 +72,7 @@ The type of markers in this entity (e.g., 'MARKER_TYPE_HEATMAP') #### Defined in -[src/parser/classes/MacroMarkersListEntity.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListEntity.ts#L20) +[src/parser/classes/MacroMarkersListEntity.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListEntity.ts#L20) *** @@ -82,7 +82,7 @@ The type of markers in this entity (e.g., 'MARKER_TYPE_HEATMAP') #### Defined in -[src/parser/classes/MacroMarkersListEntity.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListEntity.ts#L21) +[src/parser/classes/MacroMarkersListEntity.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListEntity.ts#L21) *** @@ -92,7 +92,7 @@ The type of markers in this entity (e.g., 'MARKER_TYPE_HEATMAP') #### Defined in -[src/parser/classes/MacroMarkersListEntity.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListEntity.ts#L22) +[src/parser/classes/MacroMarkersListEntity.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListEntity.ts#L22) *** @@ -102,7 +102,7 @@ The type of markers in this entity (e.g., 'MARKER_TYPE_HEATMAP') #### Defined in -[src/parser/classes/MacroMarkersListEntity.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListEntity.ts#L23) +[src/parser/classes/MacroMarkersListEntity.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListEntity.ts#L23) *** @@ -112,7 +112,7 @@ The type of markers in this entity (e.g., 'MARKER_TYPE_HEATMAP') #### Defined in -[src/parser/classes/MacroMarkersListEntity.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListEntity.ts#L24) +[src/parser/classes/MacroMarkersListEntity.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListEntity.ts#L24) *** @@ -126,7 +126,7 @@ The type of markers in this entity (e.g., 'MARKER_TYPE_HEATMAP') #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -140,7 +140,7 @@ The type of markers in this entity (e.g., 'MARKER_TYPE_HEATMAP') #### Defined in -[src/parser/classes/MacroMarkersListEntity.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListEntity.ts#L14) +[src/parser/classes/MacroMarkersListEntity.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListEntity.ts#L14) ## Methods @@ -178,7 +178,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -212,7 +212,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -246,7 +246,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -263,7 +263,7 @@ Only heatmap markers can be converted to Heatmap objects. #### Defined in -[src/parser/classes/MacroMarkersListEntity.ts:65](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListEntity.ts#L65) +[src/parser/classes/MacroMarkersListEntity.ts:65](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListEntity.ts#L65) *** @@ -301,7 +301,7 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) *** @@ -320,4 +320,4 @@ Heatmap object if this entity contains heatmap data, null otherwise #### Defined in -[src/parser/classes/MacroMarkersListEntity.ts:74](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListEntity.ts#L74) +[src/parser/classes/MacroMarkersListEntity.ts:74](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListEntity.ts#L74) diff --git a/docs/api/namespaces/YTNodes/classes/MacroMarkersListItem.md b/docs/api/namespaces/YTNodes/classes/MacroMarkersListItem.md index 1c0def40..9d360bcf 100644 --- a/docs/api/namespaces/YTNodes/classes/MacroMarkersListItem.md +++ b/docs/api/namespaces/YTNodes/classes/MacroMarkersListItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MacroMarkersListItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListItem.ts#L18) +[src/parser/classes/MacroMarkersListItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListItem.ts#L18) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MacroMarkersListItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListItem.ts#L16) +[src/parser/classes/MacroMarkersListItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListItem.ts#L16) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MacroMarkersListItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListItem.ts#L15) +[src/parser/classes/MacroMarkersListItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListItem.ts#L15) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MacroMarkersListItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListItem.ts#L14) +[src/parser/classes/MacroMarkersListItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListItem.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/MacroMarkersListItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListItem.ts#L13) +[src/parser/classes/MacroMarkersListItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListItem.ts#L13) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/MacroMarkersListItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListItem.ts#L12) +[src/parser/classes/MacroMarkersListItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListItem.ts#L12) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/MacroMarkersListItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListItem.ts#L11) +[src/parser/classes/MacroMarkersListItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListItem.ts#L11) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/MacroMarkersListItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MacroMarkersListItem.ts#L9) +[src/parser/classes/MacroMarkersListItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MacroMarkersListItem.ts#L9) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MarkChatItemAsDeletedAction.md b/docs/api/namespaces/YTNodes/classes/MarkChatItemAsDeletedAction.md index 4ab213bb..6b683ff8 100644 --- a/docs/api/namespaces/YTNodes/classes/MarkChatItemAsDeletedAction.md +++ b/docs/api/namespaces/YTNodes/classes/MarkChatItemAsDeletedAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/MarkChatItemAsDeletedAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/MarkChatItemAsDeletedAction.ts#L11) +[src/parser/classes/livechat/MarkChatItemAsDeletedAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/MarkChatItemAsDeletedAction.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/MarkChatItemAsDeletedAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/MarkChatItemAsDeletedAction.ts#L8) +[src/parser/classes/livechat/MarkChatItemAsDeletedAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/MarkChatItemAsDeletedAction.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/MarkChatItemAsDeletedAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/MarkChatItemAsDeletedAction.ts#L9) +[src/parser/classes/livechat/MarkChatItemAsDeletedAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/MarkChatItemAsDeletedAction.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/livechat/MarkChatItemAsDeletedAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/MarkChatItemAsDeletedAction.ts#L6) +[src/parser/classes/livechat/MarkChatItemAsDeletedAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/MarkChatItemAsDeletedAction.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MarkChatItemsByAuthorAsDeletedAction.md b/docs/api/namespaces/YTNodes/classes/MarkChatItemsByAuthorAsDeletedAction.md index c93c5f77..907419b7 100644 --- a/docs/api/namespaces/YTNodes/classes/MarkChatItemsByAuthorAsDeletedAction.md +++ b/docs/api/namespaces/YTNodes/classes/MarkChatItemsByAuthorAsDeletedAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/MarkChatItemsByAuthorAsDeletedAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/MarkChatItemsByAuthorAsDeletedAction.ts#L11) +[src/parser/classes/livechat/MarkChatItemsByAuthorAsDeletedAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/MarkChatItemsByAuthorAsDeletedAction.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/MarkChatItemsByAuthorAsDeletedAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/MarkChatItemsByAuthorAsDeletedAction.ts#L8) +[src/parser/classes/livechat/MarkChatItemsByAuthorAsDeletedAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/MarkChatItemsByAuthorAsDeletedAction.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/MarkChatItemsByAuthorAsDeletedAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/MarkChatItemsByAuthorAsDeletedAction.ts#L9) +[src/parser/classes/livechat/MarkChatItemsByAuthorAsDeletedAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/MarkChatItemsByAuthorAsDeletedAction.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/livechat/MarkChatItemsByAuthorAsDeletedAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/MarkChatItemsByAuthorAsDeletedAction.ts#L6) +[src/parser/classes/livechat/MarkChatItemsByAuthorAsDeletedAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/MarkChatItemsByAuthorAsDeletedAction.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Menu.md b/docs/api/namespaces/YTNodes/classes/Menu.md index 322ca193..49b6975c 100644 --- a/docs/api/namespaces/YTNodes/classes/Menu.md +++ b/docs/api/namespaces/YTNodes/classes/Menu.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/menus/Menu.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/Menu.ts#L22) +[src/parser/classes/menus/Menu.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/Menu.ts#L22) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/menus/Menu.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/Menu.ts#L20) +[src/parser/classes/menus/Menu.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/Menu.ts#L20) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/menus/Menu.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/Menu.ts#L18) +[src/parser/classes/menus/Menu.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/Menu.ts#L18) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/menus/Menu.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/Menu.ts#L17) +[src/parser/classes/menus/Menu.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/Menu.ts#L17) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/menus/Menu.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/Menu.ts#L19) +[src/parser/classes/menus/Menu.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/Menu.ts#L19) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/menus/Menu.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/Menu.ts#L15) +[src/parser/classes/menus/Menu.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/Menu.ts#L15) ## Accessors @@ -108,7 +108,7 @@ #### Defined in -[src/parser/classes/menus/Menu.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/Menu.ts#L41) +[src/parser/classes/menus/Menu.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/Menu.ts#L41) *** @@ -122,7 +122,7 @@ #### Defined in -[src/parser/classes/menus/Menu.ts:36](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/Menu.ts#L36) +[src/parser/classes/menus/Menu.ts:36](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/Menu.ts#L36) ## Methods @@ -160,7 +160,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -194,7 +194,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -228,7 +228,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -266,4 +266,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MenuFlexibleItem.md b/docs/api/namespaces/YTNodes/classes/MenuFlexibleItem.md index feae6ffe..7fe3b1d5 100644 --- a/docs/api/namespaces/YTNodes/classes/MenuFlexibleItem.md +++ b/docs/api/namespaces/YTNodes/classes/MenuFlexibleItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/menus/MenuFlexibleItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MenuFlexibleItem.ts#L17) +[src/parser/classes/menus/MenuFlexibleItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MenuFlexibleItem.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/menus/MenuFlexibleItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MenuFlexibleItem.ts#L14) +[src/parser/classes/menus/MenuFlexibleItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MenuFlexibleItem.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/menus/MenuFlexibleItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MenuFlexibleItem.ts#L15) +[src/parser/classes/menus/MenuFlexibleItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MenuFlexibleItem.ts#L15) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/menus/MenuFlexibleItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MenuFlexibleItem.ts#L12) +[src/parser/classes/menus/MenuFlexibleItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MenuFlexibleItem.ts#L12) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MenuNavigationItem.md b/docs/api/namespaces/YTNodes/classes/MenuNavigationItem.md index 9f16c9e9..5b60817e 100644 --- a/docs/api/namespaces/YTNodes/classes/MenuNavigationItem.md +++ b/docs/api/namespaces/YTNodes/classes/MenuNavigationItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/menus/MenuNavigationItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MenuNavigationItem.ts#L7) +[src/parser/classes/menus/MenuNavigationItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MenuNavigationItem.ts#L7) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/Button.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L19) +[src/parser/classes/Button.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L19) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/Button.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L18) +[src/parser/classes/Button.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L18) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/classes/Button.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L15) +[src/parser/classes/Button.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L15) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/Button.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L16) +[src/parser/classes/Button.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L16) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/Button.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L11) +[src/parser/classes/Button.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L11) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/Button.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L14) +[src/parser/classes/Button.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L14) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/Button.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L13) +[src/parser/classes/Button.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L13) *** @@ -138,7 +138,7 @@ #### Defined in -[src/parser/classes/Button.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L17) +[src/parser/classes/Button.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L17) *** @@ -152,7 +152,7 @@ #### Defined in -[src/parser/classes/Button.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L10) +[src/parser/classes/Button.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L10) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/Button.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L12) +[src/parser/classes/Button.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L12) *** @@ -180,7 +180,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -194,7 +194,7 @@ #### Defined in -[src/parser/classes/menus/MenuNavigationItem.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MenuNavigationItem.ts#L5) +[src/parser/classes/menus/MenuNavigationItem.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MenuNavigationItem.ts#L5) ## Methods @@ -232,7 +232,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -266,7 +266,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -300,7 +300,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -338,4 +338,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MenuPopup.md b/docs/api/namespaces/YTNodes/classes/MenuPopup.md index 0f61cb66..0a10bfe1 100644 --- a/docs/api/namespaces/YTNodes/classes/MenuPopup.md +++ b/docs/api/namespaces/YTNodes/classes/MenuPopup.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/menus/MenuPopup.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MenuPopup.ts#L13) +[src/parser/classes/menus/MenuPopup.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MenuPopup.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/menus/MenuPopup.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MenuPopup.ts#L11) +[src/parser/classes/menus/MenuPopup.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MenuPopup.ts#L11) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/menus/MenuPopup.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MenuPopup.ts#L9) +[src/parser/classes/menus/MenuPopup.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MenuPopup.ts#L9) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MenuServiceItem.md b/docs/api/namespaces/YTNodes/classes/MenuServiceItem.md index 7039af57..b65dcc98 100644 --- a/docs/api/namespaces/YTNodes/classes/MenuServiceItem.md +++ b/docs/api/namespaces/YTNodes/classes/MenuServiceItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/menus/MenuServiceItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MenuServiceItem.ts#L7) +[src/parser/classes/menus/MenuServiceItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MenuServiceItem.ts#L7) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/Button.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L19) +[src/parser/classes/Button.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L19) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/Button.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L18) +[src/parser/classes/Button.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L18) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/classes/Button.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L15) +[src/parser/classes/Button.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L15) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/Button.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L16) +[src/parser/classes/Button.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L16) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/Button.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L11) +[src/parser/classes/Button.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L11) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/Button.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L14) +[src/parser/classes/Button.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L14) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/Button.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L13) +[src/parser/classes/Button.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L13) *** @@ -138,7 +138,7 @@ #### Defined in -[src/parser/classes/Button.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L17) +[src/parser/classes/Button.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L17) *** @@ -152,7 +152,7 @@ #### Defined in -[src/parser/classes/Button.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L10) +[src/parser/classes/Button.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L10) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/Button.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Button.ts#L12) +[src/parser/classes/Button.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Button.ts#L12) *** @@ -180,7 +180,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -194,7 +194,7 @@ #### Defined in -[src/parser/classes/menus/MenuServiceItem.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MenuServiceItem.ts#L5) +[src/parser/classes/menus/MenuServiceItem.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MenuServiceItem.ts#L5) ## Methods @@ -232,7 +232,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -266,7 +266,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -300,7 +300,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -338,4 +338,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MenuServiceItemDownload.md b/docs/api/namespaces/YTNodes/classes/MenuServiceItemDownload.md index fd778fda..98963ab7 100644 --- a/docs/api/namespaces/YTNodes/classes/MenuServiceItemDownload.md +++ b/docs/api/namespaces/YTNodes/classes/MenuServiceItemDownload.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/menus/MenuServiceItemDownload.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MenuServiceItemDownload.ts#L11) +[src/parser/classes/menus/MenuServiceItemDownload.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MenuServiceItemDownload.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/menus/MenuServiceItemDownload.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MenuServiceItemDownload.ts#L9) +[src/parser/classes/menus/MenuServiceItemDownload.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MenuServiceItemDownload.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/menus/MenuServiceItemDownload.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MenuServiceItemDownload.ts#L8) +[src/parser/classes/menus/MenuServiceItemDownload.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MenuServiceItemDownload.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/menus/MenuServiceItemDownload.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MenuServiceItemDownload.ts#L6) +[src/parser/classes/menus/MenuServiceItemDownload.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MenuServiceItemDownload.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MenuTitle.md b/docs/api/namespaces/YTNodes/classes/MenuTitle.md index a407a442..c455a335 100644 --- a/docs/api/namespaces/YTNodes/classes/MenuTitle.md +++ b/docs/api/namespaces/YTNodes/classes/MenuTitle.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MenuTitle.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MenuTitle.ts#L10) +[src/parser/classes/MenuTitle.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MenuTitle.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MenuTitle.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MenuTitle.ts#L8) +[src/parser/classes/MenuTitle.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MenuTitle.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/MenuTitle.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MenuTitle.ts#L6) +[src/parser/classes/MenuTitle.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MenuTitle.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MerchandiseItem.md b/docs/api/namespaces/YTNodes/classes/MerchandiseItem.md index 0e9d7300..9837080a 100644 --- a/docs/api/namespaces/YTNodes/classes/MerchandiseItem.md +++ b/docs/api/namespaces/YTNodes/classes/MerchandiseItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MerchandiseItem.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseItem.ts#L21) +[src/parser/classes/MerchandiseItem.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseItem.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MerchandiseItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseItem.ts#L17) +[src/parser/classes/MerchandiseItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseItem.ts#L17) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MerchandiseItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseItem.ts#L15) +[src/parser/classes/MerchandiseItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseItem.ts#L15) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MerchandiseItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseItem.ts#L14) +[src/parser/classes/MerchandiseItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseItem.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/MerchandiseItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseItem.ts#L10) +[src/parser/classes/MerchandiseItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseItem.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/MerchandiseItem.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseItem.ts#L19) +[src/parser/classes/MerchandiseItem.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseItem.ts#L19) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/MerchandiseItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseItem.ts#L16) +[src/parser/classes/MerchandiseItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseItem.ts#L16) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/MerchandiseItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseItem.ts#L12) +[src/parser/classes/MerchandiseItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseItem.ts#L12) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/MerchandiseItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseItem.ts#L18) +[src/parser/classes/MerchandiseItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseItem.ts#L18) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/MerchandiseItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseItem.ts#L11) +[src/parser/classes/MerchandiseItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseItem.ts#L11) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/MerchandiseItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseItem.ts#L9) +[src/parser/classes/MerchandiseItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseItem.ts#L9) *** @@ -140,7 +140,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -150,7 +150,7 @@ #### Defined in -[src/parser/classes/MerchandiseItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseItem.ts#L13) +[src/parser/classes/MerchandiseItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseItem.ts#L13) *** @@ -164,7 +164,7 @@ #### Defined in -[src/parser/classes/MerchandiseItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseItem.ts#L7) +[src/parser/classes/MerchandiseItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseItem.ts#L7) ## Methods @@ -202,7 +202,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -236,7 +236,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -270,7 +270,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -308,4 +308,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MerchandiseShelf.md b/docs/api/namespaces/YTNodes/classes/MerchandiseShelf.md index a1380a96..f4d2bb20 100644 --- a/docs/api/namespaces/YTNodes/classes/MerchandiseShelf.md +++ b/docs/api/namespaces/YTNodes/classes/MerchandiseShelf.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MerchandiseShelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseShelf.ts#L11) +[src/parser/classes/MerchandiseShelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseShelf.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MerchandiseShelf.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseShelf.ts#L9) +[src/parser/classes/MerchandiseShelf.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseShelf.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MerchandiseShelf.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseShelf.ts#L8) +[src/parser/classes/MerchandiseShelf.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseShelf.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MerchandiseShelf.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseShelf.ts#L7) +[src/parser/classes/MerchandiseShelf.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseShelf.ts#L7) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/MerchandiseShelf.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseShelf.ts#L5) +[src/parser/classes/MerchandiseShelf.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseShelf.ts#L5) ## Accessors @@ -98,7 +98,7 @@ #### Defined in -[src/parser/classes/MerchandiseShelf.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MerchandiseShelf.ts#L19) +[src/parser/classes/MerchandiseShelf.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MerchandiseShelf.ts#L19) ## Methods @@ -136,7 +136,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -170,7 +170,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -204,7 +204,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -242,4 +242,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Message.md b/docs/api/namespaces/YTNodes/classes/Message.md index 82012c15..2ea3f3ad 100644 --- a/docs/api/namespaces/YTNodes/classes/Message.md +++ b/docs/api/namespaces/YTNodes/classes/Message.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Message.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Message.ts#L10) +[src/parser/classes/Message.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Message.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Message.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Message.ts#L8) +[src/parser/classes/Message.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Message.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/Message.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Message.ts#L6) +[src/parser/classes/Message.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Message.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MetadataBadge.md b/docs/api/namespaces/YTNodes/classes/MetadataBadge.md index 9e0b4ce3..76a73081 100644 --- a/docs/api/namespaces/YTNodes/classes/MetadataBadge.md +++ b/docs/api/namespaces/YTNodes/classes/MetadataBadge.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/MetadataBadge.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataBadge.ts#L12) +[src/parser/classes/MetadataBadge.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataBadge.ts#L12) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/MetadataBadge.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataBadge.ts#L7) +[src/parser/classes/MetadataBadge.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataBadge.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/classes/MetadataBadge.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataBadge.ts#L9) +[src/parser/classes/MetadataBadge.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataBadge.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/classes/MetadataBadge.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataBadge.ts#L8) +[src/parser/classes/MetadataBadge.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataBadge.ts#L8) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/classes/MetadataBadge.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataBadge.ts#L10) +[src/parser/classes/MetadataBadge.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataBadge.ts#L10) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -98,7 +98,7 @@ #### Defined in -[src/parser/classes/MetadataBadge.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataBadge.ts#L5) +[src/parser/classes/MetadataBadge.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataBadge.ts#L5) ## Methods @@ -136,7 +136,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -170,7 +170,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -204,7 +204,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -242,4 +242,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MetadataRow.md b/docs/api/namespaces/YTNodes/classes/MetadataRow.md index cb724d26..bc31ddfe 100644 --- a/docs/api/namespaces/YTNodes/classes/MetadataRow.md +++ b/docs/api/namespaces/YTNodes/classes/MetadataRow.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MetadataRow.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataRow.ts#L11) +[src/parser/classes/MetadataRow.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataRow.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MetadataRow.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataRow.ts#L9) +[src/parser/classes/MetadataRow.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataRow.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MetadataRow.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataRow.ts#L8) +[src/parser/classes/MetadataRow.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataRow.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/MetadataRow.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataRow.ts#L6) +[src/parser/classes/MetadataRow.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataRow.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MetadataRowContainer.md b/docs/api/namespaces/YTNodes/classes/MetadataRowContainer.md index 531fc999..92e8af0e 100644 --- a/docs/api/namespaces/YTNodes/classes/MetadataRowContainer.md +++ b/docs/api/namespaces/YTNodes/classes/MetadataRowContainer.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MetadataRowContainer.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataRowContainer.ts#L10) +[src/parser/classes/MetadataRowContainer.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataRowContainer.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MetadataRowContainer.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataRowContainer.ts#L8) +[src/parser/classes/MetadataRowContainer.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataRowContainer.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MetadataRowContainer.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataRowContainer.ts#L7) +[src/parser/classes/MetadataRowContainer.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataRowContainer.ts#L7) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/MetadataRowContainer.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataRowContainer.ts#L5) +[src/parser/classes/MetadataRowContainer.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataRowContainer.ts#L5) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MetadataRowHeader.md b/docs/api/namespaces/YTNodes/classes/MetadataRowHeader.md index b978f2a7..4abea7a8 100644 --- a/docs/api/namespaces/YTNodes/classes/MetadataRowHeader.md +++ b/docs/api/namespaces/YTNodes/classes/MetadataRowHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MetadataRowHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataRowHeader.ts#L11) +[src/parser/classes/MetadataRowHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataRowHeader.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MetadataRowHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataRowHeader.ts#L8) +[src/parser/classes/MetadataRowHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataRowHeader.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MetadataRowHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataRowHeader.ts#L9) +[src/parser/classes/MetadataRowHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataRowHeader.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/MetadataRowHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataRowHeader.ts#L6) +[src/parser/classes/MetadataRowHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataRowHeader.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MetadataScreen.md b/docs/api/namespaces/YTNodes/classes/MetadataScreen.md index 8898d5e1..f7c6a8ef 100644 --- a/docs/api/namespaces/YTNodes/classes/MetadataScreen.md +++ b/docs/api/namespaces/YTNodes/classes/MetadataScreen.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MetadataScreen.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataScreen.ts#L9) +[src/parser/classes/MetadataScreen.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataScreen.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MetadataScreen.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataScreen.ts#L7) +[src/parser/classes/MetadataScreen.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataScreen.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/MetadataScreen.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MetadataScreen.ts#L5) +[src/parser/classes/MetadataScreen.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MetadataScreen.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MicroformatData.md b/docs/api/namespaces/YTNodes/classes/MicroformatData.md index 3ce45fea..6de6bae3 100644 --- a/docs/api/namespaces/YTNodes/classes/MicroformatData.md +++ b/docs/api/namespaces/YTNodes/classes/MicroformatData.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L32) +[src/parser/classes/MicroformatData.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L32) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L14) +[src/parser/classes/MicroformatData.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L13) +[src/parser/classes/MicroformatData.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L30) +[src/parser/classes/MicroformatData.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L30) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L10) +[src/parser/classes/MicroformatData.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L16) +[src/parser/classes/MicroformatData.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L16) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L15) +[src/parser/classes/MicroformatData.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L15) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L28) +[src/parser/classes/MicroformatData.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L28) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L27) +[src/parser/classes/MicroformatData.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L27) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L26) +[src/parser/classes/MicroformatData.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L26) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L17) +[src/parser/classes/MicroformatData.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L17) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L25) +[src/parser/classes/MicroformatData.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L25) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L12) +[src/parser/classes/MicroformatData.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L12) *** @@ -156,7 +156,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L29) +[src/parser/classes/MicroformatData.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L29) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L11) +[src/parser/classes/MicroformatData.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L11) *** @@ -176,7 +176,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L9) +[src/parser/classes/MicroformatData.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L9) *** @@ -186,7 +186,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L23) +[src/parser/classes/MicroformatData.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L23) *** @@ -196,7 +196,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L24) +[src/parser/classes/MicroformatData.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L24) *** @@ -210,7 +210,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -220,7 +220,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L20) +[src/parser/classes/MicroformatData.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L20) *** @@ -230,7 +230,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L19) +[src/parser/classes/MicroformatData.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L19) *** @@ -240,7 +240,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L18) +[src/parser/classes/MicroformatData.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L18) *** @@ -250,7 +250,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L8) +[src/parser/classes/MicroformatData.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L8) *** @@ -260,7 +260,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L22) +[src/parser/classes/MicroformatData.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L22) *** @@ -270,7 +270,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L21) +[src/parser/classes/MicroformatData.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L21) *** @@ -284,7 +284,7 @@ #### Defined in -[src/parser/classes/MicroformatData.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MicroformatData.ts#L6) +[src/parser/classes/MicroformatData.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MicroformatData.ts#L6) ## Methods @@ -322,7 +322,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -356,7 +356,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -390,7 +390,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -428,4 +428,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Mix.md b/docs/api/namespaces/YTNodes/classes/Mix.md index c46c5f1a..8ad46e0e 100644 --- a/docs/api/namespaces/YTNodes/classes/Mix.md +++ b/docs/api/namespaces/YTNodes/classes/Mix.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Mix.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Mix.ts#L7) +[src/parser/classes/Mix.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Mix.ts#L7) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L15) +[src/parser/classes/Playlist.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L15) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L23) +[src/parser/classes/Playlist.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L23) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L24) +[src/parser/classes/Playlist.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L24) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L20) +[src/parser/classes/Playlist.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L20) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L13) +[src/parser/classes/Playlist.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L13) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L22) +[src/parser/classes/Playlist.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L22) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L21) +[src/parser/classes/Playlist.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L21) *** @@ -138,7 +138,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L25) +[src/parser/classes/Playlist.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L25) *** @@ -152,7 +152,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L17) +[src/parser/classes/Playlist.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L17) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L16) +[src/parser/classes/Playlist.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L16) *** @@ -180,7 +180,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L14) +[src/parser/classes/Playlist.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L14) *** @@ -194,7 +194,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -208,7 +208,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L18) +[src/parser/classes/Playlist.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L18) *** @@ -222,7 +222,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L19) +[src/parser/classes/Playlist.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L19) *** @@ -236,7 +236,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L26) +[src/parser/classes/Playlist.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L26) *** @@ -250,7 +250,7 @@ #### Defined in -[src/parser/classes/Mix.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Mix.ts#L5) +[src/parser/classes/Mix.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Mix.ts#L5) ## Methods @@ -288,7 +288,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -322,7 +322,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -356,7 +356,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -394,4 +394,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MobileTopbar.md b/docs/api/namespaces/YTNodes/classes/MobileTopbar.md index 67157fc9..aac9387b 100644 --- a/docs/api/namespaces/YTNodes/classes/MobileTopbar.md +++ b/docs/api/namespaces/YTNodes/classes/MobileTopbar.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/mweb/MobileTopbar.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/MobileTopbar.ts#L12) +[src/parser/classes/mweb/MobileTopbar.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/MobileTopbar.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/mweb/MobileTopbar.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/MobileTopbar.ts#L9) +[src/parser/classes/mweb/MobileTopbar.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/MobileTopbar.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/mweb/MobileTopbar.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/MobileTopbar.ts#L10) +[src/parser/classes/mweb/MobileTopbar.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/MobileTopbar.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/mweb/MobileTopbar.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/MobileTopbar.ts#L8) +[src/parser/classes/mweb/MobileTopbar.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/MobileTopbar.ts#L8) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/mweb/MobileTopbar.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/MobileTopbar.ts#L6) +[src/parser/classes/mweb/MobileTopbar.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/MobileTopbar.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ModalWithTitleAndButton.md b/docs/api/namespaces/YTNodes/classes/ModalWithTitleAndButton.md index caebe353..95e8012c 100644 --- a/docs/api/namespaces/YTNodes/classes/ModalWithTitleAndButton.md +++ b/docs/api/namespaces/YTNodes/classes/ModalWithTitleAndButton.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ModalWithTitleAndButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ModalWithTitleAndButton.ts#L13) +[src/parser/classes/ModalWithTitleAndButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ModalWithTitleAndButton.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ModalWithTitleAndButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ModalWithTitleAndButton.ts#L11) +[src/parser/classes/ModalWithTitleAndButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ModalWithTitleAndButton.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ModalWithTitleAndButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ModalWithTitleAndButton.ts#L10) +[src/parser/classes/ModalWithTitleAndButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ModalWithTitleAndButton.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ModalWithTitleAndButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ModalWithTitleAndButton.ts#L9) +[src/parser/classes/ModalWithTitleAndButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ModalWithTitleAndButton.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/ModalWithTitleAndButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ModalWithTitleAndButton.ts#L7) +[src/parser/classes/ModalWithTitleAndButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ModalWithTitleAndButton.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ModifyChannelNotificationPreferenceEndpoint.md b/docs/api/namespaces/YTNodes/classes/ModifyChannelNotificationPreferenceEndpoint.md index 4e59b0d7..5da18c33 100644 --- a/docs/api/namespaces/YTNodes/classes/ModifyChannelNotificationPreferenceEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/ModifyChannelNotificationPreferenceEndpoint.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/endpoints/ModifyChannelNotificationPreferenceEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ModifyChannelNotificationPreferenceEndpoint.ts#L11) +[src/parser/classes/endpoints/ModifyChannelNotificationPreferenceEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ModifyChannelNotificationPreferenceEndpoint.ts#L11) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/endpoints/ModifyChannelNotificationPreferenceEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ModifyChannelNotificationPreferenceEndpoint.ts#L7) +[src/parser/classes/endpoints/ModifyChannelNotificationPreferenceEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ModifyChannelNotificationPreferenceEndpoint.ts#L7) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/ModifyChannelNotificationPreferenceEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ModifyChannelNotificationPreferenceEndpoint.ts#L20) +[src/parser/classes/endpoints/ModifyChannelNotificationPreferenceEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ModifyChannelNotificationPreferenceEndpoint.ts#L20) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/ModifyChannelNotificationPreferenceEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ModifyChannelNotificationPreferenceEndpoint.ts#L16) +[src/parser/classes/endpoints/ModifyChannelNotificationPreferenceEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ModifyChannelNotificationPreferenceEndpoint.ts#L16) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Movie.md b/docs/api/namespaces/YTNodes/classes/Movie.md index 3bf1ed98..57674744 100644 --- a/docs/api/namespaces/YTNodes/classes/Movie.md +++ b/docs/api/namespaces/YTNodes/classes/Movie.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Movie.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Movie.ts#L32) +[src/parser/classes/Movie.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Movie.ts#L32) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Movie.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Movie.ts#L19) +[src/parser/classes/Movie.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Movie.ts#L19) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Movie.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Movie.ts#L27) +[src/parser/classes/Movie.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Movie.ts#L27) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/Movie.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Movie.ts#L15) +[src/parser/classes/Movie.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Movie.ts#L15) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/Movie.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Movie.ts#L21) +[src/parser/classes/Movie.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Movie.ts#L21) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/Movie.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Movie.ts#L26) +[src/parser/classes/Movie.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Movie.ts#L26) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/Movie.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Movie.ts#L13) +[src/parser/classes/Movie.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Movie.ts#L13) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/Movie.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Movie.ts#L30) +[src/parser/classes/Movie.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Movie.ts#L30) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/Movie.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Movie.ts#L29) +[src/parser/classes/Movie.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Movie.ts#L29) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/Movie.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Movie.ts#L18) +[src/parser/classes/Movie.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Movie.ts#L18) *** @@ -134,7 +134,7 @@ #### Defined in -[src/parser/classes/Movie.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Movie.ts#L17) +[src/parser/classes/Movie.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Movie.ts#L17) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/Movie.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Movie.ts#L14) +[src/parser/classes/Movie.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Movie.ts#L14) *** @@ -154,7 +154,7 @@ #### Defined in -[src/parser/classes/Movie.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Movie.ts#L16) +[src/parser/classes/Movie.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Movie.ts#L16) *** @@ -168,7 +168,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -178,7 +178,7 @@ #### Defined in -[src/parser/classes/Movie.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Movie.ts#L28) +[src/parser/classes/Movie.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Movie.ts#L28) *** @@ -192,7 +192,7 @@ #### Defined in -[src/parser/classes/Movie.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Movie.ts#L11) +[src/parser/classes/Movie.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Movie.ts#L11) ## Methods @@ -230,7 +230,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -264,7 +264,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -298,7 +298,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -336,4 +336,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MovingThumbnail.md b/docs/api/namespaces/YTNodes/classes/MovingThumbnail.md index 2752d38d..5e5e97a5 100644 --- a/docs/api/namespaces/YTNodes/classes/MovingThumbnail.md +++ b/docs/api/namespaces/YTNodes/classes/MovingThumbnail.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MovingThumbnail.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MovingThumbnail.ts#L8) +[src/parser/classes/MovingThumbnail.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MovingThumbnail.ts#L8) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/MovingThumbnail.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MovingThumbnail.ts#L6) +[src/parser/classes/MovingThumbnail.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MovingThumbnail.ts#L6) ## Methods @@ -92,7 +92,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -126,7 +126,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -160,7 +160,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -198,4 +198,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MultiMarkersPlayerBar.md b/docs/api/namespaces/YTNodes/classes/MultiMarkersPlayerBar.md index b309d21f..d495876a 100644 --- a/docs/api/namespaces/YTNodes/classes/MultiMarkersPlayerBar.md +++ b/docs/api/namespaces/YTNodes/classes/MultiMarkersPlayerBar.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MultiMarkersPlayerBar.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MultiMarkersPlayerBar.ts#L39) +[src/parser/classes/MultiMarkersPlayerBar.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MultiMarkersPlayerBar.ts#L39) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MultiMarkersPlayerBar.ts:37](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MultiMarkersPlayerBar.ts#L37) +[src/parser/classes/MultiMarkersPlayerBar.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MultiMarkersPlayerBar.ts#L37) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/MultiMarkersPlayerBar.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MultiMarkersPlayerBar.ts#L35) +[src/parser/classes/MultiMarkersPlayerBar.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MultiMarkersPlayerBar.ts#L35) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MultiPageMenu.md b/docs/api/namespaces/YTNodes/classes/MultiPageMenu.md index c674f514..b250e44f 100644 --- a/docs/api/namespaces/YTNodes/classes/MultiPageMenu.md +++ b/docs/api/namespaces/YTNodes/classes/MultiPageMenu.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/menus/MultiPageMenu.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MultiPageMenu.ts#L13) +[src/parser/classes/menus/MultiPageMenu.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MultiPageMenu.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/menus/MultiPageMenu.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MultiPageMenu.ts#L9) +[src/parser/classes/menus/MultiPageMenu.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MultiPageMenu.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/menus/MultiPageMenu.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MultiPageMenu.ts#L10) +[src/parser/classes/menus/MultiPageMenu.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MultiPageMenu.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/menus/MultiPageMenu.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MultiPageMenu.ts#L11) +[src/parser/classes/menus/MultiPageMenu.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MultiPageMenu.ts#L11) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/menus/MultiPageMenu.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MultiPageMenu.ts#L7) +[src/parser/classes/menus/MultiPageMenu.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MultiPageMenu.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MultiPageMenuNotificationSection.md b/docs/api/namespaces/YTNodes/classes/MultiPageMenuNotificationSection.md index e4ec87e7..8d9f498a 100644 --- a/docs/api/namespaces/YTNodes/classes/MultiPageMenuNotificationSection.md +++ b/docs/api/namespaces/YTNodes/classes/MultiPageMenuNotificationSection.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/menus/MultiPageMenuNotificationSection.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MultiPageMenuNotificationSection.ts#L14) +[src/parser/classes/menus/MultiPageMenuNotificationSection.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MultiPageMenuNotificationSection.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/menus/MultiPageMenuNotificationSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MultiPageMenuNotificationSection.ts#L12) +[src/parser/classes/menus/MultiPageMenuNotificationSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MultiPageMenuNotificationSection.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/menus/MultiPageMenuNotificationSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MultiPageMenuNotificationSection.ts#L11) +[src/parser/classes/menus/MultiPageMenuNotificationSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MultiPageMenuNotificationSection.ts#L11) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/menus/MultiPageMenuNotificationSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MultiPageMenuNotificationSection.ts#L9) +[src/parser/classes/menus/MultiPageMenuNotificationSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MultiPageMenuNotificationSection.ts#L9) ## Accessors @@ -88,7 +88,7 @@ #### Defined in -[src/parser/classes/menus/MultiPageMenuNotificationSection.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MultiPageMenuNotificationSection.ts#L25) +[src/parser/classes/menus/MultiPageMenuNotificationSection.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MultiPageMenuNotificationSection.ts#L25) ## Methods @@ -126,7 +126,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -160,7 +160,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -194,7 +194,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -232,4 +232,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MultiPageMenuSection.md b/docs/api/namespaces/YTNodes/classes/MultiPageMenuSection.md index ef1598b8..4083f386 100644 --- a/docs/api/namespaces/YTNodes/classes/MultiPageMenuSection.md +++ b/docs/api/namespaces/YTNodes/classes/MultiPageMenuSection.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/mweb/MultiPageMenuSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/MultiPageMenuSection.ts#L10) +[src/parser/classes/mweb/MultiPageMenuSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/MultiPageMenuSection.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/mweb/MultiPageMenuSection.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/MultiPageMenuSection.ts#L8) +[src/parser/classes/mweb/MultiPageMenuSection.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/MultiPageMenuSection.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/mweb/MultiPageMenuSection.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/MultiPageMenuSection.ts#L6) +[src/parser/classes/mweb/MultiPageMenuSection.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/MultiPageMenuSection.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicCardShelf.md b/docs/api/namespaces/YTNodes/classes/MusicCardShelf.md index d25cd7db..3ec93130 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicCardShelf.md +++ b/docs/api/namespaces/YTNodes/classes/MusicCardShelf.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicCardShelf.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCardShelf.ts#L27) +[src/parser/classes/MusicCardShelf.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCardShelf.ts#L27) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicCardShelf.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCardShelf.ts#L18) +[src/parser/classes/MusicCardShelf.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCardShelf.ts#L18) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicCardShelf.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCardShelf.ts#L25) +[src/parser/classes/MusicCardShelf.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCardShelf.ts#L25) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MusicCardShelf.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCardShelf.ts#L22) +[src/parser/classes/MusicCardShelf.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCardShelf.ts#L22) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/MusicCardShelf.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCardShelf.ts#L21) +[src/parser/classes/MusicCardShelf.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCardShelf.ts#L21) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/MusicCardShelf.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCardShelf.ts#L19) +[src/parser/classes/MusicCardShelf.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCardShelf.ts#L19) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/MusicCardShelf.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCardShelf.ts#L20) +[src/parser/classes/MusicCardShelf.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCardShelf.ts#L20) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/MusicCardShelf.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCardShelf.ts#L17) +[src/parser/classes/MusicCardShelf.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCardShelf.ts#L17) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/MusicCardShelf.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCardShelf.ts#L23) +[src/parser/classes/MusicCardShelf.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCardShelf.ts#L23) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/MusicCardShelf.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCardShelf.ts#L15) +[src/parser/classes/MusicCardShelf.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCardShelf.ts#L15) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/MusicCardShelf.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCardShelf.ts#L24) +[src/parser/classes/MusicCardShelf.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCardShelf.ts#L24) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/MusicCardShelf.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCardShelf.ts#L16) +[src/parser/classes/MusicCardShelf.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCardShelf.ts#L16) *** @@ -150,7 +150,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -164,7 +164,7 @@ #### Defined in -[src/parser/classes/MusicCardShelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCardShelf.ts#L13) +[src/parser/classes/MusicCardShelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCardShelf.ts#L13) ## Methods @@ -202,7 +202,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -236,7 +236,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -270,7 +270,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -308,4 +308,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicCardShelfHeaderBasic.md b/docs/api/namespaces/YTNodes/classes/MusicCardShelfHeaderBasic.md index 18c74f6b..92eb0eaf 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicCardShelfHeaderBasic.md +++ b/docs/api/namespaces/YTNodes/classes/MusicCardShelfHeaderBasic.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicCardShelfHeaderBasic.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCardShelfHeaderBasic.ts#L10) +[src/parser/classes/MusicCardShelfHeaderBasic.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCardShelfHeaderBasic.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicCardShelfHeaderBasic.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCardShelfHeaderBasic.ts#L8) +[src/parser/classes/MusicCardShelfHeaderBasic.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCardShelfHeaderBasic.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/MusicCardShelfHeaderBasic.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCardShelfHeaderBasic.ts#L6) +[src/parser/classes/MusicCardShelfHeaderBasic.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCardShelfHeaderBasic.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicCarouselShelf.md b/docs/api/namespaces/YTNodes/classes/MusicCarouselShelf.md index 1635ff56..db674e76 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicCarouselShelf.md +++ b/docs/api/namespaces/YTNodes/classes/MusicCarouselShelf.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicCarouselShelf.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCarouselShelf.ts#L17) +[src/parser/classes/MusicCarouselShelf.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCarouselShelf.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicCarouselShelf.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCarouselShelf.ts#L14) +[src/parser/classes/MusicCarouselShelf.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCarouselShelf.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicCarouselShelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCarouselShelf.ts#L13) +[src/parser/classes/MusicCarouselShelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCarouselShelf.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MusicCarouselShelf.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCarouselShelf.ts#L15) +[src/parser/classes/MusicCarouselShelf.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCarouselShelf.ts#L15) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/MusicCarouselShelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCarouselShelf.ts#L11) +[src/parser/classes/MusicCarouselShelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCarouselShelf.ts#L11) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicCarouselShelfBasicHeader.md b/docs/api/namespaces/YTNodes/classes/MusicCarouselShelfBasicHeader.md index c28890c1..1c63dc6f 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicCarouselShelfBasicHeader.md +++ b/docs/api/namespaces/YTNodes/classes/MusicCarouselShelfBasicHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicCarouselShelfBasicHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCarouselShelfBasicHeader.ts#L17) +[src/parser/classes/MusicCarouselShelfBasicHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCarouselShelfBasicHeader.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicCarouselShelfBasicHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCarouselShelfBasicHeader.ts#L15) +[src/parser/classes/MusicCarouselShelfBasicHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCarouselShelfBasicHeader.ts#L15) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicCarouselShelfBasicHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCarouselShelfBasicHeader.ts#L14) +[src/parser/classes/MusicCarouselShelfBasicHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCarouselShelfBasicHeader.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MusicCarouselShelfBasicHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCarouselShelfBasicHeader.ts#L12) +[src/parser/classes/MusicCarouselShelfBasicHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCarouselShelfBasicHeader.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/MusicCarouselShelfBasicHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCarouselShelfBasicHeader.ts#L13) +[src/parser/classes/MusicCarouselShelfBasicHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCarouselShelfBasicHeader.ts#L13) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/MusicCarouselShelfBasicHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCarouselShelfBasicHeader.ts#L11) +[src/parser/classes/MusicCarouselShelfBasicHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCarouselShelfBasicHeader.ts#L11) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/MusicCarouselShelfBasicHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicCarouselShelfBasicHeader.ts#L9) +[src/parser/classes/MusicCarouselShelfBasicHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicCarouselShelfBasicHeader.ts#L9) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicDescriptionShelf.md b/docs/api/namespaces/YTNodes/classes/MusicDescriptionShelf.md index dc980705..d397e44c 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicDescriptionShelf.md +++ b/docs/api/namespaces/YTNodes/classes/MusicDescriptionShelf.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicDescriptionShelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDescriptionShelf.ts#L13) +[src/parser/classes/MusicDescriptionShelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDescriptionShelf.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicDescriptionShelf.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDescriptionShelf.ts#L8) +[src/parser/classes/MusicDescriptionShelf.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDescriptionShelf.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicDescriptionShelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDescriptionShelf.ts#L11) +[src/parser/classes/MusicDescriptionShelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDescriptionShelf.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MusicDescriptionShelf.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDescriptionShelf.ts#L9) +[src/parser/classes/MusicDescriptionShelf.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDescriptionShelf.ts#L9) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/MusicDescriptionShelf.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDescriptionShelf.ts#L10) +[src/parser/classes/MusicDescriptionShelf.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDescriptionShelf.ts#L10) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/MusicDescriptionShelf.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDescriptionShelf.ts#L6) +[src/parser/classes/MusicDescriptionShelf.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDescriptionShelf.ts#L6) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicDetailHeader.md b/docs/api/namespaces/YTNodes/classes/MusicDetailHeader.md index 50e4699c..5dfba453 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicDetailHeader.md +++ b/docs/api/namespaces/YTNodes/classes/MusicDetailHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicDetailHeader.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDetailHeader.ts#L27) +[src/parser/classes/MusicDetailHeader.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDetailHeader.ts#L27) ## Properties @@ -48,7 +48,7 @@ #### Defined in -[src/parser/classes/MusicDetailHeader.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDetailHeader.ts#L20) +[src/parser/classes/MusicDetailHeader.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDetailHeader.ts#L20) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/MusicDetailHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDetailHeader.ts#L19) +[src/parser/classes/MusicDetailHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDetailHeader.ts#L19) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/classes/MusicDetailHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDetailHeader.ts#L12) +[src/parser/classes/MusicDetailHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDetailHeader.ts#L12) *** @@ -78,7 +78,7 @@ #### Defined in -[src/parser/classes/MusicDetailHeader.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDetailHeader.ts#L25) +[src/parser/classes/MusicDetailHeader.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDetailHeader.ts#L25) *** @@ -88,7 +88,7 @@ #### Defined in -[src/parser/classes/MusicDetailHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDetailHeader.ts#L14) +[src/parser/classes/MusicDetailHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDetailHeader.ts#L14) *** @@ -98,7 +98,7 @@ #### Defined in -[src/parser/classes/MusicDetailHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDetailHeader.ts#L16) +[src/parser/classes/MusicDetailHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDetailHeader.ts#L16) *** @@ -108,7 +108,7 @@ #### Defined in -[src/parser/classes/MusicDetailHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDetailHeader.ts#L13) +[src/parser/classes/MusicDetailHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDetailHeader.ts#L13) *** @@ -118,7 +118,7 @@ #### Defined in -[src/parser/classes/MusicDetailHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDetailHeader.ts#L18) +[src/parser/classes/MusicDetailHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDetailHeader.ts#L18) *** @@ -128,7 +128,7 @@ #### Defined in -[src/parser/classes/MusicDetailHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDetailHeader.ts#L11) +[src/parser/classes/MusicDetailHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDetailHeader.ts#L11) *** @@ -138,7 +138,7 @@ #### Defined in -[src/parser/classes/MusicDetailHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDetailHeader.ts#L17) +[src/parser/classes/MusicDetailHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDetailHeader.ts#L17) *** @@ -152,7 +152,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -162,7 +162,7 @@ #### Defined in -[src/parser/classes/MusicDetailHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDetailHeader.ts#L15) +[src/parser/classes/MusicDetailHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDetailHeader.ts#L15) *** @@ -176,7 +176,7 @@ #### Defined in -[src/parser/classes/MusicDetailHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDetailHeader.ts#L9) +[src/parser/classes/MusicDetailHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDetailHeader.ts#L9) ## Methods @@ -214,7 +214,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -248,7 +248,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -282,7 +282,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -320,4 +320,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicDownloadStateBadge.md b/docs/api/namespaces/YTNodes/classes/MusicDownloadStateBadge.md index d1601068..901fb45c 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicDownloadStateBadge.md +++ b/docs/api/namespaces/YTNodes/classes/MusicDownloadStateBadge.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicDownloadStateBadge.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDownloadStateBadge.ts#L10) +[src/parser/classes/MusicDownloadStateBadge.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDownloadStateBadge.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicDownloadStateBadge.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDownloadStateBadge.ts#L7) +[src/parser/classes/MusicDownloadStateBadge.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDownloadStateBadge.ts#L7) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicDownloadStateBadge.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDownloadStateBadge.ts#L8) +[src/parser/classes/MusicDownloadStateBadge.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDownloadStateBadge.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/MusicDownloadStateBadge.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicDownloadStateBadge.ts#L5) +[src/parser/classes/MusicDownloadStateBadge.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicDownloadStateBadge.ts#L5) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicEditablePlaylistDetailHeader.md b/docs/api/namespaces/YTNodes/classes/MusicEditablePlaylistDetailHeader.md index a9e20238..7bd2c5b3 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicEditablePlaylistDetailHeader.md +++ b/docs/api/namespaces/YTNodes/classes/MusicEditablePlaylistDetailHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicEditablePlaylistDetailHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicEditablePlaylistDetailHeader.ts#L11) +[src/parser/classes/MusicEditablePlaylistDetailHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicEditablePlaylistDetailHeader.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicEditablePlaylistDetailHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicEditablePlaylistDetailHeader.ts#L8) +[src/parser/classes/MusicEditablePlaylistDetailHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicEditablePlaylistDetailHeader.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicEditablePlaylistDetailHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicEditablePlaylistDetailHeader.ts#L7) +[src/parser/classes/MusicEditablePlaylistDetailHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicEditablePlaylistDetailHeader.ts#L7) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MusicEditablePlaylistDetailHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicEditablePlaylistDetailHeader.ts#L9) +[src/parser/classes/MusicEditablePlaylistDetailHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicEditablePlaylistDetailHeader.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/MusicEditablePlaylistDetailHeader.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicEditablePlaylistDetailHeader.ts#L5) +[src/parser/classes/MusicEditablePlaylistDetailHeader.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicEditablePlaylistDetailHeader.ts#L5) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicElementHeader.md b/docs/api/namespaces/YTNodes/classes/MusicElementHeader.md index c5312c1f..bd7f28dc 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicElementHeader.md +++ b/docs/api/namespaces/YTNodes/classes/MusicElementHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicElementHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicElementHeader.ts#L10) +[src/parser/classes/MusicElementHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicElementHeader.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicElementHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicElementHeader.ts#L8) +[src/parser/classes/MusicElementHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicElementHeader.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/MusicElementHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicElementHeader.ts#L6) +[src/parser/classes/MusicElementHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicElementHeader.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicHeader.md b/docs/api/namespaces/YTNodes/classes/MusicHeader.md index 24357941..6e1f0866 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicHeader.md +++ b/docs/api/namespaces/YTNodes/classes/MusicHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicHeader.ts#L11) +[src/parser/classes/MusicHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicHeader.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicHeader.ts#L8) +[src/parser/classes/MusicHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicHeader.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicHeader.ts#L9) +[src/parser/classes/MusicHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicHeader.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/MusicHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicHeader.ts#L6) +[src/parser/classes/MusicHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicHeader.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicImmersiveHeader.md b/docs/api/namespaces/YTNodes/classes/MusicImmersiveHeader.md index 59c536e9..b6e1905c 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicImmersiveHeader.md +++ b/docs/api/namespaces/YTNodes/classes/MusicImmersiveHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicImmersiveHeader.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicImmersiveHeader.ts#L26) +[src/parser/classes/MusicImmersiveHeader.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicImmersiveHeader.ts#L26) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicImmersiveHeader.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicImmersiveHeader.ts#L23) +[src/parser/classes/MusicImmersiveHeader.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicImmersiveHeader.ts#L23) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicImmersiveHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicImmersiveHeader.ts#L17) +[src/parser/classes/MusicImmersiveHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicImmersiveHeader.ts#L17) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MusicImmersiveHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicImmersiveHeader.ts#L18) +[src/parser/classes/MusicImmersiveHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicImmersiveHeader.ts#L18) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/MusicImmersiveHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicImmersiveHeader.ts#L19) +[src/parser/classes/MusicImmersiveHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicImmersiveHeader.ts#L19) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/MusicImmersiveHeader.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicImmersiveHeader.ts#L20) +[src/parser/classes/MusicImmersiveHeader.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicImmersiveHeader.ts#L20) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/MusicImmersiveHeader.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicImmersiveHeader.ts#L21) +[src/parser/classes/MusicImmersiveHeader.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicImmersiveHeader.ts#L21) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/MusicImmersiveHeader.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicImmersiveHeader.ts#L22) +[src/parser/classes/MusicImmersiveHeader.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicImmersiveHeader.ts#L22) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/MusicImmersiveHeader.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicImmersiveHeader.ts#L24) +[src/parser/classes/MusicImmersiveHeader.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicImmersiveHeader.ts#L24) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/MusicImmersiveHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicImmersiveHeader.ts#L16) +[src/parser/classes/MusicImmersiveHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicImmersiveHeader.ts#L16) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/MusicImmersiveHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicImmersiveHeader.ts#L14) +[src/parser/classes/MusicImmersiveHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicImmersiveHeader.ts#L14) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicInlineBadge.md b/docs/api/namespaces/YTNodes/classes/MusicInlineBadge.md index d848d8af..58776098 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicInlineBadge.md +++ b/docs/api/namespaces/YTNodes/classes/MusicInlineBadge.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicInlineBadge.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicInlineBadge.ts#L11) +[src/parser/classes/MusicInlineBadge.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicInlineBadge.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicInlineBadge.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicInlineBadge.ts#L9) +[src/parser/classes/MusicInlineBadge.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicInlineBadge.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicInlineBadge.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicInlineBadge.ts#L8) +[src/parser/classes/MusicInlineBadge.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicInlineBadge.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/MusicInlineBadge.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicInlineBadge.ts#L6) +[src/parser/classes/MusicInlineBadge.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicInlineBadge.ts#L6) ## Accessors @@ -88,7 +88,7 @@ #### Defined in -[src/parser/classes/MusicInlineBadge.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicInlineBadge.ts#L23) +[src/parser/classes/MusicInlineBadge.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicInlineBadge.ts#L23) ## Methods @@ -126,7 +126,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -160,7 +160,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -194,7 +194,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -232,4 +232,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicItemThumbnailOverlay.md b/docs/api/namespaces/YTNodes/classes/MusicItemThumbnailOverlay.md index 88083788..9bef20cc 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicItemThumbnailOverlay.md +++ b/docs/api/namespaces/YTNodes/classes/MusicItemThumbnailOverlay.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicItemThumbnailOverlay.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicItemThumbnailOverlay.ts#L12) +[src/parser/classes/MusicItemThumbnailOverlay.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicItemThumbnailOverlay.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicItemThumbnailOverlay.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicItemThumbnailOverlay.ts#L8) +[src/parser/classes/MusicItemThumbnailOverlay.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicItemThumbnailOverlay.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicItemThumbnailOverlay.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicItemThumbnailOverlay.ts#L9) +[src/parser/classes/MusicItemThumbnailOverlay.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicItemThumbnailOverlay.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MusicItemThumbnailOverlay.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicItemThumbnailOverlay.ts#L10) +[src/parser/classes/MusicItemThumbnailOverlay.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicItemThumbnailOverlay.ts#L10) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/MusicItemThumbnailOverlay.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicItemThumbnailOverlay.ts#L6) +[src/parser/classes/MusicItemThumbnailOverlay.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicItemThumbnailOverlay.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicLargeCardItemCarousel.md b/docs/api/namespaces/YTNodes/classes/MusicLargeCardItemCarousel.md index 841fa3cf..b81cc996 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicLargeCardItemCarousel.md +++ b/docs/api/namespaces/YTNodes/classes/MusicLargeCardItemCarousel.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicLargeCardItemCarousel.ts:49](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicLargeCardItemCarousel.ts#L49) +[src/parser/classes/MusicLargeCardItemCarousel.ts:49](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicLargeCardItemCarousel.ts#L49) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicLargeCardItemCarousel.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicLargeCardItemCarousel.ts#L47) +[src/parser/classes/MusicLargeCardItemCarousel.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicLargeCardItemCarousel.ts#L47) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicLargeCardItemCarousel.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicLargeCardItemCarousel.ts#L46) +[src/parser/classes/MusicLargeCardItemCarousel.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicLargeCardItemCarousel.ts#L46) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/MusicLargeCardItemCarousel.ts:44](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicLargeCardItemCarousel.ts#L44) +[src/parser/classes/MusicLargeCardItemCarousel.ts:44](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicLargeCardItemCarousel.ts#L44) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicMenuItemDivider.md b/docs/api/namespaces/YTNodes/classes/MusicMenuItemDivider.md index f92daf77..32468197 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicMenuItemDivider.md +++ b/docs/api/namespaces/YTNodes/classes/MusicMenuItemDivider.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/menus/MusicMenuItemDivider.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MusicMenuItemDivider.ts#L8) +[src/parser/classes/menus/MusicMenuItemDivider.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MusicMenuItemDivider.ts#L8) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/menus/MusicMenuItemDivider.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MusicMenuItemDivider.ts#L5) +[src/parser/classes/menus/MusicMenuItemDivider.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MusicMenuItemDivider.ts#L5) ## Methods @@ -92,7 +92,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -126,7 +126,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -160,7 +160,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -198,4 +198,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicMultiRowListItem.md b/docs/api/namespaces/YTNodes/classes/MusicMultiRowListItem.md index 3d1adb1c..8277a4fe 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicMultiRowListItem.md +++ b/docs/api/namespaces/YTNodes/classes/MusicMultiRowListItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicMultiRowListItem.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicMultiRowListItem.ts#L23) +[src/parser/classes/MusicMultiRowListItem.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicMultiRowListItem.ts#L23) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicMultiRowListItem.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicMultiRowListItem.ts#L20) +[src/parser/classes/MusicMultiRowListItem.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicMultiRowListItem.ts#L20) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicMultiRowListItem.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicMultiRowListItem.ts#L21) +[src/parser/classes/MusicMultiRowListItem.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicMultiRowListItem.ts#L21) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MusicMultiRowListItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicMultiRowListItem.ts#L16) +[src/parser/classes/MusicMultiRowListItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicMultiRowListItem.ts#L16) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/MusicMultiRowListItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicMultiRowListItem.ts#L15) +[src/parser/classes/MusicMultiRowListItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicMultiRowListItem.ts#L15) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/MusicMultiRowListItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicMultiRowListItem.ts#L14) +[src/parser/classes/MusicMultiRowListItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicMultiRowListItem.ts#L14) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/MusicMultiRowListItem.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicMultiRowListItem.ts#L19) +[src/parser/classes/MusicMultiRowListItem.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicMultiRowListItem.ts#L19) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/MusicMultiRowListItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicMultiRowListItem.ts#L17) +[src/parser/classes/MusicMultiRowListItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicMultiRowListItem.ts#L17) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/MusicMultiRowListItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicMultiRowListItem.ts#L13) +[src/parser/classes/MusicMultiRowListItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicMultiRowListItem.ts#L13) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/MusicMultiRowListItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicMultiRowListItem.ts#L18) +[src/parser/classes/MusicMultiRowListItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicMultiRowListItem.ts#L18) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/MusicMultiRowListItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicMultiRowListItem.ts#L11) +[src/parser/classes/MusicMultiRowListItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicMultiRowListItem.ts#L11) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicMultiSelectMenu.md b/docs/api/namespaces/YTNodes/classes/MusicMultiSelectMenu.md index 9185e809..809c2cef 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicMultiSelectMenu.md +++ b/docs/api/namespaces/YTNodes/classes/MusicMultiSelectMenu.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/menus/MusicMultiSelectMenu.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MusicMultiSelectMenu.ts#L15) +[src/parser/classes/menus/MusicMultiSelectMenu.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MusicMultiSelectMenu.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/menus/MusicMultiSelectMenu.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MusicMultiSelectMenu.ts#L13) +[src/parser/classes/menus/MusicMultiSelectMenu.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MusicMultiSelectMenu.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/menus/MusicMultiSelectMenu.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MusicMultiSelectMenu.ts#L12) +[src/parser/classes/menus/MusicMultiSelectMenu.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MusicMultiSelectMenu.ts#L12) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/menus/MusicMultiSelectMenu.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MusicMultiSelectMenu.ts#L10) +[src/parser/classes/menus/MusicMultiSelectMenu.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MusicMultiSelectMenu.ts#L10) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicMultiSelectMenuItem.md b/docs/api/namespaces/YTNodes/classes/MusicMultiSelectMenuItem.md index c18020cd..3ccc4df2 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicMultiSelectMenuItem.md +++ b/docs/api/namespaces/YTNodes/classes/MusicMultiSelectMenuItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/menus/MusicMultiSelectMenuItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MusicMultiSelectMenuItem.ts#L15) +[src/parser/classes/menus/MusicMultiSelectMenuItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MusicMultiSelectMenuItem.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/menus/MusicMultiSelectMenuItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MusicMultiSelectMenuItem.ts#L12) +[src/parser/classes/menus/MusicMultiSelectMenuItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MusicMultiSelectMenuItem.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/menus/MusicMultiSelectMenuItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MusicMultiSelectMenuItem.ts#L10) +[src/parser/classes/menus/MusicMultiSelectMenuItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MusicMultiSelectMenuItem.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/menus/MusicMultiSelectMenuItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MusicMultiSelectMenuItem.ts#L13) +[src/parser/classes/menus/MusicMultiSelectMenuItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MusicMultiSelectMenuItem.ts#L13) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/menus/MusicMultiSelectMenuItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MusicMultiSelectMenuItem.ts#L11) +[src/parser/classes/menus/MusicMultiSelectMenuItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MusicMultiSelectMenuItem.ts#L11) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/menus/MusicMultiSelectMenuItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MusicMultiSelectMenuItem.ts#L9) +[src/parser/classes/menus/MusicMultiSelectMenuItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MusicMultiSelectMenuItem.ts#L9) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/menus/MusicMultiSelectMenuItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/MusicMultiSelectMenuItem.ts#L7) +[src/parser/classes/menus/MusicMultiSelectMenuItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/MusicMultiSelectMenuItem.ts#L7) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicNavigationButton.md b/docs/api/namespaces/YTNodes/classes/MusicNavigationButton.md index 6a2d283e..f7e187e9 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicNavigationButton.md +++ b/docs/api/namespaces/YTNodes/classes/MusicNavigationButton.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicNavigationButton.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicNavigationButton.ts#L12) +[src/parser/classes/MusicNavigationButton.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicNavigationButton.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicNavigationButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicNavigationButton.ts#L9) +[src/parser/classes/MusicNavigationButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicNavigationButton.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicNavigationButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicNavigationButton.ts#L10) +[src/parser/classes/MusicNavigationButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicNavigationButton.ts#L10) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/MusicNavigationButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicNavigationButton.ts#L7) +[src/parser/classes/MusicNavigationButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicNavigationButton.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicPlayButton.md b/docs/api/namespaces/YTNodes/classes/MusicPlayButton.md index 45c1d492..73b9ff31 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicPlayButton.md +++ b/docs/api/namespaces/YTNodes/classes/MusicPlayButton.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicPlayButton.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlayButton.ts#L16) +[src/parser/classes/MusicPlayButton.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlayButton.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicPlayButton.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlayButton.ts#L14) +[src/parser/classes/MusicPlayButton.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlayButton.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicPlayButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlayButton.ts#L13) +[src/parser/classes/MusicPlayButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlayButton.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MusicPlayButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlayButton.ts#L9) +[src/parser/classes/MusicPlayButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlayButton.ts#L9) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/MusicPlayButton.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlayButton.ts#L12) +[src/parser/classes/MusicPlayButton.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlayButton.ts#L12) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/MusicPlayButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlayButton.ts#L11) +[src/parser/classes/MusicPlayButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlayButton.ts#L11) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/MusicPlayButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlayButton.ts#L10) +[src/parser/classes/MusicPlayButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlayButton.ts#L10) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/MusicPlayButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlayButton.ts#L7) +[src/parser/classes/MusicPlayButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlayButton.ts#L7) ## Accessors @@ -128,7 +128,7 @@ #### Defined in -[src/parser/classes/MusicPlayButton.ts:43](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlayButton.ts#L43) +[src/parser/classes/MusicPlayButton.ts:43](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlayButton.ts#L43) *** @@ -142,7 +142,7 @@ #### Defined in -[src/parser/classes/MusicPlayButton.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlayButton.ts#L39) +[src/parser/classes/MusicPlayButton.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlayButton.ts#L39) ## Methods @@ -180,7 +180,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -214,7 +214,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -248,7 +248,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -286,4 +286,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicPlaylistEditHeader.md b/docs/api/namespaces/YTNodes/classes/MusicPlaylistEditHeader.md index c5eb716f..659b3ade 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicPlaylistEditHeader.md +++ b/docs/api/namespaces/YTNodes/classes/MusicPlaylistEditHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicPlaylistEditHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlaylistEditHeader.ts#L18) +[src/parser/classes/MusicPlaylistEditHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlaylistEditHeader.ts#L18) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicPlaylistEditHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlaylistEditHeader.ts#L12) +[src/parser/classes/MusicPlaylistEditHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlaylistEditHeader.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicPlaylistEditHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlaylistEditHeader.ts#L11) +[src/parser/classes/MusicPlaylistEditHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlaylistEditHeader.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MusicPlaylistEditHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlaylistEditHeader.ts#L15) +[src/parser/classes/MusicPlaylistEditHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlaylistEditHeader.ts#L15) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/MusicPlaylistEditHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlaylistEditHeader.ts#L14) +[src/parser/classes/MusicPlaylistEditHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlaylistEditHeader.ts#L14) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/MusicPlaylistEditHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlaylistEditHeader.ts#L13) +[src/parser/classes/MusicPlaylistEditHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlaylistEditHeader.ts#L13) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/MusicPlaylistEditHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlaylistEditHeader.ts#L16) +[src/parser/classes/MusicPlaylistEditHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlaylistEditHeader.ts#L16) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/MusicPlaylistEditHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlaylistEditHeader.ts#L10) +[src/parser/classes/MusicPlaylistEditHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlaylistEditHeader.ts#L10) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/MusicPlaylistEditHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlaylistEditHeader.ts#L8) +[src/parser/classes/MusicPlaylistEditHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlaylistEditHeader.ts#L8) ## Methods @@ -162,7 +162,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -196,7 +196,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -230,7 +230,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -268,4 +268,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicPlaylistShelf.md b/docs/api/namespaces/YTNodes/classes/MusicPlaylistShelf.md index f9e3675e..3e4272ac 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicPlaylistShelf.md +++ b/docs/api/namespaces/YTNodes/classes/MusicPlaylistShelf.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicPlaylistShelf.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlaylistShelf.ts#L14) +[src/parser/classes/MusicPlaylistShelf.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlaylistShelf.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicPlaylistShelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlaylistShelf.ts#L11) +[src/parser/classes/MusicPlaylistShelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlaylistShelf.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicPlaylistShelf.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlaylistShelf.ts#L10) +[src/parser/classes/MusicPlaylistShelf.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlaylistShelf.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MusicPlaylistShelf.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlaylistShelf.ts#L12) +[src/parser/classes/MusicPlaylistShelf.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlaylistShelf.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/MusicPlaylistShelf.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlaylistShelf.ts#L9) +[src/parser/classes/MusicPlaylistShelf.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlaylistShelf.ts#L9) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/MusicPlaylistShelf.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicPlaylistShelf.ts#L7) +[src/parser/classes/MusicPlaylistShelf.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicPlaylistShelf.ts#L7) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicQueue.md b/docs/api/namespaces/YTNodes/classes/MusicQueue.md index 2c6c4d11..61f6f9c3 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicQueue.md +++ b/docs/api/namespaces/YTNodes/classes/MusicQueue.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicQueue.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicQueue.ts#L10) +[src/parser/classes/MusicQueue.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicQueue.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicQueue.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicQueue.ts#L8) +[src/parser/classes/MusicQueue.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicQueue.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/MusicQueue.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicQueue.ts#L6) +[src/parser/classes/MusicQueue.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicQueue.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicResponsiveHeader.md b/docs/api/namespaces/YTNodes/classes/MusicResponsiveHeader.md index f6dd242f..0614f322 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicResponsiveHeader.md +++ b/docs/api/namespaces/YTNodes/classes/MusicResponsiveHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveHeader.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveHeader.ts#L28) +[src/parser/classes/MusicResponsiveHeader.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveHeader.ts#L28) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveHeader.ts#L19) +[src/parser/classes/MusicResponsiveHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveHeader.ts#L19) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveHeader.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveHeader.ts#L26) +[src/parser/classes/MusicResponsiveHeader.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveHeader.ts#L26) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveHeader.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveHeader.ts#L24) +[src/parser/classes/MusicResponsiveHeader.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveHeader.ts#L24) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveHeader.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveHeader.ts#L22) +[src/parser/classes/MusicResponsiveHeader.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveHeader.ts#L22) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveHeader.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveHeader.ts#L23) +[src/parser/classes/MusicResponsiveHeader.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveHeader.ts#L23) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveHeader.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveHeader.ts#L21) +[src/parser/classes/MusicResponsiveHeader.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveHeader.ts#L21) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveHeader.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveHeader.ts#L25) +[src/parser/classes/MusicResponsiveHeader.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveHeader.ts#L25) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveHeader.ts#L18) +[src/parser/classes/MusicResponsiveHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveHeader.ts#L18) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveHeader.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveHeader.ts#L20) +[src/parser/classes/MusicResponsiveHeader.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveHeader.ts#L20) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveHeader.ts#L16) +[src/parser/classes/MusicResponsiveHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveHeader.ts#L16) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicResponsiveListItem.md b/docs/api/namespaces/YTNodes/classes/MusicResponsiveListItem.md index f56c8dbe..744011c7 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicResponsiveListItem.md +++ b/docs/api/namespaces/YTNodes/classes/MusicResponsiveListItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:77](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L77) +[src/parser/classes/MusicResponsiveListItem.ts:77](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L77) ## Properties @@ -48,7 +48,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:44](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L44) +[src/parser/classes/MusicResponsiveListItem.ts:44](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L44) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:50](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L50) +[src/parser/classes/MusicResponsiveListItem.ts:50](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L50) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:69](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L69) +[src/parser/classes/MusicResponsiveListItem.ts:69](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L69) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:57](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L57) +[src/parser/classes/MusicResponsiveListItem.ts:57](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L57) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L33) +[src/parser/classes/MusicResponsiveListItem.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L33) *** @@ -118,7 +118,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L39) +[src/parser/classes/MusicResponsiveListItem.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L39) *** @@ -128,7 +128,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L29) +[src/parser/classes/MusicResponsiveListItem.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L29) *** @@ -138,7 +138,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L27) +[src/parser/classes/MusicResponsiveListItem.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L27) *** @@ -148,7 +148,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L26) +[src/parser/classes/MusicResponsiveListItem.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L26) *** @@ -158,7 +158,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:37](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L37) +[src/parser/classes/MusicResponsiveListItem.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L37) *** @@ -168,7 +168,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L31) +[src/parser/classes/MusicResponsiveListItem.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L31) *** @@ -178,7 +178,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:74](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L74) +[src/parser/classes/MusicResponsiveListItem.ts:74](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L74) *** @@ -188,7 +188,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L30) +[src/parser/classes/MusicResponsiveListItem.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L30) *** @@ -198,7 +198,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:34](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L34) +[src/parser/classes/MusicResponsiveListItem.ts:34](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L34) *** @@ -208,7 +208,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:63](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L63) +[src/parser/classes/MusicResponsiveListItem.ts:63](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L63) *** @@ -218,7 +218,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L35) +[src/parser/classes/MusicResponsiveListItem.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L35) *** @@ -228,7 +228,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:66](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L66) +[src/parser/classes/MusicResponsiveListItem.ts:66](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L66) *** @@ -238,7 +238,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:65](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L65) +[src/parser/classes/MusicResponsiveListItem.ts:65](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L65) *** @@ -248,7 +248,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:64](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L64) +[src/parser/classes/MusicResponsiveListItem.ts:64](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L64) *** @@ -258,7 +258,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L32) +[src/parser/classes/MusicResponsiveListItem.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L32) *** @@ -268,7 +268,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L38) +[src/parser/classes/MusicResponsiveListItem.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L38) *** @@ -282,7 +282,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -292,7 +292,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:56](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L56) +[src/parser/classes/MusicResponsiveListItem.ts:56](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L56) *** @@ -302,7 +302,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:75](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L75) +[src/parser/classes/MusicResponsiveListItem.ts:75](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L75) *** @@ -316,7 +316,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L24) +[src/parser/classes/MusicResponsiveListItem.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L24) ## Accessors @@ -330,7 +330,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItem.ts:334](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItem.ts#L334) +[src/parser/classes/MusicResponsiveListItem.ts:334](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItem.ts#L334) ## Methods @@ -368,7 +368,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -402,7 +402,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -436,7 +436,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -474,4 +474,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicResponsiveListItemFixedColumn.md b/docs/api/namespaces/YTNodes/classes/MusicResponsiveListItemFixedColumn.md index 590bead5..6c14a157 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicResponsiveListItemFixedColumn.md +++ b/docs/api/namespaces/YTNodes/classes/MusicResponsiveListItemFixedColumn.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItemFixedColumn.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItemFixedColumn.ts#L11) +[src/parser/classes/MusicResponsiveListItemFixedColumn.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItemFixedColumn.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItemFixedColumn.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItemFixedColumn.ts#L9) +[src/parser/classes/MusicResponsiveListItemFixedColumn.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItemFixedColumn.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItemFixedColumn.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItemFixedColumn.ts#L8) +[src/parser/classes/MusicResponsiveListItemFixedColumn.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItemFixedColumn.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItemFixedColumn.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItemFixedColumn.ts#L6) +[src/parser/classes/MusicResponsiveListItemFixedColumn.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItemFixedColumn.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicResponsiveListItemFlexColumn.md b/docs/api/namespaces/YTNodes/classes/MusicResponsiveListItemFlexColumn.md index 16d07cc8..fb4a0894 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicResponsiveListItemFlexColumn.md +++ b/docs/api/namespaces/YTNodes/classes/MusicResponsiveListItemFlexColumn.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItemFlexColumn.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItemFlexColumn.ts#L11) +[src/parser/classes/MusicResponsiveListItemFlexColumn.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItemFlexColumn.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItemFlexColumn.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItemFlexColumn.ts#L9) +[src/parser/classes/MusicResponsiveListItemFlexColumn.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItemFlexColumn.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItemFlexColumn.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItemFlexColumn.ts#L8) +[src/parser/classes/MusicResponsiveListItemFlexColumn.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItemFlexColumn.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/MusicResponsiveListItemFlexColumn.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicResponsiveListItemFlexColumn.ts#L6) +[src/parser/classes/MusicResponsiveListItemFlexColumn.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicResponsiveListItemFlexColumn.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicShelf.md b/docs/api/namespaces/YTNodes/classes/MusicShelf.md index 9b06a196..a9408f11 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicShelf.md +++ b/docs/api/namespaces/YTNodes/classes/MusicShelf.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicShelf.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicShelf.ts#L19) +[src/parser/classes/MusicShelf.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicShelf.ts#L19) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicShelf.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicShelf.ts#L16) +[src/parser/classes/MusicShelf.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicShelf.ts#L16) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicShelf.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicShelf.ts#L15) +[src/parser/classes/MusicShelf.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicShelf.ts#L15) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MusicShelf.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicShelf.ts#L12) +[src/parser/classes/MusicShelf.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicShelf.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/MusicShelf.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicShelf.ts#L14) +[src/parser/classes/MusicShelf.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicShelf.ts#L14) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/MusicShelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicShelf.ts#L13) +[src/parser/classes/MusicShelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicShelf.ts#L13) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/MusicShelf.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicShelf.ts#L17) +[src/parser/classes/MusicShelf.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicShelf.ts#L17) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/MusicShelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicShelf.ts#L11) +[src/parser/classes/MusicShelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicShelf.ts#L11) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/MusicShelf.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicShelf.ts#L9) +[src/parser/classes/MusicShelf.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicShelf.ts#L9) ## Methods @@ -162,7 +162,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -196,7 +196,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -230,7 +230,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -268,4 +268,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicSideAlignedItem.md b/docs/api/namespaces/YTNodes/classes/MusicSideAlignedItem.md index c3a82f41..3c4df5cf 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicSideAlignedItem.md +++ b/docs/api/namespaces/YTNodes/classes/MusicSideAlignedItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicSideAlignedItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicSideAlignedItem.ts#L10) +[src/parser/classes/MusicSideAlignedItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicSideAlignedItem.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicSideAlignedItem.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicSideAlignedItem.ts#L8) +[src/parser/classes/MusicSideAlignedItem.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicSideAlignedItem.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicSideAlignedItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicSideAlignedItem.ts#L7) +[src/parser/classes/MusicSideAlignedItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicSideAlignedItem.ts#L7) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/MusicSideAlignedItem.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicSideAlignedItem.ts#L5) +[src/parser/classes/MusicSideAlignedItem.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicSideAlignedItem.ts#L5) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicSortFilterButton.md b/docs/api/namespaces/YTNodes/classes/MusicSortFilterButton.md index 1b597f6d..eec3741f 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicSortFilterButton.md +++ b/docs/api/namespaces/YTNodes/classes/MusicSortFilterButton.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicSortFilterButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicSortFilterButton.ts#L13) +[src/parser/classes/MusicSortFilterButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicSortFilterButton.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicSortFilterButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicSortFilterButton.ts#L10) +[src/parser/classes/MusicSortFilterButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicSortFilterButton.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicSortFilterButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicSortFilterButton.ts#L11) +[src/parser/classes/MusicSortFilterButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicSortFilterButton.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MusicSortFilterButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicSortFilterButton.ts#L9) +[src/parser/classes/MusicSortFilterButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicSortFilterButton.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/MusicSortFilterButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicSortFilterButton.ts#L7) +[src/parser/classes/MusicSortFilterButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicSortFilterButton.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicTastebuilderShelf.md b/docs/api/namespaces/YTNodes/classes/MusicTastebuilderShelf.md index a8b45ed7..43e500e6 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicTastebuilderShelf.md +++ b/docs/api/namespaces/YTNodes/classes/MusicTastebuilderShelf.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicTastebuilderShelf.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTastebuilderShelf.ts#L18) +[src/parser/classes/MusicTastebuilderShelf.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTastebuilderShelf.ts#L18) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicTastebuilderShelf.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTastebuilderShelf.ts#L15) +[src/parser/classes/MusicTastebuilderShelf.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTastebuilderShelf.ts#L15) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicTastebuilderShelf.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTastebuilderShelf.ts#L16) +[src/parser/classes/MusicTastebuilderShelf.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTastebuilderShelf.ts#L16) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MusicTastebuilderShelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTastebuilderShelf.ts#L13) +[src/parser/classes/MusicTastebuilderShelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTastebuilderShelf.ts#L13) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/MusicTastebuilderShelf.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTastebuilderShelf.ts#L14) +[src/parser/classes/MusicTastebuilderShelf.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTastebuilderShelf.ts#L14) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/MusicTastebuilderShelf.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTastebuilderShelf.ts#L12) +[src/parser/classes/MusicTastebuilderShelf.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTastebuilderShelf.ts#L12) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/MusicTastebuilderShelf.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTastebuilderShelf.ts#L10) +[src/parser/classes/MusicTastebuilderShelf.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTastebuilderShelf.ts#L10) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicTastebuilderShelfThumbnail.md b/docs/api/namespaces/YTNodes/classes/MusicTastebuilderShelfThumbnail.md index e33ae66c..a9f30082 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicTastebuilderShelfThumbnail.md +++ b/docs/api/namespaces/YTNodes/classes/MusicTastebuilderShelfThumbnail.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicTastebuilderShelfThumbnail.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTastebuilderShelfThumbnail.ts#L10) +[src/parser/classes/MusicTastebuilderShelfThumbnail.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTastebuilderShelfThumbnail.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicTastebuilderShelfThumbnail.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTastebuilderShelfThumbnail.ts#L8) +[src/parser/classes/MusicTastebuilderShelfThumbnail.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTastebuilderShelfThumbnail.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/MusicTastebuilderShelfThumbnail.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTastebuilderShelfThumbnail.ts#L6) +[src/parser/classes/MusicTastebuilderShelfThumbnail.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTastebuilderShelfThumbnail.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicThumbnail.md b/docs/api/namespaces/YTNodes/classes/MusicThumbnail.md index 674df4e4..653673d8 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicThumbnail.md +++ b/docs/api/namespaces/YTNodes/classes/MusicThumbnail.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicThumbnail.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicThumbnail.ts#L10) +[src/parser/classes/MusicThumbnail.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicThumbnail.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicThumbnail.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicThumbnail.ts#L8) +[src/parser/classes/MusicThumbnail.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicThumbnail.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/MusicThumbnail.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicThumbnail.ts#L6) +[src/parser/classes/MusicThumbnail.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicThumbnail.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicTwoRowItem.md b/docs/api/namespaces/YTNodes/classes/MusicTwoRowItem.md index 11656e7a..9a780382 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicTwoRowItem.md +++ b/docs/api/namespaces/YTNodes/classes/MusicTwoRowItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:42](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L42) +[src/parser/classes/MusicTwoRowItem.ts:42](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L42) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L26) +[src/parser/classes/MusicTwoRowItem.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L26) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L32) +[src/parser/classes/MusicTwoRowItem.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L32) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L19) +[src/parser/classes/MusicTwoRowItem.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L19) *** @@ -78,7 +78,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L16) +[src/parser/classes/MusicTwoRowItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L16) *** @@ -88,7 +88,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L17) +[src/parser/classes/MusicTwoRowItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L17) *** @@ -98,7 +98,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L22) +[src/parser/classes/MusicTwoRowItem.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L22) *** @@ -108,7 +108,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L20) +[src/parser/classes/MusicTwoRowItem.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L20) *** @@ -118,7 +118,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L40) +[src/parser/classes/MusicTwoRowItem.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L40) *** @@ -128,7 +128,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L21) +[src/parser/classes/MusicTwoRowItem.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L21) *** @@ -138,7 +138,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L18) +[src/parser/classes/MusicTwoRowItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L18) *** @@ -148,7 +148,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L38) +[src/parser/classes/MusicTwoRowItem.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L38) *** @@ -158,7 +158,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L39) +[src/parser/classes/MusicTwoRowItem.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L39) *** @@ -168,7 +168,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L15) +[src/parser/classes/MusicTwoRowItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L15) *** @@ -182,7 +182,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -192,7 +192,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L24) +[src/parser/classes/MusicTwoRowItem.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L24) *** @@ -202,7 +202,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L23) +[src/parser/classes/MusicTwoRowItem.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L23) *** @@ -216,7 +216,7 @@ #### Defined in -[src/parser/classes/MusicTwoRowItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicTwoRowItem.ts#L13) +[src/parser/classes/MusicTwoRowItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicTwoRowItem.ts#L13) ## Methods @@ -254,7 +254,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -288,7 +288,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -322,7 +322,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -360,4 +360,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/MusicVisualHeader.md b/docs/api/namespaces/YTNodes/classes/MusicVisualHeader.md index dc53e7a7..aa0b121b 100644 --- a/docs/api/namespaces/YTNodes/classes/MusicVisualHeader.md +++ b/docs/api/namespaces/YTNodes/classes/MusicVisualHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/MusicVisualHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicVisualHeader.ts#L15) +[src/parser/classes/MusicVisualHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicVisualHeader.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/MusicVisualHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicVisualHeader.ts#L13) +[src/parser/classes/MusicVisualHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicVisualHeader.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/MusicVisualHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicVisualHeader.ts#L12) +[src/parser/classes/MusicVisualHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicVisualHeader.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/MusicVisualHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicVisualHeader.ts#L11) +[src/parser/classes/MusicVisualHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicVisualHeader.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/MusicVisualHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicVisualHeader.ts#L10) +[src/parser/classes/MusicVisualHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicVisualHeader.ts#L10) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/MusicVisualHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/MusicVisualHeader.ts#L8) +[src/parser/classes/MusicVisualHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/MusicVisualHeader.ts#L8) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/NavigationEndpoint.md b/docs/api/namespaces/YTNodes/classes/NavigationEndpoint.md index 0d7a5fe3..0a2504cc 100644 --- a/docs/api/namespaces/YTNodes/classes/NavigationEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/NavigationEndpoint.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/NavigationEndpoint.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NavigationEndpoint.ts#L32) +[src/parser/classes/NavigationEndpoint.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NavigationEndpoint.ts#L32) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/NavigationEndpoint.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NavigationEndpoint.ts#L29) +[src/parser/classes/NavigationEndpoint.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NavigationEndpoint.ts#L29) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/NavigationEndpoint.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NavigationEndpoint.ts#L30) +[src/parser/classes/NavigationEndpoint.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NavigationEndpoint.ts#L30) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/NavigationEndpoint.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NavigationEndpoint.ts#L24) +[src/parser/classes/NavigationEndpoint.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NavigationEndpoint.ts#L24) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/NavigationEndpoint.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NavigationEndpoint.ts#L28) +[src/parser/classes/NavigationEndpoint.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NavigationEndpoint.ts#L28) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/NavigationEndpoint.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NavigationEndpoint.ts#L25) +[src/parser/classes/NavigationEndpoint.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NavigationEndpoint.ts#L25) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/NavigationEndpoint.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NavigationEndpoint.ts#L22) +[src/parser/classes/NavigationEndpoint.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NavigationEndpoint.ts#L22) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/NavigationEndpoint.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NavigationEndpoint.ts#L27) +[src/parser/classes/NavigationEndpoint.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NavigationEndpoint.ts#L27) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/NavigationEndpoint.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NavigationEndpoint.ts#L26) +[src/parser/classes/NavigationEndpoint.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NavigationEndpoint.ts#L26) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/NavigationEndpoint.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NavigationEndpoint.ts#L23) +[src/parser/classes/NavigationEndpoint.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NavigationEndpoint.ts#L23) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/NavigationEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NavigationEndpoint.ts#L20) +[src/parser/classes/NavigationEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NavigationEndpoint.ts#L20) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -210,7 +210,7 @@ If the node is not of the given type ##### Defined in -[src/parser/classes/NavigationEndpoint.ts:121](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NavigationEndpoint.ts#L121) +[src/parser/classes/NavigationEndpoint.ts:121](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NavigationEndpoint.ts#L121) #### call(actions, args) @@ -230,13 +230,13 @@ If the node is not of the given type ##### Defined in -[src/parser/classes/NavigationEndpoint.ts:122](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NavigationEndpoint.ts#L122) +[src/parser/classes/NavigationEndpoint.ts:122](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NavigationEndpoint.ts#L122) *** ### ~~getPath()~~ -> **getPath**(`name`): `undefined` \| `"/player"` \| `"/search"` \| `"/browse"` \| `"/next"` \| `"/live_chat/get_item_context_menu"` +> **getPath**(`name`): `undefined` \| `"/browse"` \| `"/player"` \| `"/search"` \| `"/next"` \| `"/live_chat/get_item_context_menu"` Sometimes InnerTube does not return an API url, in that case the library should set it based on the name of the payload object. @@ -246,7 +246,7 @@ Sometimes InnerTube does not return an API url, in that case the library should #### Returns -`undefined` \| `"/player"` \| `"/search"` \| `"/browse"` \| `"/next"` \| `"/live_chat/get_item_context_menu"` +`undefined` \| `"/browse"` \| `"/player"` \| `"/search"` \| `"/next"` \| `"/live_chat/get_item_context_menu"` #### Deprecated @@ -254,7 +254,7 @@ This should be removed in the future. #### Defined in -[src/parser/classes/NavigationEndpoint.ts:105](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NavigationEndpoint.ts#L105) +[src/parser/classes/NavigationEndpoint.ts:105](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NavigationEndpoint.ts#L105) *** @@ -288,7 +288,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -322,7 +322,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -360,7 +360,7 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) *** @@ -374,4 +374,4 @@ If the node does not have the key #### Defined in -[src/parser/classes/NavigationEndpoint.ts:143](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NavigationEndpoint.ts#L143) +[src/parser/classes/NavigationEndpoint.ts:143](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NavigationEndpoint.ts#L143) diff --git a/docs/api/namespaces/YTNodes/classes/Notification.md b/docs/api/namespaces/YTNodes/classes/Notification.md index 0b7f5581..3e42eab7 100644 --- a/docs/api/namespaces/YTNodes/classes/Notification.md +++ b/docs/api/namespaces/YTNodes/classes/Notification.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Notification.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Notification.ts#L20) +[src/parser/classes/Notification.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Notification.ts#L20) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Notification.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Notification.ts#L15) +[src/parser/classes/Notification.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Notification.ts#L15) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Notification.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Notification.ts#L17) +[src/parser/classes/Notification.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Notification.ts#L17) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/Notification.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Notification.ts#L14) +[src/parser/classes/Notification.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Notification.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/Notification.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Notification.ts#L18) +[src/parser/classes/Notification.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Notification.ts#L18) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/Notification.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Notification.ts#L16) +[src/parser/classes/Notification.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Notification.ts#L16) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/Notification.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Notification.ts#L13) +[src/parser/classes/Notification.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Notification.ts#L13) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/Notification.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Notification.ts#L12) +[src/parser/classes/Notification.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Notification.ts#L12) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/Notification.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Notification.ts#L10) +[src/parser/classes/Notification.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Notification.ts#L10) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/classes/Notification.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Notification.ts#L11) +[src/parser/classes/Notification.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Notification.ts#L11) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/Notification.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Notification.ts#L8) +[src/parser/classes/Notification.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Notification.ts#L8) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/NotificationAction.md b/docs/api/namespaces/YTNodes/classes/NotificationAction.md index 415a01cd..22b545c8 100644 --- a/docs/api/namespaces/YTNodes/classes/NotificationAction.md +++ b/docs/api/namespaces/YTNodes/classes/NotificationAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/NotificationAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NotificationAction.ts#L10) +[src/parser/classes/NotificationAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NotificationAction.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/NotificationAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NotificationAction.ts#L8) +[src/parser/classes/NotificationAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NotificationAction.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/NotificationAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/NotificationAction.ts#L6) +[src/parser/classes/NotificationAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/NotificationAction.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/OpenOnePickAddVideoModalCommand.md b/docs/api/namespaces/YTNodes/classes/OpenOnePickAddVideoModalCommand.md index f6d1abe2..e1c7b27a 100644 --- a/docs/api/namespaces/YTNodes/classes/OpenOnePickAddVideoModalCommand.md +++ b/docs/api/namespaces/YTNodes/classes/OpenOnePickAddVideoModalCommand.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/OpenOnePickAddVideoModalCommand.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/OpenOnePickAddVideoModalCommand.ts#L11) +[src/parser/classes/OpenOnePickAddVideoModalCommand.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/OpenOnePickAddVideoModalCommand.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/OpenOnePickAddVideoModalCommand.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/OpenOnePickAddVideoModalCommand.ts#L7) +[src/parser/classes/OpenOnePickAddVideoModalCommand.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/OpenOnePickAddVideoModalCommand.ts#L7) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/OpenOnePickAddVideoModalCommand.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/OpenOnePickAddVideoModalCommand.ts#L8) +[src/parser/classes/OpenOnePickAddVideoModalCommand.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/OpenOnePickAddVideoModalCommand.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/OpenOnePickAddVideoModalCommand.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/OpenOnePickAddVideoModalCommand.ts#L9) +[src/parser/classes/OpenOnePickAddVideoModalCommand.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/OpenOnePickAddVideoModalCommand.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/OpenOnePickAddVideoModalCommand.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/OpenOnePickAddVideoModalCommand.ts#L5) +[src/parser/classes/OpenOnePickAddVideoModalCommand.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/OpenOnePickAddVideoModalCommand.ts#L5) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/OpenPopupAction.md b/docs/api/namespaces/YTNodes/classes/OpenPopupAction.md index 772f7cda..e4417f11 100644 --- a/docs/api/namespaces/YTNodes/classes/OpenPopupAction.md +++ b/docs/api/namespaces/YTNodes/classes/OpenPopupAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/actions/OpenPopupAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/OpenPopupAction.ts#L11) +[src/parser/classes/actions/OpenPopupAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/OpenPopupAction.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/actions/OpenPopupAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/OpenPopupAction.ts#L8) +[src/parser/classes/actions/OpenPopupAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/OpenPopupAction.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/actions/OpenPopupAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/OpenPopupAction.ts#L9) +[src/parser/classes/actions/OpenPopupAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/OpenPopupAction.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/actions/OpenPopupAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/OpenPopupAction.ts#L6) +[src/parser/classes/actions/OpenPopupAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/OpenPopupAction.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PageHeader.md b/docs/api/namespaces/YTNodes/classes/PageHeader.md index 1cea9053..612198ea 100644 --- a/docs/api/namespaces/YTNodes/classes/PageHeader.md +++ b/docs/api/namespaces/YTNodes/classes/PageHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PageHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageHeader.ts#L11) +[src/parser/classes/PageHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageHeader.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PageHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageHeader.ts#L9) +[src/parser/classes/PageHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageHeader.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PageHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageHeader.ts#L8) +[src/parser/classes/PageHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageHeader.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/PageHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageHeader.ts#L6) +[src/parser/classes/PageHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageHeader.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PageHeaderView.md b/docs/api/namespaces/YTNodes/classes/PageHeaderView.md index 881dd8fc..aafa58b8 100644 --- a/docs/api/namespaces/YTNodes/classes/PageHeaderView.md +++ b/docs/api/namespaces/YTNodes/classes/PageHeaderView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PageHeaderView.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageHeaderView.ts#L25) +[src/parser/classes/PageHeaderView.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageHeaderView.ts#L25) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PageHeaderView.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageHeaderView.ts#L20) +[src/parser/classes/PageHeaderView.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageHeaderView.ts#L20) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PageHeaderView.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageHeaderView.ts#L17) +[src/parser/classes/PageHeaderView.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageHeaderView.ts#L17) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/PageHeaderView.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageHeaderView.ts#L22) +[src/parser/classes/PageHeaderView.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageHeaderView.ts#L22) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/PageHeaderView.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageHeaderView.ts#L23) +[src/parser/classes/PageHeaderView.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageHeaderView.ts#L23) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/PageHeaderView.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageHeaderView.ts#L21) +[src/parser/classes/PageHeaderView.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageHeaderView.ts#L21) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/PageHeaderView.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageHeaderView.ts#L18) +[src/parser/classes/PageHeaderView.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageHeaderView.ts#L18) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/PageHeaderView.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageHeaderView.ts#L16) +[src/parser/classes/PageHeaderView.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageHeaderView.ts#L16) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/PageHeaderView.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageHeaderView.ts#L19) +[src/parser/classes/PageHeaderView.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageHeaderView.ts#L19) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/PageHeaderView.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageHeaderView.ts#L15) +[src/parser/classes/PageHeaderView.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageHeaderView.ts#L15) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/PageHeaderView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageHeaderView.ts#L13) +[src/parser/classes/PageHeaderView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageHeaderView.ts#L13) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PageIntroduction.md b/docs/api/namespaces/YTNodes/classes/PageIntroduction.md index 9fb6b18c..9767e3c5 100644 --- a/docs/api/namespaces/YTNodes/classes/PageIntroduction.md +++ b/docs/api/namespaces/YTNodes/classes/PageIntroduction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PageIntroduction.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageIntroduction.ts#L13) +[src/parser/classes/PageIntroduction.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageIntroduction.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PageIntroduction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageIntroduction.ts#L9) +[src/parser/classes/PageIntroduction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageIntroduction.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PageIntroduction.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageIntroduction.ts#L11) +[src/parser/classes/PageIntroduction.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageIntroduction.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/PageIntroduction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageIntroduction.ts#L8) +[src/parser/classes/PageIntroduction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageIntroduction.ts#L8) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/PageIntroduction.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageIntroduction.ts#L10) +[src/parser/classes/PageIntroduction.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageIntroduction.ts#L10) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/PageIntroduction.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PageIntroduction.ts#L6) +[src/parser/classes/PageIntroduction.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PageIntroduction.ts#L6) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PanelFooterView.md b/docs/api/namespaces/YTNodes/classes/PanelFooterView.md index 840024cb..7dad6c2f 100644 --- a/docs/api/namespaces/YTNodes/classes/PanelFooterView.md +++ b/docs/api/namespaces/YTNodes/classes/PanelFooterView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PanelFooterView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PanelFooterView.ts#L12) +[src/parser/classes/PanelFooterView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PanelFooterView.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PanelFooterView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PanelFooterView.ts#L8) +[src/parser/classes/PanelFooterView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PanelFooterView.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PanelFooterView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PanelFooterView.ts#L9) +[src/parser/classes/PanelFooterView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PanelFooterView.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/PanelFooterView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PanelFooterView.ts#L10) +[src/parser/classes/PanelFooterView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PanelFooterView.ts#L10) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/PanelFooterView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PanelFooterView.ts#L6) +[src/parser/classes/PanelFooterView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PanelFooterView.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PdgCommentChip.md b/docs/api/namespaces/YTNodes/classes/PdgCommentChip.md index 37e43e24..9ee73d02 100644 --- a/docs/api/namespaces/YTNodes/classes/PdgCommentChip.md +++ b/docs/api/namespaces/YTNodes/classes/PdgCommentChip.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/comments/PdgCommentChip.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/PdgCommentChip.ts#L15) +[src/parser/classes/comments/PdgCommentChip.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/PdgCommentChip.ts#L15) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/classes/comments/PdgCommentChip.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/PdgCommentChip.ts#L9) +[src/parser/classes/comments/PdgCommentChip.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/PdgCommentChip.ts#L9) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/comments/PdgCommentChip.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/PdgCommentChip.ts#L13) +[src/parser/classes/comments/PdgCommentChip.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/PdgCommentChip.ts#L13) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/comments/PdgCommentChip.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/PdgCommentChip.ts#L8) +[src/parser/classes/comments/PdgCommentChip.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/PdgCommentChip.ts#L8) *** @@ -78,7 +78,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -92,7 +92,7 @@ #### Defined in -[src/parser/classes/comments/PdgCommentChip.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/PdgCommentChip.ts#L6) +[src/parser/classes/comments/PdgCommentChip.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/PdgCommentChip.ts#L6) ## Methods @@ -130,7 +130,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -164,7 +164,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -198,7 +198,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -236,4 +236,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PdgReplyButtonView.md b/docs/api/namespaces/YTNodes/classes/PdgReplyButtonView.md index 71efcb79..8eaf6820 100644 --- a/docs/api/namespaces/YTNodes/classes/PdgReplyButtonView.md +++ b/docs/api/namespaces/YTNodes/classes/PdgReplyButtonView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/PdgReplyButtonView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/PdgReplyButtonView.ts#L13) +[src/parser/classes/livechat/items/PdgReplyButtonView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/PdgReplyButtonView.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/PdgReplyButtonView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/PdgReplyButtonView.ts#L9) +[src/parser/classes/livechat/items/PdgReplyButtonView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/PdgReplyButtonView.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/PdgReplyButtonView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/PdgReplyButtonView.ts#L10) +[src/parser/classes/livechat/items/PdgReplyButtonView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/PdgReplyButtonView.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/PdgReplyButtonView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/PdgReplyButtonView.ts#L11) +[src/parser/classes/livechat/items/PdgReplyButtonView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/PdgReplyButtonView.ts#L11) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/livechat/items/PdgReplyButtonView.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/PdgReplyButtonView.ts#L7) +[src/parser/classes/livechat/items/PdgReplyButtonView.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/PdgReplyButtonView.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PerformCommentActionEndpoint.md b/docs/api/namespaces/YTNodes/classes/PerformCommentActionEndpoint.md index 7812e98b..31a7f799 100644 --- a/docs/api/namespaces/YTNodes/classes/PerformCommentActionEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/PerformCommentActionEndpoint.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/endpoints/PerformCommentActionEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/PerformCommentActionEndpoint.ts#L11) +[src/parser/classes/endpoints/PerformCommentActionEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/PerformCommentActionEndpoint.ts#L11) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/endpoints/PerformCommentActionEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/PerformCommentActionEndpoint.ts#L7) +[src/parser/classes/endpoints/PerformCommentActionEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/PerformCommentActionEndpoint.ts#L7) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/PerformCommentActionEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/PerformCommentActionEndpoint.ts#L20) +[src/parser/classes/endpoints/PerformCommentActionEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/PerformCommentActionEndpoint.ts#L20) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/PerformCommentActionEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/PerformCommentActionEndpoint.ts#L16) +[src/parser/classes/endpoints/PerformCommentActionEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/PerformCommentActionEndpoint.ts#L16) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PivotBar.md b/docs/api/namespaces/YTNodes/classes/PivotBar.md index 7524ba4f..657263d9 100644 --- a/docs/api/namespaces/YTNodes/classes/PivotBar.md +++ b/docs/api/namespaces/YTNodes/classes/PivotBar.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/mweb/PivotBar.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/PivotBar.ts#L9) +[src/parser/classes/mweb/PivotBar.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/PivotBar.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/mweb/PivotBar.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/PivotBar.ts#L7) +[src/parser/classes/mweb/PivotBar.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/PivotBar.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/mweb/PivotBar.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/PivotBar.ts#L5) +[src/parser/classes/mweb/PivotBar.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/PivotBar.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PivotBarItem.md b/docs/api/namespaces/YTNodes/classes/PivotBarItem.md index 6e132c63..1539076a 100644 --- a/docs/api/namespaces/YTNodes/classes/PivotBarItem.md +++ b/docs/api/namespaces/YTNodes/classes/PivotBarItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/mweb/PivotBarItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/PivotBarItem.ts#L16) +[src/parser/classes/mweb/PivotBarItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/PivotBarItem.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/mweb/PivotBarItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/PivotBarItem.ts#L14) +[src/parser/classes/mweb/PivotBarItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/PivotBarItem.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/mweb/PivotBarItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/PivotBarItem.ts#L12) +[src/parser/classes/mweb/PivotBarItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/PivotBarItem.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/mweb/PivotBarItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/PivotBarItem.ts#L10) +[src/parser/classes/mweb/PivotBarItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/PivotBarItem.ts#L10) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/mweb/PivotBarItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/PivotBarItem.ts#L13) +[src/parser/classes/mweb/PivotBarItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/PivotBarItem.ts#L13) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/mweb/PivotBarItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/PivotBarItem.ts#L9) +[src/parser/classes/mweb/PivotBarItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/PivotBarItem.ts#L9) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/mweb/PivotBarItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/PivotBarItem.ts#L11) +[src/parser/classes/mweb/PivotBarItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/PivotBarItem.ts#L11) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/mweb/PivotBarItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/PivotBarItem.ts#L7) +[src/parser/classes/mweb/PivotBarItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/PivotBarItem.ts#L7) ## Accessors @@ -128,7 +128,7 @@ #### Defined in -[src/parser/classes/mweb/PivotBarItem.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/PivotBarItem.ts#L33) +[src/parser/classes/mweb/PivotBarItem.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/PivotBarItem.ts#L33) ## Methods @@ -166,7 +166,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -200,7 +200,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -234,7 +234,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -272,4 +272,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PivotButton.md b/docs/api/namespaces/YTNodes/classes/PivotButton.md index bc0a594b..01b3f4c0 100644 --- a/docs/api/namespaces/YTNodes/classes/PivotButton.md +++ b/docs/api/namespaces/YTNodes/classes/PivotButton.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PivotButton.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PivotButton.ts#L18) +[src/parser/classes/PivotButton.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PivotButton.ts#L18) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PivotButton.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PivotButton.ts#L16) +[src/parser/classes/PivotButton.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PivotButton.ts#L16) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PivotButton.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PivotButton.ts#L12) +[src/parser/classes/PivotButton.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PivotButton.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/PivotButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PivotButton.ts#L11) +[src/parser/classes/PivotButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PivotButton.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/PivotButton.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PivotButton.ts#L14) +[src/parser/classes/PivotButton.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PivotButton.ts#L14) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/PivotButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PivotButton.ts#L13) +[src/parser/classes/PivotButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PivotButton.ts#L13) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/PivotButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PivotButton.ts#L10) +[src/parser/classes/PivotButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PivotButton.ts#L10) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/PivotButton.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PivotButton.ts#L15) +[src/parser/classes/PivotButton.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PivotButton.ts#L15) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/PivotButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PivotButton.ts#L8) +[src/parser/classes/PivotButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PivotButton.ts#L8) ## Methods @@ -162,7 +162,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -196,7 +196,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -230,7 +230,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -268,4 +268,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlayerAnnotationsExpanded.md b/docs/api/namespaces/YTNodes/classes/PlayerAnnotationsExpanded.md index 9eafd3a9..975c3035 100644 --- a/docs/api/namespaces/YTNodes/classes/PlayerAnnotationsExpanded.md +++ b/docs/api/namespaces/YTNodes/classes/PlayerAnnotationsExpanded.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlayerAnnotationsExpanded.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerAnnotationsExpanded.ts#L21) +[src/parser/classes/PlayerAnnotationsExpanded.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerAnnotationsExpanded.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlayerAnnotationsExpanded.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerAnnotationsExpanded.ts#L18) +[src/parser/classes/PlayerAnnotationsExpanded.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerAnnotationsExpanded.ts#L18) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlayerAnnotationsExpanded.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerAnnotationsExpanded.ts#L19) +[src/parser/classes/PlayerAnnotationsExpanded.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerAnnotationsExpanded.ts#L19) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/classes/PlayerAnnotationsExpanded.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerAnnotationsExpanded.ts#L9) +[src/parser/classes/PlayerAnnotationsExpanded.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerAnnotationsExpanded.ts#L9) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -108,7 +108,7 @@ #### Defined in -[src/parser/classes/PlayerAnnotationsExpanded.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerAnnotationsExpanded.ts#L7) +[src/parser/classes/PlayerAnnotationsExpanded.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerAnnotationsExpanded.ts#L7) ## Methods @@ -146,7 +146,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -180,7 +180,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -214,7 +214,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -252,4 +252,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlayerCaptionsTracklist.md b/docs/api/namespaces/YTNodes/classes/PlayerCaptionsTracklist.md index c163b3cc..a6f8092f 100644 --- a/docs/api/namespaces/YTNodes/classes/PlayerCaptionsTracklist.md +++ b/docs/api/namespaces/YTNodes/classes/PlayerCaptionsTracklist.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlayerCaptionsTracklist.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerCaptionsTracklist.ts#L35) +[src/parser/classes/PlayerCaptionsTracklist.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerCaptionsTracklist.ts#L35) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlayerCaptionsTracklist.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerCaptionsTracklist.ts#L19) +[src/parser/classes/PlayerCaptionsTracklist.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerCaptionsTracklist.ts#L19) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlayerCaptionsTracklist.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerCaptionsTracklist.ts#L17) +[src/parser/classes/PlayerCaptionsTracklist.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerCaptionsTracklist.ts#L17) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/PlayerCaptionsTracklist.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerCaptionsTracklist.ts#L28) +[src/parser/classes/PlayerCaptionsTracklist.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerCaptionsTracklist.ts#L28) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/PlayerCaptionsTracklist.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerCaptionsTracklist.ts#L30) +[src/parser/classes/PlayerCaptionsTracklist.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerCaptionsTracklist.ts#L30) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/PlayerCaptionsTracklist.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerCaptionsTracklist.ts#L15) +[src/parser/classes/PlayerCaptionsTracklist.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerCaptionsTracklist.ts#L15) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlayerControlsOverlay.md b/docs/api/namespaces/YTNodes/classes/PlayerControlsOverlay.md index 22c7b098..54b877ec 100644 --- a/docs/api/namespaces/YTNodes/classes/PlayerControlsOverlay.md +++ b/docs/api/namespaces/YTNodes/classes/PlayerControlsOverlay.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlayerControlsOverlay.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerControlsOverlay.ts#L10) +[src/parser/classes/PlayerControlsOverlay.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerControlsOverlay.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlayerControlsOverlay.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerControlsOverlay.ts#L8) +[src/parser/classes/PlayerControlsOverlay.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerControlsOverlay.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/PlayerControlsOverlay.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerControlsOverlay.ts#L6) +[src/parser/classes/PlayerControlsOverlay.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerControlsOverlay.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlayerErrorMessage.md b/docs/api/namespaces/YTNodes/classes/PlayerErrorMessage.md index faa4e2db..0ff4eade 100644 --- a/docs/api/namespaces/YTNodes/classes/PlayerErrorMessage.md +++ b/docs/api/namespaces/YTNodes/classes/PlayerErrorMessage.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlayerErrorMessage.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerErrorMessage.ts#L16) +[src/parser/classes/PlayerErrorMessage.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerErrorMessage.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlayerErrorMessage.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerErrorMessage.ts#L14) +[src/parser/classes/PlayerErrorMessage.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerErrorMessage.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlayerErrorMessage.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerErrorMessage.ts#L12) +[src/parser/classes/PlayerErrorMessage.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerErrorMessage.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/PlayerErrorMessage.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerErrorMessage.ts#L11) +[src/parser/classes/PlayerErrorMessage.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerErrorMessage.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/PlayerErrorMessage.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerErrorMessage.ts#L10) +[src/parser/classes/PlayerErrorMessage.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerErrorMessage.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/PlayerErrorMessage.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerErrorMessage.ts#L13) +[src/parser/classes/PlayerErrorMessage.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerErrorMessage.ts#L13) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/PlayerErrorMessage.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerErrorMessage.ts#L8) +[src/parser/classes/PlayerErrorMessage.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerErrorMessage.ts#L8) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlayerLegacyDesktopYpcOffer.md b/docs/api/namespaces/YTNodes/classes/PlayerLegacyDesktopYpcOffer.md index e29d054b..4641cb03 100644 --- a/docs/api/namespaces/YTNodes/classes/PlayerLegacyDesktopYpcOffer.md +++ b/docs/api/namespaces/YTNodes/classes/PlayerLegacyDesktopYpcOffer.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcOffer.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcOffer.ts#L12) +[src/parser/classes/PlayerLegacyDesktopYpcOffer.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcOffer.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcOffer.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcOffer.ts#L9) +[src/parser/classes/PlayerLegacyDesktopYpcOffer.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcOffer.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcOffer.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcOffer.ts#L10) +[src/parser/classes/PlayerLegacyDesktopYpcOffer.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcOffer.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcOffer.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcOffer.ts#L8) +[src/parser/classes/PlayerLegacyDesktopYpcOffer.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcOffer.ts#L8) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcOffer.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcOffer.ts#L7) +[src/parser/classes/PlayerLegacyDesktopYpcOffer.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcOffer.ts#L7) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcOffer.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcOffer.ts#L5) +[src/parser/classes/PlayerLegacyDesktopYpcOffer.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcOffer.ts#L5) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlayerLegacyDesktopYpcTrailer.md b/docs/api/namespaces/YTNodes/classes/PlayerLegacyDesktopYpcTrailer.md index 5a775f58..a6155315 100644 --- a/docs/api/namespaces/YTNodes/classes/PlayerLegacyDesktopYpcTrailer.md +++ b/docs/api/namespaces/YTNodes/classes/PlayerLegacyDesktopYpcTrailer.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L18) +[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L18) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L14) +[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L12) +[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L11) +[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L13) +[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L13) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L10) +[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L10) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L9) +[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L9) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L16) +[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L16) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L8) +[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L8) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L15) +[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L15) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L6) +[src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLegacyDesktopYpcTrailer.ts#L6) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlayerLiveStoryboardSpec.md b/docs/api/namespaces/YTNodes/classes/PlayerLiveStoryboardSpec.md index 9d072f84..b6260dd5 100644 --- a/docs/api/namespaces/YTNodes/classes/PlayerLiveStoryboardSpec.md +++ b/docs/api/namespaces/YTNodes/classes/PlayerLiveStoryboardSpec.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlayerLiveStoryboardSpec.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLiveStoryboardSpec.ts#L18) +[src/parser/classes/PlayerLiveStoryboardSpec.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLiveStoryboardSpec.ts#L18) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlayerLiveStoryboardSpec.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLiveStoryboardSpec.ts#L16) +[src/parser/classes/PlayerLiveStoryboardSpec.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLiveStoryboardSpec.ts#L16) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/PlayerLiveStoryboardSpec.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerLiveStoryboardSpec.ts#L14) +[src/parser/classes/PlayerLiveStoryboardSpec.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerLiveStoryboardSpec.ts#L14) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlayerMicroformat.md b/docs/api/namespaces/YTNodes/classes/PlayerMicroformat.md index c9ca490f..123dd346 100644 --- a/docs/api/namespaces/YTNodes/classes/PlayerMicroformat.md +++ b/docs/api/namespaces/YTNodes/classes/PlayerMicroformat.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L41) +[src/parser/classes/PlayerMicroformat.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L41) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:37](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L37) +[src/parser/classes/PlayerMicroformat.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L37) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:34](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L34) +[src/parser/classes/PlayerMicroformat.ts:34](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L34) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L24) +[src/parser/classes/PlayerMicroformat.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L24) *** @@ -78,7 +78,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L10) +[src/parser/classes/PlayerMicroformat.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L10) *** @@ -108,7 +108,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L13) +[src/parser/classes/PlayerMicroformat.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L13) *** @@ -118,7 +118,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L39) +[src/parser/classes/PlayerMicroformat.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L39) *** @@ -128,7 +128,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L32) +[src/parser/classes/PlayerMicroformat.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L32) *** @@ -138,7 +138,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L30) +[src/parser/classes/PlayerMicroformat.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L30) *** @@ -148,7 +148,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L31) +[src/parser/classes/PlayerMicroformat.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L31) *** @@ -158,7 +158,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L22) +[src/parser/classes/PlayerMicroformat.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L22) *** @@ -168,7 +168,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L35) +[src/parser/classes/PlayerMicroformat.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L35) *** @@ -178,7 +178,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L38) +[src/parser/classes/PlayerMicroformat.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L38) *** @@ -188,7 +188,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L11) +[src/parser/classes/PlayerMicroformat.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L11) *** @@ -198,7 +198,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L9) +[src/parser/classes/PlayerMicroformat.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L9) *** @@ -212,7 +212,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -222,7 +222,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:36](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L36) +[src/parser/classes/PlayerMicroformat.ts:36](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L36) *** @@ -232,7 +232,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L33) +[src/parser/classes/PlayerMicroformat.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L33) *** @@ -246,7 +246,7 @@ #### Defined in -[src/parser/classes/PlayerMicroformat.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerMicroformat.ts#L7) +[src/parser/classes/PlayerMicroformat.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerMicroformat.ts#L7) ## Methods @@ -284,7 +284,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -318,7 +318,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -352,7 +352,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -390,4 +390,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlayerOverflow.md b/docs/api/namespaces/YTNodes/classes/PlayerOverflow.md index c28ea0f0..dadf3d6c 100644 --- a/docs/api/namespaces/YTNodes/classes/PlayerOverflow.md +++ b/docs/api/namespaces/YTNodes/classes/PlayerOverflow.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlayerOverflow.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverflow.ts#L11) +[src/parser/classes/PlayerOverflow.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverflow.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlayerOverflow.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverflow.ts#L9) +[src/parser/classes/PlayerOverflow.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverflow.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlayerOverflow.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverflow.ts#L8) +[src/parser/classes/PlayerOverflow.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverflow.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/PlayerOverflow.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverflow.ts#L6) +[src/parser/classes/PlayerOverflow.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverflow.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlayerOverlay.md b/docs/api/namespaces/YTNodes/classes/PlayerOverlay.md index 1aec096c..f8fc5f44 100644 --- a/docs/api/namespaces/YTNodes/classes/PlayerOverlay.md +++ b/docs/api/namespaces/YTNodes/classes/PlayerOverlay.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlayerOverlay.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlay.ts#L23) +[src/parser/classes/PlayerOverlay.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlay.ts#L23) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlayerOverlay.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlay.ts#L18) +[src/parser/classes/PlayerOverlay.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlay.ts#L18) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlayerOverlay.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlay.ts#L16) +[src/parser/classes/PlayerOverlay.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlay.ts#L16) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/PlayerOverlay.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlay.ts#L14) +[src/parser/classes/PlayerOverlay.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlay.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/PlayerOverlay.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlay.ts#L19) +[src/parser/classes/PlayerOverlay.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlay.ts#L19) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/PlayerOverlay.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlay.ts#L20) +[src/parser/classes/PlayerOverlay.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlay.ts#L20) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/PlayerOverlay.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlay.ts#L13) +[src/parser/classes/PlayerOverlay.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlay.ts#L13) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/PlayerOverlay.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlay.ts#L17) +[src/parser/classes/PlayerOverlay.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlay.ts#L17) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/PlayerOverlay.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlay.ts#L15) +[src/parser/classes/PlayerOverlay.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlay.ts#L15) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/classes/PlayerOverlay.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlay.ts#L21) +[src/parser/classes/PlayerOverlay.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlay.ts#L21) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/PlayerOverlay.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlay.ts#L11) +[src/parser/classes/PlayerOverlay.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlay.ts#L11) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlayerOverlayAutoplay.md b/docs/api/namespaces/YTNodes/classes/PlayerOverlayAutoplay.md index 1c714ed5..7aff347a 100644 --- a/docs/api/namespaces/YTNodes/classes/PlayerOverlayAutoplay.md +++ b/docs/api/namespaces/YTNodes/classes/PlayerOverlayAutoplay.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayAutoplay.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayAutoplay.ts#L28) +[src/parser/classes/PlayerOverlayAutoplay.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayAutoplay.ts#L28) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayAutoplay.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayAutoplay.ts#L23) +[src/parser/classes/PlayerOverlayAutoplay.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayAutoplay.ts#L23) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayAutoplay.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayAutoplay.ts#L21) +[src/parser/classes/PlayerOverlayAutoplay.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayAutoplay.ts#L21) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayAutoplay.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayAutoplay.ts#L24) +[src/parser/classes/PlayerOverlayAutoplay.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayAutoplay.ts#L24) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayAutoplay.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayAutoplay.ts#L26) +[src/parser/classes/PlayerOverlayAutoplay.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayAutoplay.ts#L26) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayAutoplay.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayAutoplay.ts#L18) +[src/parser/classes/PlayerOverlayAutoplay.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayAutoplay.ts#L18) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayAutoplay.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayAutoplay.ts#L25) +[src/parser/classes/PlayerOverlayAutoplay.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayAutoplay.ts#L25) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayAutoplay.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayAutoplay.ts#L17) +[src/parser/classes/PlayerOverlayAutoplay.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayAutoplay.ts#L17) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayAutoplay.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayAutoplay.ts#L20) +[src/parser/classes/PlayerOverlayAutoplay.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayAutoplay.ts#L20) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayAutoplay.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayAutoplay.ts#L14) +[src/parser/classes/PlayerOverlayAutoplay.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayAutoplay.ts#L14) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayAutoplay.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayAutoplay.ts#L22) +[src/parser/classes/PlayerOverlayAutoplay.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayAutoplay.ts#L22) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayAutoplay.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayAutoplay.ts#L11) +[src/parser/classes/PlayerOverlayAutoplay.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayAutoplay.ts#L11) *** @@ -150,7 +150,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -160,7 +160,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayAutoplay.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayAutoplay.ts#L12) +[src/parser/classes/PlayerOverlayAutoplay.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayAutoplay.ts#L12) *** @@ -170,7 +170,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayAutoplay.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayAutoplay.ts#L13) +[src/parser/classes/PlayerOverlayAutoplay.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayAutoplay.ts#L13) *** @@ -184,7 +184,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayAutoplay.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayAutoplay.ts#L9) +[src/parser/classes/PlayerOverlayAutoplay.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayAutoplay.ts#L9) ## Methods @@ -222,7 +222,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -256,7 +256,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -290,7 +290,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -328,4 +328,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlayerOverlayVideoDetails.md b/docs/api/namespaces/YTNodes/classes/PlayerOverlayVideoDetails.md index 9aecd8b4..050b7364 100644 --- a/docs/api/namespaces/YTNodes/classes/PlayerOverlayVideoDetails.md +++ b/docs/api/namespaces/YTNodes/classes/PlayerOverlayVideoDetails.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayVideoDetails.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayVideoDetails.ts#L11) +[src/parser/classes/PlayerOverlayVideoDetails.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayVideoDetails.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayVideoDetails.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayVideoDetails.ts#L9) +[src/parser/classes/PlayerOverlayVideoDetails.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayVideoDetails.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayVideoDetails.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayVideoDetails.ts#L8) +[src/parser/classes/PlayerOverlayVideoDetails.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayVideoDetails.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/PlayerOverlayVideoDetails.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerOverlayVideoDetails.ts#L6) +[src/parser/classes/PlayerOverlayVideoDetails.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerOverlayVideoDetails.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlayerStoryboardSpec.md b/docs/api/namespaces/YTNodes/classes/PlayerStoryboardSpec.md index d3b797d5..badc52b5 100644 --- a/docs/api/namespaces/YTNodes/classes/PlayerStoryboardSpec.md +++ b/docs/api/namespaces/YTNodes/classes/PlayerStoryboardSpec.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlayerStoryboardSpec.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerStoryboardSpec.ts#L21) +[src/parser/classes/PlayerStoryboardSpec.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerStoryboardSpec.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlayerStoryboardSpec.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerStoryboardSpec.ts#L19) +[src/parser/classes/PlayerStoryboardSpec.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerStoryboardSpec.ts#L19) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/PlayerStoryboardSpec.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlayerStoryboardSpec.ts#L17) +[src/parser/classes/PlayerStoryboardSpec.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlayerStoryboardSpec.ts#L17) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Playlist.md b/docs/api/namespaces/YTNodes/classes/Playlist.md index a29b5d94..0675966f 100644 --- a/docs/api/namespaces/YTNodes/classes/Playlist.md +++ b/docs/api/namespaces/YTNodes/classes/Playlist.md @@ -32,7 +32,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L28) +[src/parser/classes/Playlist.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L28) ## Properties @@ -42,7 +42,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L15) +[src/parser/classes/Playlist.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L15) *** @@ -52,7 +52,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L23) +[src/parser/classes/Playlist.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L23) *** @@ -62,7 +62,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L24) +[src/parser/classes/Playlist.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L24) *** @@ -72,7 +72,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L20) +[src/parser/classes/Playlist.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L20) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L13) +[src/parser/classes/Playlist.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L13) *** @@ -92,7 +92,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L22) +[src/parser/classes/Playlist.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L22) *** @@ -102,7 +102,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L21) +[src/parser/classes/Playlist.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L21) *** @@ -112,7 +112,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L25) +[src/parser/classes/Playlist.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L25) *** @@ -122,7 +122,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L17) +[src/parser/classes/Playlist.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L17) *** @@ -132,7 +132,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L16) +[src/parser/classes/Playlist.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L16) *** @@ -142,7 +142,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L14) +[src/parser/classes/Playlist.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L14) *** @@ -156,7 +156,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L18) +[src/parser/classes/Playlist.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L18) *** @@ -176,7 +176,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L19) +[src/parser/classes/Playlist.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L19) *** @@ -186,7 +186,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L26) +[src/parser/classes/Playlist.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L26) *** @@ -200,7 +200,7 @@ #### Defined in -[src/parser/classes/Playlist.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Playlist.ts#L11) +[src/parser/classes/Playlist.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Playlist.ts#L11) ## Methods @@ -238,7 +238,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -272,7 +272,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -306,7 +306,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -344,4 +344,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlaylistAddToOption.md b/docs/api/namespaces/YTNodes/classes/PlaylistAddToOption.md index 1d4208e0..bfb99763 100644 --- a/docs/api/namespaces/YTNodes/classes/PlaylistAddToOption.md +++ b/docs/api/namespaces/YTNodes/classes/PlaylistAddToOption.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlaylistAddToOption.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistAddToOption.ts#L21) +[src/parser/classes/PlaylistAddToOption.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistAddToOption.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlaylistAddToOption.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistAddToOption.ts#L13) +[src/parser/classes/PlaylistAddToOption.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistAddToOption.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlaylistAddToOption.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistAddToOption.ts#L14) +[src/parser/classes/PlaylistAddToOption.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistAddToOption.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/PlaylistAddToOption.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistAddToOption.ts#L15) +[src/parser/classes/PlaylistAddToOption.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistAddToOption.ts#L15) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/PlaylistAddToOption.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistAddToOption.ts#L16) +[src/parser/classes/PlaylistAddToOption.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistAddToOption.ts#L16) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/PlaylistAddToOption.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistAddToOption.ts#L17) +[src/parser/classes/PlaylistAddToOption.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistAddToOption.ts#L17) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/PlaylistAddToOption.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistAddToOption.ts#L18) +[src/parser/classes/PlaylistAddToOption.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistAddToOption.ts#L18) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/PlaylistAddToOption.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistAddToOption.ts#L19) +[src/parser/classes/PlaylistAddToOption.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistAddToOption.ts#L19) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/PlaylistAddToOption.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistAddToOption.ts#L11) +[src/parser/classes/PlaylistAddToOption.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistAddToOption.ts#L11) ## Methods @@ -162,7 +162,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -196,7 +196,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -230,7 +230,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -268,4 +268,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlaylistCustomThumbnail.md b/docs/api/namespaces/YTNodes/classes/PlaylistCustomThumbnail.md index a106a075..2c828995 100644 --- a/docs/api/namespaces/YTNodes/classes/PlaylistCustomThumbnail.md +++ b/docs/api/namespaces/YTNodes/classes/PlaylistCustomThumbnail.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlaylistCustomThumbnail.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistCustomThumbnail.ts#L10) +[src/parser/classes/PlaylistCustomThumbnail.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistCustomThumbnail.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlaylistCustomThumbnail.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistCustomThumbnail.ts#L8) +[src/parser/classes/PlaylistCustomThumbnail.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistCustomThumbnail.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/PlaylistCustomThumbnail.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistCustomThumbnail.ts#L6) +[src/parser/classes/PlaylistCustomThumbnail.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistCustomThumbnail.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlaylistEditEndpoint.md b/docs/api/namespaces/YTNodes/classes/PlaylistEditEndpoint.md index a76e7d36..79ce1695 100644 --- a/docs/api/namespaces/YTNodes/classes/PlaylistEditEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/PlaylistEditEndpoint.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/endpoints/PlaylistEditEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/PlaylistEditEndpoint.ts#L11) +[src/parser/classes/endpoints/PlaylistEditEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/PlaylistEditEndpoint.ts#L11) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/endpoints/PlaylistEditEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/PlaylistEditEndpoint.ts#L7) +[src/parser/classes/endpoints/PlaylistEditEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/PlaylistEditEndpoint.ts#L7) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/PlaylistEditEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/PlaylistEditEndpoint.ts#L20) +[src/parser/classes/endpoints/PlaylistEditEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/PlaylistEditEndpoint.ts#L20) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/PlaylistEditEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/PlaylistEditEndpoint.ts#L16) +[src/parser/classes/endpoints/PlaylistEditEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/PlaylistEditEndpoint.ts#L16) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlaylistHeader.md b/docs/api/namespaces/YTNodes/classes/PlaylistHeader.md index a67e6635..d50a7111 100644 --- a/docs/api/namespaces/YTNodes/classes/PlaylistHeader.md +++ b/docs/api/namespaces/YTNodes/classes/PlaylistHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L27) +[src/parser/classes/PlaylistHeader.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L27) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L14) +[src/parser/classes/PlaylistHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L25) +[src/parser/classes/PlaylistHeader.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L25) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L13) +[src/parser/classes/PlaylistHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L13) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L19) +[src/parser/classes/PlaylistHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L19) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L18) +[src/parser/classes/PlaylistHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L18) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L15) +[src/parser/classes/PlaylistHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L15) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L9) +[src/parser/classes/PlaylistHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L9) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L20) +[src/parser/classes/PlaylistHeader.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L20) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L24) +[src/parser/classes/PlaylistHeader.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L24) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L16) +[src/parser/classes/PlaylistHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L16) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L21) +[src/parser/classes/PlaylistHeader.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L21) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L22) +[src/parser/classes/PlaylistHeader.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L22) *** @@ -156,7 +156,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L23) +[src/parser/classes/PlaylistHeader.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L23) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L12) +[src/parser/classes/PlaylistHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L12) *** @@ -176,7 +176,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L11) +[src/parser/classes/PlaylistHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L11) *** @@ -186,7 +186,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L10) +[src/parser/classes/PlaylistHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L10) *** @@ -200,7 +200,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -210,7 +210,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L17) +[src/parser/classes/PlaylistHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L17) *** @@ -224,7 +224,7 @@ #### Defined in -[src/parser/classes/PlaylistHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistHeader.ts#L7) +[src/parser/classes/PlaylistHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistHeader.ts#L7) ## Methods @@ -262,7 +262,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -296,7 +296,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -330,7 +330,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -368,4 +368,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlaylistInfoCardContent.md b/docs/api/namespaces/YTNodes/classes/PlaylistInfoCardContent.md index c2800ceb..03874447 100644 --- a/docs/api/namespaces/YTNodes/classes/PlaylistInfoCardContent.md +++ b/docs/api/namespaces/YTNodes/classes/PlaylistInfoCardContent.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlaylistInfoCardContent.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistInfoCardContent.ts#L16) +[src/parser/classes/PlaylistInfoCardContent.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistInfoCardContent.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlaylistInfoCardContent.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistInfoCardContent.ts#L13) +[src/parser/classes/PlaylistInfoCardContent.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistInfoCardContent.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlaylistInfoCardContent.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistInfoCardContent.ts#L14) +[src/parser/classes/PlaylistInfoCardContent.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistInfoCardContent.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/PlaylistInfoCardContent.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistInfoCardContent.ts#L11) +[src/parser/classes/PlaylistInfoCardContent.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistInfoCardContent.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/PlaylistInfoCardContent.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistInfoCardContent.ts#L10) +[src/parser/classes/PlaylistInfoCardContent.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistInfoCardContent.ts#L10) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/classes/PlaylistInfoCardContent.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistInfoCardContent.ts#L12) +[src/parser/classes/PlaylistInfoCardContent.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistInfoCardContent.ts#L12) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/PlaylistInfoCardContent.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistInfoCardContent.ts#L8) +[src/parser/classes/PlaylistInfoCardContent.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistInfoCardContent.ts#L8) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlaylistMetadata.md b/docs/api/namespaces/YTNodes/classes/PlaylistMetadata.md index c3d1570d..13182267 100644 --- a/docs/api/namespaces/YTNodes/classes/PlaylistMetadata.md +++ b/docs/api/namespaces/YTNodes/classes/PlaylistMetadata.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlaylistMetadata.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistMetadata.ts#L10) +[src/parser/classes/PlaylistMetadata.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistMetadata.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlaylistMetadata.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistMetadata.ts#L8) +[src/parser/classes/PlaylistMetadata.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistMetadata.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlaylistMetadata.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistMetadata.ts#L7) +[src/parser/classes/PlaylistMetadata.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistMetadata.ts#L7) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/PlaylistMetadata.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistMetadata.ts#L5) +[src/parser/classes/PlaylistMetadata.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistMetadata.ts#L5) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlaylistPanel.md b/docs/api/namespaces/YTNodes/classes/PlaylistPanel.md index 8556b1e4..a372ccc7 100644 --- a/docs/api/namespaces/YTNodes/classes/PlaylistPanel.md +++ b/docs/api/namespaces/YTNodes/classes/PlaylistPanel.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlaylistPanel.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanel.ts#L21) +[src/parser/classes/PlaylistPanel.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanel.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlaylistPanel.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanel.ts#L13) +[src/parser/classes/PlaylistPanel.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanel.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlaylistPanel.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanel.ts#L16) +[src/parser/classes/PlaylistPanel.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanel.ts#L16) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/PlaylistPanel.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanel.ts#L17) +[src/parser/classes/PlaylistPanel.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanel.ts#L17) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/PlaylistPanel.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanel.ts#L15) +[src/parser/classes/PlaylistPanel.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanel.ts#L15) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/PlaylistPanel.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanel.ts#L19) +[src/parser/classes/PlaylistPanel.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanel.ts#L19) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/PlaylistPanel.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanel.ts#L14) +[src/parser/classes/PlaylistPanel.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanel.ts#L14) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/PlaylistPanel.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanel.ts#L18) +[src/parser/classes/PlaylistPanel.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanel.ts#L18) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/PlaylistPanel.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanel.ts#L11) +[src/parser/classes/PlaylistPanel.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanel.ts#L11) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/PlaylistPanel.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanel.ts#L12) +[src/parser/classes/PlaylistPanel.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanel.ts#L12) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/PlaylistPanel.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanel.ts#L9) +[src/parser/classes/PlaylistPanel.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanel.ts#L9) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlaylistPanelVideo.md b/docs/api/namespaces/YTNodes/classes/PlaylistPanelVideo.md index 3a625f59..dad125d5 100644 --- a/docs/api/namespaces/YTNodes/classes/PlaylistPanelVideo.md +++ b/docs/api/namespaces/YTNodes/classes/PlaylistPanelVideo.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideo.ts:42](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideo.ts#L42) +[src/parser/classes/PlaylistPanelVideo.ts:42](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideo.ts#L42) ## Properties @@ -52,7 +52,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideo.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideo.ts#L25) +[src/parser/classes/PlaylistPanelVideo.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideo.ts#L25) *** @@ -62,7 +62,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideo.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideo.ts#L32) +[src/parser/classes/PlaylistPanelVideo.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideo.ts#L32) *** @@ -72,7 +72,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideo.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideo.ts#L23) +[src/parser/classes/PlaylistPanelVideo.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideo.ts#L23) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideo.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideo.ts#L38) +[src/parser/classes/PlaylistPanelVideo.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideo.ts#L38) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideo.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideo.ts#L18) +[src/parser/classes/PlaylistPanelVideo.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideo.ts#L18) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideo.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideo.ts#L14) +[src/parser/classes/PlaylistPanelVideo.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideo.ts#L14) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideo.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideo.ts#L39) +[src/parser/classes/PlaylistPanelVideo.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideo.ts#L39) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideo.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideo.ts#L15) +[src/parser/classes/PlaylistPanelVideo.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideo.ts#L15) *** @@ -140,7 +140,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideo.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideo.ts#L40) +[src/parser/classes/PlaylistPanelVideo.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideo.ts#L40) *** @@ -150,7 +150,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideo.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideo.ts#L13) +[src/parser/classes/PlaylistPanelVideo.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideo.ts#L13) *** @@ -160,7 +160,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideo.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideo.ts#L12) +[src/parser/classes/PlaylistPanelVideo.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideo.ts#L12) *** @@ -174,7 +174,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -184,7 +184,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideo.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideo.ts#L16) +[src/parser/classes/PlaylistPanelVideo.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideo.ts#L16) *** @@ -198,7 +198,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideo.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideo.ts#L10) +[src/parser/classes/PlaylistPanelVideo.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideo.ts#L10) ## Methods @@ -236,7 +236,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -270,7 +270,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -304,7 +304,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -342,4 +342,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlaylistPanelVideoWrapper.md b/docs/api/namespaces/YTNodes/classes/PlaylistPanelVideoWrapper.md index 84c9d589..1c4dd0c8 100644 --- a/docs/api/namespaces/YTNodes/classes/PlaylistPanelVideoWrapper.md +++ b/docs/api/namespaces/YTNodes/classes/PlaylistPanelVideoWrapper.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideoWrapper.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideoWrapper.ts#L11) +[src/parser/classes/PlaylistPanelVideoWrapper.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideoWrapper.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideoWrapper.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideoWrapper.ts#L9) +[src/parser/classes/PlaylistPanelVideoWrapper.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideoWrapper.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideoWrapper.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideoWrapper.ts#L8) +[src/parser/classes/PlaylistPanelVideoWrapper.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideoWrapper.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/PlaylistPanelVideoWrapper.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistPanelVideoWrapper.ts#L6) +[src/parser/classes/PlaylistPanelVideoWrapper.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistPanelVideoWrapper.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlaylistSidebar.md b/docs/api/namespaces/YTNodes/classes/PlaylistSidebar.md index 2c0444e2..2ce7562b 100644 --- a/docs/api/namespaces/YTNodes/classes/PlaylistSidebar.md +++ b/docs/api/namespaces/YTNodes/classes/PlaylistSidebar.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlaylistSidebar.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistSidebar.ts#L9) +[src/parser/classes/PlaylistSidebar.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistSidebar.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlaylistSidebar.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistSidebar.ts#L7) +[src/parser/classes/PlaylistSidebar.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistSidebar.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/PlaylistSidebar.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistSidebar.ts#L5) +[src/parser/classes/PlaylistSidebar.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistSidebar.ts#L5) ## Accessors @@ -78,7 +78,7 @@ #### Defined in -[src/parser/classes/PlaylistSidebar.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistSidebar.ts#L15) +[src/parser/classes/PlaylistSidebar.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistSidebar.ts#L15) ## Methods @@ -116,7 +116,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -150,7 +150,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -184,7 +184,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -222,4 +222,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlaylistSidebarPrimaryInfo.md b/docs/api/namespaces/YTNodes/classes/PlaylistSidebarPrimaryInfo.md index 10d373de..04253fcb 100644 --- a/docs/api/namespaces/YTNodes/classes/PlaylistSidebarPrimaryInfo.md +++ b/docs/api/namespaces/YTNodes/classes/PlaylistSidebarPrimaryInfo.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlaylistSidebarPrimaryInfo.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistSidebarPrimaryInfo.ts#L16) +[src/parser/classes/PlaylistSidebarPrimaryInfo.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistSidebarPrimaryInfo.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlaylistSidebarPrimaryInfo.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistSidebarPrimaryInfo.ts#L14) +[src/parser/classes/PlaylistSidebarPrimaryInfo.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistSidebarPrimaryInfo.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlaylistSidebarPrimaryInfo.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistSidebarPrimaryInfo.ts#L13) +[src/parser/classes/PlaylistSidebarPrimaryInfo.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistSidebarPrimaryInfo.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/PlaylistSidebarPrimaryInfo.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistSidebarPrimaryInfo.ts#L12) +[src/parser/classes/PlaylistSidebarPrimaryInfo.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistSidebarPrimaryInfo.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/PlaylistSidebarPrimaryInfo.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistSidebarPrimaryInfo.ts#L9) +[src/parser/classes/PlaylistSidebarPrimaryInfo.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistSidebarPrimaryInfo.ts#L9) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/PlaylistSidebarPrimaryInfo.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistSidebarPrimaryInfo.ts#L10) +[src/parser/classes/PlaylistSidebarPrimaryInfo.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistSidebarPrimaryInfo.ts#L10) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/PlaylistSidebarPrimaryInfo.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistSidebarPrimaryInfo.ts#L11) +[src/parser/classes/PlaylistSidebarPrimaryInfo.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistSidebarPrimaryInfo.ts#L11) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/PlaylistSidebarPrimaryInfo.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistSidebarPrimaryInfo.ts#L7) +[src/parser/classes/PlaylistSidebarPrimaryInfo.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistSidebarPrimaryInfo.ts#L7) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlaylistSidebarSecondaryInfo.md b/docs/api/namespaces/YTNodes/classes/PlaylistSidebarSecondaryInfo.md index a1eeb161..ff1efa4e 100644 --- a/docs/api/namespaces/YTNodes/classes/PlaylistSidebarSecondaryInfo.md +++ b/docs/api/namespaces/YTNodes/classes/PlaylistSidebarSecondaryInfo.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlaylistSidebarSecondaryInfo.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistSidebarSecondaryInfo.ts#L10) +[src/parser/classes/PlaylistSidebarSecondaryInfo.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistSidebarSecondaryInfo.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlaylistSidebarSecondaryInfo.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistSidebarSecondaryInfo.ts#L8) +[src/parser/classes/PlaylistSidebarSecondaryInfo.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistSidebarSecondaryInfo.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlaylistSidebarSecondaryInfo.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistSidebarSecondaryInfo.ts#L7) +[src/parser/classes/PlaylistSidebarSecondaryInfo.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistSidebarSecondaryInfo.ts#L7) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/PlaylistSidebarSecondaryInfo.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistSidebarSecondaryInfo.ts#L5) +[src/parser/classes/PlaylistSidebarSecondaryInfo.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistSidebarSecondaryInfo.ts#L5) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlaylistThumbnailOverlay.md b/docs/api/namespaces/YTNodes/classes/PlaylistThumbnailOverlay.md index 9a04660c..16798450 100644 --- a/docs/api/namespaces/YTNodes/classes/PlaylistThumbnailOverlay.md +++ b/docs/api/namespaces/YTNodes/classes/PlaylistThumbnailOverlay.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlaylistThumbnailOverlay.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistThumbnailOverlay.ts#L11) +[src/parser/classes/PlaylistThumbnailOverlay.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistThumbnailOverlay.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlaylistThumbnailOverlay.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistThumbnailOverlay.ts#L8) +[src/parser/classes/PlaylistThumbnailOverlay.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistThumbnailOverlay.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlaylistThumbnailOverlay.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistThumbnailOverlay.ts#L9) +[src/parser/classes/PlaylistThumbnailOverlay.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistThumbnailOverlay.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/PlaylistThumbnailOverlay.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistThumbnailOverlay.ts#L6) +[src/parser/classes/PlaylistThumbnailOverlay.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistThumbnailOverlay.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlaylistVideo.md b/docs/api/namespaces/YTNodes/classes/PlaylistVideo.md index 5b76bc58..65acd934 100644 --- a/docs/api/namespaces/YTNodes/classes/PlaylistVideo.md +++ b/docs/api/namespaces/YTNodes/classes/PlaylistVideo.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L33) +[src/parser/classes/PlaylistVideo.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L33) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L25) +[src/parser/classes/PlaylistVideo.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L25) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L16) +[src/parser/classes/PlaylistVideo.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L16) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L28) +[src/parser/classes/PlaylistVideo.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L28) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L20) +[src/parser/classes/PlaylistVideo.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L20) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L13) +[src/parser/classes/PlaylistVideo.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L13) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L14) +[src/parser/classes/PlaylistVideo.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L14) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L21) +[src/parser/classes/PlaylistVideo.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L21) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L22) +[src/parser/classes/PlaylistVideo.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L22) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L19) +[src/parser/classes/PlaylistVideo.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L19) *** @@ -134,7 +134,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L26) +[src/parser/classes/PlaylistVideo.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L26) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L18) +[src/parser/classes/PlaylistVideo.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L18) *** @@ -154,7 +154,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L17) +[src/parser/classes/PlaylistVideo.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L17) *** @@ -164,7 +164,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L15) +[src/parser/classes/PlaylistVideo.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L15) *** @@ -178,7 +178,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -188,7 +188,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L23) +[src/parser/classes/PlaylistVideo.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L23) *** @@ -198,7 +198,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L24) +[src/parser/classes/PlaylistVideo.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L24) *** @@ -212,7 +212,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L11) +[src/parser/classes/PlaylistVideo.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L11) ## Accessors @@ -226,7 +226,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:63](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L63) +[src/parser/classes/PlaylistVideo.ts:63](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L63) *** @@ -240,7 +240,7 @@ #### Defined in -[src/parser/classes/PlaylistVideo.ts:67](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideo.ts#L67) +[src/parser/classes/PlaylistVideo.ts:67](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideo.ts#L67) ## Methods @@ -278,7 +278,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -312,7 +312,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -346,7 +346,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -384,4 +384,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlaylistVideoList.md b/docs/api/namespaces/YTNodes/classes/PlaylistVideoList.md index cf037dbc..04b37163 100644 --- a/docs/api/namespaces/YTNodes/classes/PlaylistVideoList.md +++ b/docs/api/namespaces/YTNodes/classes/PlaylistVideoList.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlaylistVideoList.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideoList.ts#L12) +[src/parser/classes/PlaylistVideoList.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideoList.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlaylistVideoList.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideoList.ts#L9) +[src/parser/classes/PlaylistVideoList.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideoList.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/PlaylistVideoList.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideoList.ts#L7) +[src/parser/classes/PlaylistVideoList.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideoList.ts#L7) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/PlaylistVideoList.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideoList.ts#L8) +[src/parser/classes/PlaylistVideoList.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideoList.ts#L8) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/classes/PlaylistVideoList.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideoList.ts#L10) +[src/parser/classes/PlaylistVideoList.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideoList.ts#L10) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/PlaylistVideoList.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideoList.ts#L5) +[src/parser/classes/PlaylistVideoList.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideoList.ts#L5) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PlaylistVideoThumbnail.md b/docs/api/namespaces/YTNodes/classes/PlaylistVideoThumbnail.md index 840e3d47..446d6845 100644 --- a/docs/api/namespaces/YTNodes/classes/PlaylistVideoThumbnail.md +++ b/docs/api/namespaces/YTNodes/classes/PlaylistVideoThumbnail.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PlaylistVideoThumbnail.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideoThumbnail.ts#L10) +[src/parser/classes/PlaylistVideoThumbnail.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideoThumbnail.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PlaylistVideoThumbnail.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideoThumbnail.ts#L8) +[src/parser/classes/PlaylistVideoThumbnail.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideoThumbnail.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/PlaylistVideoThumbnail.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PlaylistVideoThumbnail.ts#L6) +[src/parser/classes/PlaylistVideoThumbnail.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PlaylistVideoThumbnail.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Poll.md b/docs/api/namespaces/YTNodes/classes/Poll.md index 5eca2568..7ea32602 100644 --- a/docs/api/namespaces/YTNodes/classes/Poll.md +++ b/docs/api/namespaces/YTNodes/classes/Poll.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Poll.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Poll.ts#L25) +[src/parser/classes/Poll.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Poll.ts#L25) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Poll.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Poll.ts#L10) +[src/parser/classes/Poll.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Poll.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Poll.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Poll.ts#L23) +[src/parser/classes/Poll.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Poll.ts#L23) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/Poll.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Poll.ts#L21) +[src/parser/classes/Poll.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Poll.ts#L21) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/Poll.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Poll.ts#L22) +[src/parser/classes/Poll.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Poll.ts#L22) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/Poll.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Poll.ts#L8) +[src/parser/classes/Poll.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Poll.ts#L8) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PollHeader.md b/docs/api/namespaces/YTNodes/classes/PollHeader.md index f80937b1..c9db3e0e 100644 --- a/docs/api/namespaces/YTNodes/classes/PollHeader.md +++ b/docs/api/namespaces/YTNodes/classes/PollHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/items/PollHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/PollHeader.ts#L17) +[src/parser/classes/livechat/items/PollHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/PollHeader.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/items/PollHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/PollHeader.ts#L15) +[src/parser/classes/livechat/items/PollHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/PollHeader.ts#L15) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/items/PollHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/PollHeader.ts#L14) +[src/parser/classes/livechat/items/PollHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/PollHeader.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/items/PollHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/PollHeader.ts#L13) +[src/parser/classes/livechat/items/PollHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/PollHeader.ts#L13) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/livechat/items/PollHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/PollHeader.ts#L11) +[src/parser/classes/livechat/items/PollHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/PollHeader.ts#L11) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/livechat/items/PollHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/PollHeader.ts#L12) +[src/parser/classes/livechat/items/PollHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/PollHeader.ts#L12) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/livechat/items/PollHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/items/PollHeader.ts#L9) +[src/parser/classes/livechat/items/PollHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/items/PollHeader.ts#L9) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Post.md b/docs/api/namespaces/YTNodes/classes/Post.md index b3f15de3..91f746c8 100644 --- a/docs/api/namespaces/YTNodes/classes/Post.md +++ b/docs/api/namespaces/YTNodes/classes/Post.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Post.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Post.ts#L7) +[src/parser/classes/Post.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Post.ts#L7) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L21) +[src/parser/classes/BackstagePost.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L21) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L25) +[src/parser/classes/BackstagePost.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L25) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L14) +[src/parser/classes/BackstagePost.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L14) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L15) +[src/parser/classes/BackstagePost.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L15) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L24) +[src/parser/classes/BackstagePost.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L24) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L13) +[src/parser/classes/BackstagePost.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L13) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L20) +[src/parser/classes/BackstagePost.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L20) *** @@ -138,7 +138,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L17) +[src/parser/classes/BackstagePost.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L17) *** @@ -152,7 +152,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L16) +[src/parser/classes/BackstagePost.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L16) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L23) +[src/parser/classes/BackstagePost.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L23) *** @@ -180,7 +180,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -194,7 +194,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L22) +[src/parser/classes/BackstagePost.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L22) *** @@ -208,7 +208,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L19) +[src/parser/classes/BackstagePost.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L19) *** @@ -222,7 +222,7 @@ #### Defined in -[src/parser/classes/BackstagePost.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/BackstagePost.ts#L18) +[src/parser/classes/BackstagePost.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/BackstagePost.ts#L18) *** @@ -236,7 +236,7 @@ #### Defined in -[src/parser/classes/Post.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Post.ts#L5) +[src/parser/classes/Post.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Post.ts#L5) ## Methods @@ -274,7 +274,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -308,7 +308,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -342,7 +342,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -380,4 +380,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PostMultiImage.md b/docs/api/namespaces/YTNodes/classes/PostMultiImage.md index e9f27070..fdb01157 100644 --- a/docs/api/namespaces/YTNodes/classes/PostMultiImage.md +++ b/docs/api/namespaces/YTNodes/classes/PostMultiImage.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PostMultiImage.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PostMultiImage.ts#L10) +[src/parser/classes/PostMultiImage.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PostMultiImage.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PostMultiImage.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PostMultiImage.ts#L8) +[src/parser/classes/PostMultiImage.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PostMultiImage.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/PostMultiImage.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PostMultiImage.ts#L6) +[src/parser/classes/PostMultiImage.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PostMultiImage.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PrefetchWatchCommand.md b/docs/api/namespaces/YTNodes/classes/PrefetchWatchCommand.md index 73eb7fef..893b908a 100644 --- a/docs/api/namespaces/YTNodes/classes/PrefetchWatchCommand.md +++ b/docs/api/namespaces/YTNodes/classes/PrefetchWatchCommand.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/endpoints/PrefetchWatchCommand.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/PrefetchWatchCommand.ts#L7) +[src/parser/classes/endpoints/PrefetchWatchCommand.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/PrefetchWatchCommand.ts#L7) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/endpoints/PrefetchWatchCommand.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/PrefetchWatchCommand.ts#L5) +[src/parser/classes/endpoints/PrefetchWatchCommand.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/PrefetchWatchCommand.ts#L5) ## Methods @@ -92,7 +92,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -110,7 +110,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/WatchEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/WatchEndpoint.ts#L20) +[src/parser/classes/endpoints/WatchEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/WatchEndpoint.ts#L20) *** @@ -128,7 +128,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/WatchEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/WatchEndpoint.ts#L16) +[src/parser/classes/endpoints/WatchEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/WatchEndpoint.ts#L16) *** @@ -162,7 +162,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -196,7 +196,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -234,4 +234,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/PremiereTrailerBadge.md b/docs/api/namespaces/YTNodes/classes/PremiereTrailerBadge.md index 7d09f6e2..15883916 100644 --- a/docs/api/namespaces/YTNodes/classes/PremiereTrailerBadge.md +++ b/docs/api/namespaces/YTNodes/classes/PremiereTrailerBadge.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/PremiereTrailerBadge.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PremiereTrailerBadge.ts#L10) +[src/parser/classes/PremiereTrailerBadge.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PremiereTrailerBadge.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/PremiereTrailerBadge.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PremiereTrailerBadge.ts#L8) +[src/parser/classes/PremiereTrailerBadge.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PremiereTrailerBadge.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/PremiereTrailerBadge.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/PremiereTrailerBadge.ts#L6) +[src/parser/classes/PremiereTrailerBadge.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/PremiereTrailerBadge.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ProductList.md b/docs/api/namespaces/YTNodes/classes/ProductList.md index 66fb3e91..0bdc54a5 100644 --- a/docs/api/namespaces/YTNodes/classes/ProductList.md +++ b/docs/api/namespaces/YTNodes/classes/ProductList.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ProductList.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductList.ts#L11) +[src/parser/classes/ProductList.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductList.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ProductList.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductList.ts#L9) +[src/parser/classes/ProductList.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductList.ts#L9) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ProductList.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductList.ts#L7) +[src/parser/classes/ProductList.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductList.ts#L7) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ProductListHeader.md b/docs/api/namespaces/YTNodes/classes/ProductListHeader.md index b8af6c89..fabef21b 100644 --- a/docs/api/namespaces/YTNodes/classes/ProductListHeader.md +++ b/docs/api/namespaces/YTNodes/classes/ProductListHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ProductListHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductListHeader.ts#L11) +[src/parser/classes/ProductListHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductListHeader.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ProductListHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductListHeader.ts#L9) +[src/parser/classes/ProductListHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductListHeader.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ProductListHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductListHeader.ts#L8) +[src/parser/classes/ProductListHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductListHeader.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ProductListHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductListHeader.ts#L6) +[src/parser/classes/ProductListHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductListHeader.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ProductListItem.md b/docs/api/namespaces/YTNodes/classes/ProductListItem.md index fd4bdb14..351fb47c 100644 --- a/docs/api/namespaces/YTNodes/classes/ProductListItem.md +++ b/docs/api/namespaces/YTNodes/classes/ProductListItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ProductListItem.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductListItem.ts#L20) +[src/parser/classes/ProductListItem.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductListItem.ts#L20) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ProductListItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductListItem.ts#L12) +[src/parser/classes/ProductListItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductListItem.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ProductListItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductListItem.ts#L15) +[src/parser/classes/ProductListItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductListItem.ts#L15) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ProductListItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductListItem.ts#L16) +[src/parser/classes/ProductListItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductListItem.ts#L16) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ProductListItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductListItem.ts#L14) +[src/parser/classes/ProductListItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductListItem.ts#L14) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ProductListItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductListItem.ts#L17) +[src/parser/classes/ProductListItem.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductListItem.ts#L17) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/ProductListItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductListItem.ts#L13) +[src/parser/classes/ProductListItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductListItem.ts#L13) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/ProductListItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductListItem.ts#L11) +[src/parser/classes/ProductListItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductListItem.ts#L11) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/classes/ProductListItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductListItem.ts#L18) +[src/parser/classes/ProductListItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductListItem.ts#L18) *** @@ -134,7 +134,7 @@ #### Defined in -[src/parser/classes/ProductListItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProductListItem.ts#L9) +[src/parser/classes/ProductListItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProductListItem.ts#L9) ## Methods @@ -172,7 +172,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -206,7 +206,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -240,7 +240,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -278,4 +278,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ProfileColumn.md b/docs/api/namespaces/YTNodes/classes/ProfileColumn.md index 27fce24c..b51991ae 100644 --- a/docs/api/namespaces/YTNodes/classes/ProfileColumn.md +++ b/docs/api/namespaces/YTNodes/classes/ProfileColumn.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ProfileColumn.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProfileColumn.ts#L9) +[src/parser/classes/ProfileColumn.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProfileColumn.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ProfileColumn.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProfileColumn.ts#L7) +[src/parser/classes/ProfileColumn.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProfileColumn.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ProfileColumn.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProfileColumn.ts#L5) +[src/parser/classes/ProfileColumn.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProfileColumn.ts#L5) ## Accessors @@ -78,7 +78,7 @@ #### Defined in -[src/parser/classes/ProfileColumn.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProfileColumn.ts#L15) +[src/parser/classes/ProfileColumn.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProfileColumn.ts#L15) ## Methods @@ -116,7 +116,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -150,7 +150,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -184,7 +184,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -222,4 +222,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ProfileColumnStats.md b/docs/api/namespaces/YTNodes/classes/ProfileColumnStats.md index 4a8f637a..34b6b27d 100644 --- a/docs/api/namespaces/YTNodes/classes/ProfileColumnStats.md +++ b/docs/api/namespaces/YTNodes/classes/ProfileColumnStats.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ProfileColumnStats.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProfileColumnStats.ts#L9) +[src/parser/classes/ProfileColumnStats.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProfileColumnStats.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ProfileColumnStats.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProfileColumnStats.ts#L7) +[src/parser/classes/ProfileColumnStats.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProfileColumnStats.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ProfileColumnStats.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProfileColumnStats.ts#L5) +[src/parser/classes/ProfileColumnStats.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProfileColumnStats.ts#L5) ## Accessors @@ -78,7 +78,7 @@ #### Defined in -[src/parser/classes/ProfileColumnStats.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProfileColumnStats.ts#L15) +[src/parser/classes/ProfileColumnStats.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProfileColumnStats.ts#L15) ## Methods @@ -116,7 +116,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -150,7 +150,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -184,7 +184,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -222,4 +222,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ProfileColumnStatsEntry.md b/docs/api/namespaces/YTNodes/classes/ProfileColumnStatsEntry.md index cc6357fd..9e78d89d 100644 --- a/docs/api/namespaces/YTNodes/classes/ProfileColumnStatsEntry.md +++ b/docs/api/namespaces/YTNodes/classes/ProfileColumnStatsEntry.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ProfileColumnStatsEntry.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProfileColumnStatsEntry.ts#L11) +[src/parser/classes/ProfileColumnStatsEntry.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProfileColumnStatsEntry.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ProfileColumnStatsEntry.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProfileColumnStatsEntry.ts#L8) +[src/parser/classes/ProfileColumnStatsEntry.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProfileColumnStatsEntry.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/classes/ProfileColumnStatsEntry.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProfileColumnStatsEntry.ts#L9) +[src/parser/classes/ProfileColumnStatsEntry.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProfileColumnStatsEntry.ts#L9) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ProfileColumnStatsEntry.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProfileColumnStatsEntry.ts#L6) +[src/parser/classes/ProfileColumnStatsEntry.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProfileColumnStatsEntry.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ProfileColumnUserInfo.md b/docs/api/namespaces/YTNodes/classes/ProfileColumnUserInfo.md index 86f941b0..1de913db 100644 --- a/docs/api/namespaces/YTNodes/classes/ProfileColumnUserInfo.md +++ b/docs/api/namespaces/YTNodes/classes/ProfileColumnUserInfo.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ProfileColumnUserInfo.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProfileColumnUserInfo.ts#L12) +[src/parser/classes/ProfileColumnUserInfo.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProfileColumnUserInfo.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ProfileColumnUserInfo.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProfileColumnUserInfo.ts#L10) +[src/parser/classes/ProfileColumnUserInfo.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProfileColumnUserInfo.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ProfileColumnUserInfo.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProfileColumnUserInfo.ts#L9) +[src/parser/classes/ProfileColumnUserInfo.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProfileColumnUserInfo.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ProfileColumnUserInfo.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ProfileColumnUserInfo.ts#L7) +[src/parser/classes/ProfileColumnUserInfo.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ProfileColumnUserInfo.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Quiz.md b/docs/api/namespaces/YTNodes/classes/Quiz.md index 6eb329c7..080a750b 100644 --- a/docs/api/namespaces/YTNodes/classes/Quiz.md +++ b/docs/api/namespaces/YTNodes/classes/Quiz.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Quiz.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Quiz.ts#L15) +[src/parser/classes/Quiz.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Quiz.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Quiz.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Quiz.ts#L8) +[src/parser/classes/Quiz.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Quiz.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Quiz.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Quiz.ts#L13) +[src/parser/classes/Quiz.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Quiz.ts#L13) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/Quiz.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Quiz.ts#L6) +[src/parser/classes/Quiz.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Quiz.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/RecognitionShelf.md b/docs/api/namespaces/YTNodes/classes/RecognitionShelf.md index fde324e1..70ee4462 100644 --- a/docs/api/namespaces/YTNodes/classes/RecognitionShelf.md +++ b/docs/api/namespaces/YTNodes/classes/RecognitionShelf.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/RecognitionShelf.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RecognitionShelf.ts#L16) +[src/parser/classes/RecognitionShelf.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RecognitionShelf.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/RecognitionShelf.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RecognitionShelf.ts#L12) +[src/parser/classes/RecognitionShelf.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RecognitionShelf.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/RecognitionShelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RecognitionShelf.ts#L13) +[src/parser/classes/RecognitionShelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RecognitionShelf.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/RecognitionShelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RecognitionShelf.ts#L11) +[src/parser/classes/RecognitionShelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RecognitionShelf.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/RecognitionShelf.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RecognitionShelf.ts#L14) +[src/parser/classes/RecognitionShelf.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RecognitionShelf.ts#L14) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/RecognitionShelf.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RecognitionShelf.ts#L10) +[src/parser/classes/RecognitionShelf.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RecognitionShelf.ts#L10) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/RecognitionShelf.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RecognitionShelf.ts#L8) +[src/parser/classes/RecognitionShelf.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RecognitionShelf.ts#L8) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ReelItem.md b/docs/api/namespaces/YTNodes/classes/ReelItem.md index 75029aa4..a1f61135 100644 --- a/docs/api/namespaces/YTNodes/classes/ReelItem.md +++ b/docs/api/namespaces/YTNodes/classes/ReelItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ReelItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelItem.ts#L18) +[src/parser/classes/ReelItem.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelItem.ts#L18) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ReelItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelItem.ts#L16) +[src/parser/classes/ReelItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelItem.ts#L16) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ReelItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelItem.ts#L15) +[src/parser/classes/ReelItem.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelItem.ts#L15) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ReelItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelItem.ts#L11) +[src/parser/classes/ReelItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelItem.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ReelItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelItem.ts#L13) +[src/parser/classes/ReelItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelItem.ts#L13) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ReelItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelItem.ts#L12) +[src/parser/classes/ReelItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelItem.ts#L12) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/classes/ReelItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelItem.ts#L14) +[src/parser/classes/ReelItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelItem.ts#L14) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/ReelItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelItem.ts#L9) +[src/parser/classes/ReelItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelItem.ts#L9) ## Accessors @@ -128,7 +128,7 @@ #### Defined in -[src/parser/classes/ReelItem.ts:34](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelItem.ts#L34) +[src/parser/classes/ReelItem.ts:34](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelItem.ts#L34) ## Methods @@ -166,7 +166,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -200,7 +200,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -234,7 +234,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -272,4 +272,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ReelPlayerHeader.md b/docs/api/namespaces/YTNodes/classes/ReelPlayerHeader.md index 3482cc81..bce35ba1 100644 --- a/docs/api/namespaces/YTNodes/classes/ReelPlayerHeader.md +++ b/docs/api/namespaces/YTNodes/classes/ReelPlayerHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ReelPlayerHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerHeader.ts#L16) +[src/parser/classes/ReelPlayerHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerHeader.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ReelPlayerHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerHeader.ts#L14) +[src/parser/classes/ReelPlayerHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerHeader.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ReelPlayerHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerHeader.ts#L13) +[src/parser/classes/ReelPlayerHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerHeader.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ReelPlayerHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerHeader.ts#L12) +[src/parser/classes/ReelPlayerHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerHeader.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ReelPlayerHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerHeader.ts#L10) +[src/parser/classes/ReelPlayerHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerHeader.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ReelPlayerHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerHeader.ts#L11) +[src/parser/classes/ReelPlayerHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerHeader.ts#L11) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/ReelPlayerHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerHeader.ts#L8) +[src/parser/classes/ReelPlayerHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerHeader.ts#L8) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ReelPlayerOverlay.md b/docs/api/namespaces/YTNodes/classes/ReelPlayerOverlay.md index 63356ec1..4497d95a 100644 --- a/docs/api/namespaces/YTNodes/classes/ReelPlayerOverlay.md +++ b/docs/api/namespaces/YTNodes/classes/ReelPlayerOverlay.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ReelPlayerOverlay.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerOverlay.ts#L26) +[src/parser/classes/ReelPlayerOverlay.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerOverlay.ts#L26) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ReelPlayerOverlay.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerOverlay.ts#L24) +[src/parser/classes/ReelPlayerOverlay.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerOverlay.ts#L24) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ReelPlayerOverlay.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerOverlay.ts#L14) +[src/parser/classes/ReelPlayerOverlay.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerOverlay.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ReelPlayerOverlay.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerOverlay.ts#L16) +[src/parser/classes/ReelPlayerOverlay.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerOverlay.ts#L16) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ReelPlayerOverlay.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerOverlay.ts#L17) +[src/parser/classes/ReelPlayerOverlay.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerOverlay.ts#L17) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ReelPlayerOverlay.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerOverlay.ts#L23) +[src/parser/classes/ReelPlayerOverlay.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerOverlay.ts#L23) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/ReelPlayerOverlay.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerOverlay.ts#L18) +[src/parser/classes/ReelPlayerOverlay.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerOverlay.ts#L18) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/ReelPlayerOverlay.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerOverlay.ts#L15) +[src/parser/classes/ReelPlayerOverlay.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerOverlay.ts#L15) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/ReelPlayerOverlay.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerOverlay.ts#L22) +[src/parser/classes/ReelPlayerOverlay.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerOverlay.ts#L22) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/ReelPlayerOverlay.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerOverlay.ts#L20) +[src/parser/classes/ReelPlayerOverlay.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerOverlay.ts#L20) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/ReelPlayerOverlay.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerOverlay.ts#L19) +[src/parser/classes/ReelPlayerOverlay.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerOverlay.ts#L19) *** @@ -140,7 +140,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -150,7 +150,7 @@ #### Defined in -[src/parser/classes/ReelPlayerOverlay.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerOverlay.ts#L21) +[src/parser/classes/ReelPlayerOverlay.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerOverlay.ts#L21) *** @@ -164,7 +164,7 @@ #### Defined in -[src/parser/classes/ReelPlayerOverlay.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelPlayerOverlay.ts#L12) +[src/parser/classes/ReelPlayerOverlay.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelPlayerOverlay.ts#L12) ## Methods @@ -202,7 +202,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -236,7 +236,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -270,7 +270,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -308,4 +308,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ReelShelf.md b/docs/api/namespaces/YTNodes/classes/ReelShelf.md index 7debebef..67f4b248 100644 --- a/docs/api/namespaces/YTNodes/classes/ReelShelf.md +++ b/docs/api/namespaces/YTNodes/classes/ReelShelf.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ReelShelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelShelf.ts#L13) +[src/parser/classes/ReelShelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelShelf.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ReelShelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelShelf.ts#L11) +[src/parser/classes/ReelShelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelShelf.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ReelShelf.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelShelf.ts#L10) +[src/parser/classes/ReelShelf.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelShelf.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ReelShelf.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelShelf.ts#L9) +[src/parser/classes/ReelShelf.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelShelf.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/ReelShelf.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelShelf.ts#L7) +[src/parser/classes/ReelShelf.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelShelf.ts#L7) ## Accessors @@ -98,7 +98,7 @@ #### Defined in -[src/parser/classes/ReelShelf.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ReelShelf.ts#L24) +[src/parser/classes/ReelShelf.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ReelShelf.ts#L24) ## Methods @@ -136,7 +136,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -170,7 +170,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -204,7 +204,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -242,4 +242,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ReelWatchEndpoint.md b/docs/api/namespaces/YTNodes/classes/ReelWatchEndpoint.md index 5e8ee8d2..52860af4 100644 --- a/docs/api/namespaces/YTNodes/classes/ReelWatchEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/ReelWatchEndpoint.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/endpoints/ReelWatchEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ReelWatchEndpoint.ts#L11) +[src/parser/classes/endpoints/ReelWatchEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ReelWatchEndpoint.ts#L11) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/endpoints/ReelWatchEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ReelWatchEndpoint.ts#L7) +[src/parser/classes/endpoints/ReelWatchEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ReelWatchEndpoint.ts#L7) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/ReelWatchEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ReelWatchEndpoint.ts#L20) +[src/parser/classes/endpoints/ReelWatchEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ReelWatchEndpoint.ts#L20) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/ReelWatchEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ReelWatchEndpoint.ts#L16) +[src/parser/classes/endpoints/ReelWatchEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ReelWatchEndpoint.ts#L16) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/RelatedChipCloud.md b/docs/api/namespaces/YTNodes/classes/RelatedChipCloud.md index c5aefcfe..ce459544 100644 --- a/docs/api/namespaces/YTNodes/classes/RelatedChipCloud.md +++ b/docs/api/namespaces/YTNodes/classes/RelatedChipCloud.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/RelatedChipCloud.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RelatedChipCloud.ts#L9) +[src/parser/classes/RelatedChipCloud.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RelatedChipCloud.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/RelatedChipCloud.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RelatedChipCloud.ts#L7) +[src/parser/classes/RelatedChipCloud.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RelatedChipCloud.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/RelatedChipCloud.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RelatedChipCloud.ts#L5) +[src/parser/classes/RelatedChipCloud.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RelatedChipCloud.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/RemoveBannerForLiveChatCommand.md b/docs/api/namespaces/YTNodes/classes/RemoveBannerForLiveChatCommand.md index 2898d49c..38a16e8b 100644 --- a/docs/api/namespaces/YTNodes/classes/RemoveBannerForLiveChatCommand.md +++ b/docs/api/namespaces/YTNodes/classes/RemoveBannerForLiveChatCommand.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/RemoveBannerForLiveChatCommand.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/RemoveBannerForLiveChatCommand.ts#L9) +[src/parser/classes/livechat/RemoveBannerForLiveChatCommand.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/RemoveBannerForLiveChatCommand.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/RemoveBannerForLiveChatCommand.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/RemoveBannerForLiveChatCommand.ts#L7) +[src/parser/classes/livechat/RemoveBannerForLiveChatCommand.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/RemoveBannerForLiveChatCommand.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/livechat/RemoveBannerForLiveChatCommand.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/RemoveBannerForLiveChatCommand.ts#L5) +[src/parser/classes/livechat/RemoveBannerForLiveChatCommand.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/RemoveBannerForLiveChatCommand.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/RemoveChatItemAction.md b/docs/api/namespaces/YTNodes/classes/RemoveChatItemAction.md index e278c56c..4a6fb0b1 100644 --- a/docs/api/namespaces/YTNodes/classes/RemoveChatItemAction.md +++ b/docs/api/namespaces/YTNodes/classes/RemoveChatItemAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/RemoveChatItemAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/RemoveChatItemAction.ts#L9) +[src/parser/classes/livechat/RemoveChatItemAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/RemoveChatItemAction.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/RemoveChatItemAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/RemoveChatItemAction.ts#L7) +[src/parser/classes/livechat/RemoveChatItemAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/RemoveChatItemAction.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/livechat/RemoveChatItemAction.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/RemoveChatItemAction.ts#L5) +[src/parser/classes/livechat/RemoveChatItemAction.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/RemoveChatItemAction.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/RemoveChatItemByAuthorAction.md b/docs/api/namespaces/YTNodes/classes/RemoveChatItemByAuthorAction.md index f1a10de5..ab767199 100644 --- a/docs/api/namespaces/YTNodes/classes/RemoveChatItemByAuthorAction.md +++ b/docs/api/namespaces/YTNodes/classes/RemoveChatItemByAuthorAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/RemoveChatItemByAuthorAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/RemoveChatItemByAuthorAction.ts#L9) +[src/parser/classes/livechat/RemoveChatItemByAuthorAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/RemoveChatItemByAuthorAction.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/RemoveChatItemByAuthorAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/RemoveChatItemByAuthorAction.ts#L7) +[src/parser/classes/livechat/RemoveChatItemByAuthorAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/RemoveChatItemByAuthorAction.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/livechat/RemoveChatItemByAuthorAction.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/RemoveChatItemByAuthorAction.ts#L5) +[src/parser/classes/livechat/RemoveChatItemByAuthorAction.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/RemoveChatItemByAuthorAction.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ReplaceChatItemAction.md b/docs/api/namespaces/YTNodes/classes/ReplaceChatItemAction.md index b61ab3da..54098dd5 100644 --- a/docs/api/namespaces/YTNodes/classes/ReplaceChatItemAction.md +++ b/docs/api/namespaces/YTNodes/classes/ReplaceChatItemAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/ReplaceChatItemAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ReplaceChatItemAction.ts#L11) +[src/parser/classes/livechat/ReplaceChatItemAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ReplaceChatItemAction.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/ReplaceChatItemAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ReplaceChatItemAction.ts#L9) +[src/parser/classes/livechat/ReplaceChatItemAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ReplaceChatItemAction.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/ReplaceChatItemAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ReplaceChatItemAction.ts#L8) +[src/parser/classes/livechat/ReplaceChatItemAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ReplaceChatItemAction.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/livechat/ReplaceChatItemAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ReplaceChatItemAction.ts#L6) +[src/parser/classes/livechat/ReplaceChatItemAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ReplaceChatItemAction.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ReplaceLiveChatAction.md b/docs/api/namespaces/YTNodes/classes/ReplaceLiveChatAction.md index 2a6cacbd..f13654aa 100644 --- a/docs/api/namespaces/YTNodes/classes/ReplaceLiveChatAction.md +++ b/docs/api/namespaces/YTNodes/classes/ReplaceLiveChatAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/ReplaceLiveChatAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ReplaceLiveChatAction.ts#L10) +[src/parser/classes/livechat/ReplaceLiveChatAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ReplaceLiveChatAction.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/ReplaceLiveChatAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ReplaceLiveChatAction.ts#L8) +[src/parser/classes/livechat/ReplaceLiveChatAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ReplaceLiveChatAction.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/ReplaceLiveChatAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ReplaceLiveChatAction.ts#L7) +[src/parser/classes/livechat/ReplaceLiveChatAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ReplaceLiveChatAction.ts#L7) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/livechat/ReplaceLiveChatAction.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ReplaceLiveChatAction.ts#L5) +[src/parser/classes/livechat/ReplaceLiveChatAction.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ReplaceLiveChatAction.ts#L5) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ReplayChatItemAction.md b/docs/api/namespaces/YTNodes/classes/ReplayChatItemAction.md index 1c128523..a8cc824b 100644 --- a/docs/api/namespaces/YTNodes/classes/ReplayChatItemAction.md +++ b/docs/api/namespaces/YTNodes/classes/ReplayChatItemAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/ReplayChatItemAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ReplayChatItemAction.ts#L11) +[src/parser/classes/livechat/ReplayChatItemAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ReplayChatItemAction.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/ReplayChatItemAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ReplayChatItemAction.ts#L8) +[src/parser/classes/livechat/ReplayChatItemAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ReplayChatItemAction.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/classes/livechat/ReplayChatItemAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ReplayChatItemAction.ts#L9) +[src/parser/classes/livechat/ReplayChatItemAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ReplayChatItemAction.ts#L9) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/livechat/ReplayChatItemAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ReplayChatItemAction.ts#L6) +[src/parser/classes/livechat/ReplayChatItemAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ReplayChatItemAction.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/RichGrid.md b/docs/api/namespaces/YTNodes/classes/RichGrid.md index b627568b..0dd34b61 100644 --- a/docs/api/namespaces/YTNodes/classes/RichGrid.md +++ b/docs/api/namespaces/YTNodes/classes/RichGrid.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/RichGrid.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichGrid.ts#L11) +[src/parser/classes/RichGrid.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichGrid.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/RichGrid.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichGrid.ts#L8) +[src/parser/classes/RichGrid.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichGrid.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/RichGrid.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichGrid.ts#L7) +[src/parser/classes/RichGrid.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichGrid.ts#L7) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/RichGrid.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichGrid.ts#L9) +[src/parser/classes/RichGrid.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichGrid.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/RichGrid.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichGrid.ts#L5) +[src/parser/classes/RichGrid.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichGrid.ts#L5) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/RichItem.md b/docs/api/namespaces/YTNodes/classes/RichItem.md index 8bd1730d..dcba3810 100644 --- a/docs/api/namespaces/YTNodes/classes/RichItem.md +++ b/docs/api/namespaces/YTNodes/classes/RichItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/RichItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichItem.ts#L9) +[src/parser/classes/RichItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichItem.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/RichItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichItem.ts#L7) +[src/parser/classes/RichItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichItem.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/RichItem.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichItem.ts#L5) +[src/parser/classes/RichItem.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichItem.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/RichListHeader.md b/docs/api/namespaces/YTNodes/classes/RichListHeader.md index 82b773ae..261662db 100644 --- a/docs/api/namespaces/YTNodes/classes/RichListHeader.md +++ b/docs/api/namespaces/YTNodes/classes/RichListHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/RichListHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichListHeader.ts#L13) +[src/parser/classes/RichListHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichListHeader.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/RichListHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichListHeader.ts#L11) +[src/parser/classes/RichListHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichListHeader.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/RichListHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichListHeader.ts#L9) +[src/parser/classes/RichListHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichListHeader.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/RichListHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichListHeader.ts#L8) +[src/parser/classes/RichListHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichListHeader.ts#L8) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/RichListHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichListHeader.ts#L10) +[src/parser/classes/RichListHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichListHeader.ts#L10) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/RichListHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichListHeader.ts#L6) +[src/parser/classes/RichListHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichListHeader.ts#L6) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/RichMetadata.md b/docs/api/namespaces/YTNodes/classes/RichMetadata.md index 12c5ab19..b1a2ac20 100644 --- a/docs/api/namespaces/YTNodes/classes/RichMetadata.md +++ b/docs/api/namespaces/YTNodes/classes/RichMetadata.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/RichMetadata.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichMetadata.ts#L17) +[src/parser/classes/RichMetadata.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichMetadata.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/RichMetadata.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichMetadata.ts#L13) +[src/parser/classes/RichMetadata.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichMetadata.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/RichMetadata.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichMetadata.ts#L15) +[src/parser/classes/RichMetadata.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichMetadata.ts#L15) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/RichMetadata.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichMetadata.ts#L14) +[src/parser/classes/RichMetadata.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichMetadata.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/RichMetadata.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichMetadata.ts#L12) +[src/parser/classes/RichMetadata.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichMetadata.ts#L12) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/RichMetadata.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichMetadata.ts#L10) +[src/parser/classes/RichMetadata.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichMetadata.ts#L10) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/RichMetadata.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichMetadata.ts#L11) +[src/parser/classes/RichMetadata.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichMetadata.ts#L11) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/RichMetadata.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichMetadata.ts#L8) +[src/parser/classes/RichMetadata.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichMetadata.ts#L8) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/RichMetadataRow.md b/docs/api/namespaces/YTNodes/classes/RichMetadataRow.md index a65f804e..0b5e763b 100644 --- a/docs/api/namespaces/YTNodes/classes/RichMetadataRow.md +++ b/docs/api/namespaces/YTNodes/classes/RichMetadataRow.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/RichMetadataRow.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichMetadataRow.ts#L9) +[src/parser/classes/RichMetadataRow.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichMetadataRow.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/RichMetadataRow.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichMetadataRow.ts#L7) +[src/parser/classes/RichMetadataRow.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichMetadataRow.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/RichMetadataRow.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichMetadataRow.ts#L5) +[src/parser/classes/RichMetadataRow.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichMetadataRow.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/RichSection.md b/docs/api/namespaces/YTNodes/classes/RichSection.md index c82e33cd..0fc453c6 100644 --- a/docs/api/namespaces/YTNodes/classes/RichSection.md +++ b/docs/api/namespaces/YTNodes/classes/RichSection.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/RichSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichSection.ts#L11) +[src/parser/classes/RichSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichSection.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/RichSection.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichSection.ts#L7) +[src/parser/classes/RichSection.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichSection.ts#L7) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/RichSection.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichSection.ts#L8) +[src/parser/classes/RichSection.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichSection.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/RichSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichSection.ts#L9) +[src/parser/classes/RichSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichSection.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/RichSection.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichSection.ts#L5) +[src/parser/classes/RichSection.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichSection.ts#L5) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/RichShelf.md b/docs/api/namespaces/YTNodes/classes/RichShelf.md index 77eee02b..b27742a2 100644 --- a/docs/api/namespaces/YTNodes/classes/RichShelf.md +++ b/docs/api/namespaces/YTNodes/classes/RichShelf.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/RichShelf.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichShelf.ts#L26) +[src/parser/classes/RichShelf.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichShelf.ts#L26) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/RichShelf.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichShelf.ts#L10) +[src/parser/classes/RichShelf.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichShelf.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/RichShelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichShelf.ts#L11) +[src/parser/classes/RichShelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichShelf.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/RichShelf.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichShelf.ts#L21) +[src/parser/classes/RichShelf.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichShelf.ts#L21) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/RichShelf.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichShelf.ts#L14) +[src/parser/classes/RichShelf.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichShelf.ts#L14) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/RichShelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichShelf.ts#L13) +[src/parser/classes/RichShelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichShelf.ts#L13) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/RichShelf.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichShelf.ts#L15) +[src/parser/classes/RichShelf.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichShelf.ts#L15) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/RichShelf.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichShelf.ts#L16) +[src/parser/classes/RichShelf.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichShelf.ts#L16) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/RichShelf.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichShelf.ts#L22) +[src/parser/classes/RichShelf.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichShelf.ts#L22) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/RichShelf.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichShelf.ts#L23) +[src/parser/classes/RichShelf.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichShelf.ts#L23) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/RichShelf.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichShelf.ts#L24) +[src/parser/classes/RichShelf.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichShelf.ts#L24) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/RichShelf.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichShelf.ts#L12) +[src/parser/classes/RichShelf.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichShelf.ts#L12) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/RichShelf.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichShelf.ts#L9) +[src/parser/classes/RichShelf.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichShelf.ts#L9) *** @@ -160,7 +160,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -174,7 +174,7 @@ #### Defined in -[src/parser/classes/RichShelf.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/RichShelf.ts#L7) +[src/parser/classes/RichShelf.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/RichShelf.ts#L7) ## Methods @@ -212,7 +212,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -246,7 +246,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -280,7 +280,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -318,4 +318,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/RunAttestationCommand.md b/docs/api/namespaces/YTNodes/classes/RunAttestationCommand.md index e01daa49..90473bff 100644 --- a/docs/api/namespaces/YTNodes/classes/RunAttestationCommand.md +++ b/docs/api/namespaces/YTNodes/classes/RunAttestationCommand.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/commands/RunAttestationCommand.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/RunAttestationCommand.ts#L21) +[src/parser/classes/commands/RunAttestationCommand.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/RunAttestationCommand.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/commands/RunAttestationCommand.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/RunAttestationCommand.ts#L18) +[src/parser/classes/commands/RunAttestationCommand.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/RunAttestationCommand.ts#L18) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/commands/RunAttestationCommand.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/RunAttestationCommand.ts#L19) +[src/parser/classes/commands/RunAttestationCommand.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/RunAttestationCommand.ts#L19) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/commands/RunAttestationCommand.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/RunAttestationCommand.ts#L16) +[src/parser/classes/commands/RunAttestationCommand.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/RunAttestationCommand.ts#L16) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SearchBox.md b/docs/api/namespaces/YTNodes/classes/SearchBox.md index d0aea0ab..e96f0d63 100644 --- a/docs/api/namespaces/YTNodes/classes/SearchBox.md +++ b/docs/api/namespaces/YTNodes/classes/SearchBox.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SearchBox.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchBox.ts#L15) +[src/parser/classes/SearchBox.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchBox.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SearchBox.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchBox.ts#L12) +[src/parser/classes/SearchBox.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchBox.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SearchBox.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchBox.ts#L10) +[src/parser/classes/SearchBox.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchBox.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SearchBox.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchBox.ts#L13) +[src/parser/classes/SearchBox.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchBox.ts#L13) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/SearchBox.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchBox.ts#L11) +[src/parser/classes/SearchBox.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchBox.ts#L11) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/SearchBox.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchBox.ts#L8) +[src/parser/classes/SearchBox.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchBox.ts#L8) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SearchEndpoint.md b/docs/api/namespaces/YTNodes/classes/SearchEndpoint.md index 16f7625a..86eb0060 100644 --- a/docs/api/namespaces/YTNodes/classes/SearchEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/SearchEndpoint.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/endpoints/SearchEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/SearchEndpoint.ts#L11) +[src/parser/classes/endpoints/SearchEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/SearchEndpoint.ts#L11) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/endpoints/SearchEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/SearchEndpoint.ts#L7) +[src/parser/classes/endpoints/SearchEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/SearchEndpoint.ts#L7) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/SearchEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/SearchEndpoint.ts#L20) +[src/parser/classes/endpoints/SearchEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/SearchEndpoint.ts#L20) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/SearchEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/SearchEndpoint.ts#L16) +[src/parser/classes/endpoints/SearchEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/SearchEndpoint.ts#L16) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SearchFilter.md b/docs/api/namespaces/YTNodes/classes/SearchFilter.md index f94ad1c7..1584c24c 100644 --- a/docs/api/namespaces/YTNodes/classes/SearchFilter.md +++ b/docs/api/namespaces/YTNodes/classes/SearchFilter.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SearchFilter.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchFilter.ts#L14) +[src/parser/classes/SearchFilter.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchFilter.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SearchFilter.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchFilter.ts#L10) +[src/parser/classes/SearchFilter.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchFilter.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SearchFilter.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchFilter.ts#L9) +[src/parser/classes/SearchFilter.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchFilter.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SearchFilter.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchFilter.ts#L12) +[src/parser/classes/SearchFilter.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchFilter.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/SearchFilter.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchFilter.ts#L11) +[src/parser/classes/SearchFilter.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchFilter.ts#L11) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/SearchFilter.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchFilter.ts#L7) +[src/parser/classes/SearchFilter.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchFilter.ts#L7) ## Accessors @@ -108,7 +108,7 @@ #### Defined in -[src/parser/classes/SearchFilter.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchFilter.ts#L25) +[src/parser/classes/SearchFilter.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchFilter.ts#L25) *** @@ -122,7 +122,7 @@ #### Defined in -[src/parser/classes/SearchFilter.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchFilter.ts#L29) +[src/parser/classes/SearchFilter.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchFilter.ts#L29) ## Methods @@ -160,7 +160,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -194,7 +194,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -228,7 +228,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -266,4 +266,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SearchFilterGroup.md b/docs/api/namespaces/YTNodes/classes/SearchFilterGroup.md index 8fa918c0..6bdb9cc7 100644 --- a/docs/api/namespaces/YTNodes/classes/SearchFilterGroup.md +++ b/docs/api/namespaces/YTNodes/classes/SearchFilterGroup.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SearchFilterGroup.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchFilterGroup.ts#L13) +[src/parser/classes/SearchFilterGroup.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchFilterGroup.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SearchFilterGroup.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchFilterGroup.ts#L11) +[src/parser/classes/SearchFilterGroup.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchFilterGroup.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SearchFilterGroup.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchFilterGroup.ts#L10) +[src/parser/classes/SearchFilterGroup.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchFilterGroup.ts#L10) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/SearchFilterGroup.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchFilterGroup.ts#L8) +[src/parser/classes/SearchFilterGroup.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchFilterGroup.ts#L8) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SearchFilterOptionsDialog.md b/docs/api/namespaces/YTNodes/classes/SearchFilterOptionsDialog.md index c0410649..2054b112 100644 --- a/docs/api/namespaces/YTNodes/classes/SearchFilterOptionsDialog.md +++ b/docs/api/namespaces/YTNodes/classes/SearchFilterOptionsDialog.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SearchFilterOptionsDialog.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchFilterOptionsDialog.ts#L13) +[src/parser/classes/SearchFilterOptionsDialog.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchFilterOptionsDialog.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SearchFilterOptionsDialog.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchFilterOptionsDialog.ts#L11) +[src/parser/classes/SearchFilterOptionsDialog.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchFilterOptionsDialog.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SearchFilterOptionsDialog.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchFilterOptionsDialog.ts#L10) +[src/parser/classes/SearchFilterOptionsDialog.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchFilterOptionsDialog.ts#L10) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/SearchFilterOptionsDialog.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchFilterOptionsDialog.ts#L8) +[src/parser/classes/SearchFilterOptionsDialog.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchFilterOptionsDialog.ts#L8) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SearchHeader.md b/docs/api/namespaces/YTNodes/classes/SearchHeader.md index e810300f..cf07116e 100644 --- a/docs/api/namespaces/YTNodes/classes/SearchHeader.md +++ b/docs/api/namespaces/YTNodes/classes/SearchHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SearchHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchHeader.ts#L12) +[src/parser/classes/SearchHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchHeader.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SearchHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchHeader.ts#L9) +[src/parser/classes/SearchHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchHeader.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SearchHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchHeader.ts#L10) +[src/parser/classes/SearchHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchHeader.ts#L10) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/SearchHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchHeader.ts#L7) +[src/parser/classes/SearchHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchHeader.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SearchRefinementCard.md b/docs/api/namespaces/YTNodes/classes/SearchRefinementCard.md index 566e558f..018d6f81 100644 --- a/docs/api/namespaces/YTNodes/classes/SearchRefinementCard.md +++ b/docs/api/namespaces/YTNodes/classes/SearchRefinementCard.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SearchRefinementCard.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchRefinementCard.ts#L14) +[src/parser/classes/SearchRefinementCard.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchRefinementCard.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SearchRefinementCard.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchRefinementCard.ts#L11) +[src/parser/classes/SearchRefinementCard.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchRefinementCard.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SearchRefinementCard.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchRefinementCard.ts#L12) +[src/parser/classes/SearchRefinementCard.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchRefinementCard.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SearchRefinementCard.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchRefinementCard.ts#L10) +[src/parser/classes/SearchRefinementCard.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchRefinementCard.ts#L10) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/SearchRefinementCard.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchRefinementCard.ts#L8) +[src/parser/classes/SearchRefinementCard.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchRefinementCard.ts#L8) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SearchSubMenu.md b/docs/api/namespaces/YTNodes/classes/SearchSubMenu.md index 4d1cce01..85e7396a 100644 --- a/docs/api/namespaces/YTNodes/classes/SearchSubMenu.md +++ b/docs/api/namespaces/YTNodes/classes/SearchSubMenu.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SearchSubMenu.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSubMenu.ts#L15) +[src/parser/classes/SearchSubMenu.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSubMenu.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SearchSubMenu.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSubMenu.ts#L13) +[src/parser/classes/SearchSubMenu.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSubMenu.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SearchSubMenu.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSubMenu.ts#L12) +[src/parser/classes/SearchSubMenu.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSubMenu.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SearchSubMenu.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSubMenu.ts#L11) +[src/parser/classes/SearchSubMenu.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSubMenu.ts#L11) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/SearchSubMenu.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSubMenu.ts#L9) +[src/parser/classes/SearchSubMenu.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSubMenu.ts#L9) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SearchSuggestion.md b/docs/api/namespaces/YTNodes/classes/SearchSuggestion.md index fa763b8d..268ca9ec 100644 --- a/docs/api/namespaces/YTNodes/classes/SearchSuggestion.md +++ b/docs/api/namespaces/YTNodes/classes/SearchSuggestion.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/SearchSuggestion.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSuggestion.ts#L14) +[src/parser/classes/SearchSuggestion.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSuggestion.ts#L14) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/SearchSuggestion.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSuggestion.ts#L10) +[src/parser/classes/SearchSuggestion.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSuggestion.ts#L10) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/classes/SearchSuggestion.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSuggestion.ts#L11) +[src/parser/classes/SearchSuggestion.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSuggestion.ts#L11) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/classes/SearchSuggestion.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSuggestion.ts#L12) +[src/parser/classes/SearchSuggestion.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSuggestion.ts#L12) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/classes/SearchSuggestion.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSuggestion.ts#L9) +[src/parser/classes/SearchSuggestion.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSuggestion.ts#L9) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -98,7 +98,7 @@ #### Defined in -[src/parser/classes/SearchSuggestion.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSuggestion.ts#L7) +[src/parser/classes/SearchSuggestion.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSuggestion.ts#L7) ## Methods @@ -136,7 +136,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -170,7 +170,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -204,7 +204,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -242,4 +242,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SearchSuggestionsSection.md b/docs/api/namespaces/YTNodes/classes/SearchSuggestionsSection.md index 24577775..fccd1c5c 100644 --- a/docs/api/namespaces/YTNodes/classes/SearchSuggestionsSection.md +++ b/docs/api/namespaces/YTNodes/classes/SearchSuggestionsSection.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SearchSuggestionsSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSuggestionsSection.ts#L9) +[src/parser/classes/SearchSuggestionsSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSuggestionsSection.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SearchSuggestionsSection.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSuggestionsSection.ts#L7) +[src/parser/classes/SearchSuggestionsSection.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSuggestionsSection.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/SearchSuggestionsSection.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SearchSuggestionsSection.ts#L5) +[src/parser/classes/SearchSuggestionsSection.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SearchSuggestionsSection.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SecondarySearchContainer.md b/docs/api/namespaces/YTNodes/classes/SecondarySearchContainer.md index d482dbd6..d9ac6edd 100644 --- a/docs/api/namespaces/YTNodes/classes/SecondarySearchContainer.md +++ b/docs/api/namespaces/YTNodes/classes/SecondarySearchContainer.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SecondarySearchContainer.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SecondarySearchContainer.ts#L11) +[src/parser/classes/SecondarySearchContainer.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SecondarySearchContainer.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SecondarySearchContainer.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SecondarySearchContainer.ts#L9) +[src/parser/classes/SecondarySearchContainer.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SecondarySearchContainer.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SecondarySearchContainer.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SecondarySearchContainer.ts#L8) +[src/parser/classes/SecondarySearchContainer.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SecondarySearchContainer.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/SecondarySearchContainer.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SecondarySearchContainer.ts#L6) +[src/parser/classes/SecondarySearchContainer.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SecondarySearchContainer.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SectionHeaderView.md b/docs/api/namespaces/YTNodes/classes/SectionHeaderView.md new file mode 100644 index 00000000..f9634b16 --- /dev/null +++ b/docs/api/namespaces/YTNodes/classes/SectionHeaderView.md @@ -0,0 +1,211 @@ +[youtubei.js](../../../README.md) / [YTNodes](../README.md) / SectionHeaderView + +# Class: SectionHeaderView + +## Extends + +- [`YTNode`](../../Helpers/classes/YTNode.md) + +## Constructors + +### new SectionHeaderView() + +> **new SectionHeaderView**(`data`): [`SectionHeaderView`](SectionHeaderView.md) + +#### Parameters + +• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md) + +#### Returns + +[`SectionHeaderView`](SectionHeaderView.md) + +#### Overrides + +[`YTNode`](../../Helpers/classes/YTNode.md).[`constructor`](../../Helpers/classes/YTNode.md#constructors) + +#### Defined in + +[src/parser/classes/SectionHeaderView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SectionHeaderView.ts#L10) + +## Properties + +### headline + +> **headline**: [`Text`](../../Misc/classes/Text.md) + +#### Defined in + +[src/parser/classes/SectionHeaderView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SectionHeaderView.ts#L8) + +*** + +### type + +> `readonly` **type**: `string` + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type) + +#### Defined in + +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) + +*** + +### type + +> `static` **type**: `string` = `'SectionHeaderView'` + +#### Overrides + +[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type-1) + +#### Defined in + +[src/parser/classes/SectionHeaderView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SectionHeaderView.ts#L6) + +## Methods + +### as() + +> **as**\<`T`, `K`\>(...`types`): `InstanceType`\<`K`\[`number`\]\> + +Cast to one of the given types. + +#### Type Parameters + +• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md) + +• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[] + +#### Parameters + +• ...**types**: `K` + +The types to cast to + +#### Returns + +`InstanceType`\<`K`\[`number`\]\> + +The node cast to one of the given types + +#### Throws + +If the node is not of the given type + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`as`](../../Helpers/classes/YTNode.md#as) + +#### Defined in + +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) + +*** + +### hasKey() + +> **hasKey**\<`T`, `R`\>(`key`): `this is SectionHeaderView & { [k in string]: R }` + +Check for a key without asserting the type. + +#### Type Parameters + +• **T** *extends* `string` + +• **R** = `any` + +#### Parameters + +• **key**: `T` + +The key to check + +#### Returns + +`this is SectionHeaderView & { [k in string]: R }` + +Whether the node has the key + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`hasKey`](../../Helpers/classes/YTNode.md#haskey) + +#### Defined in + +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) + +*** + +### is() + +> **is**\<`T`, `K`\>(...`types`): `this is InstanceType` + +Check if the node is of the given type. + +#### Type Parameters + +• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md) + +• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[] + +#### Parameters + +• ...**types**: `K` + +The type to check + +#### Returns + +`this is InstanceType` + +whether the node is of the given type + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`is`](../../Helpers/classes/YTNode.md#is) + +#### Defined in + +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) + +*** + +### key() + +> **key**\<`T`, `R`\>(`key`): [`Maybe`](../../Helpers/classes/Maybe.md) + +Assert that the node has the given key and return it. + +#### Type Parameters + +• **T** *extends* `string` + +• **R** = `any` + +#### Parameters + +• **key**: `T` + +The key to check + +#### Returns + +[`Maybe`](../../Helpers/classes/Maybe.md) + +The value of the key wrapped in a Maybe + +#### Throws + +If the node does not have the key + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`key`](../../Helpers/classes/YTNode.md#key) + +#### Defined in + +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SectionList.md b/docs/api/namespaces/YTNodes/classes/SectionList.md index 9328963b..846595c2 100644 --- a/docs/api/namespaces/YTNodes/classes/SectionList.md +++ b/docs/api/namespaces/YTNodes/classes/SectionList.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SectionList.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SectionList.ts#L13) +[src/parser/classes/SectionList.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SectionList.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SectionList.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SectionList.ts#L7) +[src/parser/classes/SectionList.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SectionList.ts#L7) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SectionList.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SectionList.ts#L9) +[src/parser/classes/SectionList.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SectionList.ts#L9) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SectionList.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SectionList.ts#L10) +[src/parser/classes/SectionList.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SectionList.ts#L10) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/SectionList.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SectionList.ts#L11) +[src/parser/classes/SectionList.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SectionList.ts#L11) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/SectionList.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SectionList.ts#L8) +[src/parser/classes/SectionList.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SectionList.ts#L8) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/SectionList.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SectionList.ts#L5) +[src/parser/classes/SectionList.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SectionList.ts#L5) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SegmentedLikeDislikeButton.md b/docs/api/namespaces/YTNodes/classes/SegmentedLikeDislikeButton.md index 91744a8e..e343faa9 100644 --- a/docs/api/namespaces/YTNodes/classes/SegmentedLikeDislikeButton.md +++ b/docs/api/namespaces/YTNodes/classes/SegmentedLikeDislikeButton.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SegmentedLikeDislikeButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SegmentedLikeDislikeButton.ts#L13) +[src/parser/classes/SegmentedLikeDislikeButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SegmentedLikeDislikeButton.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SegmentedLikeDislikeButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SegmentedLikeDislikeButton.ts#L11) +[src/parser/classes/SegmentedLikeDislikeButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SegmentedLikeDislikeButton.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SegmentedLikeDislikeButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SegmentedLikeDislikeButton.ts#L10) +[src/parser/classes/SegmentedLikeDislikeButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SegmentedLikeDislikeButton.ts#L10) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/SegmentedLikeDislikeButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SegmentedLikeDislikeButton.ts#L8) +[src/parser/classes/SegmentedLikeDislikeButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SegmentedLikeDislikeButton.ts#L8) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SegmentedLikeDislikeButtonView.md b/docs/api/namespaces/YTNodes/classes/SegmentedLikeDislikeButtonView.md index 0a37799e..8b4bb2a0 100644 --- a/docs/api/namespaces/YTNodes/classes/SegmentedLikeDislikeButtonView.md +++ b/docs/api/namespaces/YTNodes/classes/SegmentedLikeDislikeButtonView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SegmentedLikeDislikeButtonView.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L25) +[src/parser/classes/SegmentedLikeDislikeButtonView.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L25) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SegmentedLikeDislikeButtonView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L10) +[src/parser/classes/SegmentedLikeDislikeButtonView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L10) *** @@ -62,7 +62,7 @@ #### Defined in -[src/parser/classes/SegmentedLikeDislikeButtonView.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L15) +[src/parser/classes/SegmentedLikeDislikeButtonView.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L15) *** @@ -72,7 +72,7 @@ #### Defined in -[src/parser/classes/SegmentedLikeDislikeButtonView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L11) +[src/parser/classes/SegmentedLikeDislikeButtonView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L11) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/SegmentedLikeDislikeButtonView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L9) +[src/parser/classes/SegmentedLikeDislikeButtonView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L9) *** @@ -92,7 +92,7 @@ #### Defined in -[src/parser/classes/SegmentedLikeDislikeButtonView.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L22) +[src/parser/classes/SegmentedLikeDislikeButtonView.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L22) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/SegmentedLikeDislikeButtonView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L12) +[src/parser/classes/SegmentedLikeDislikeButtonView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L12) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/SegmentedLikeDislikeButtonView.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L23) +[src/parser/classes/SegmentedLikeDislikeButtonView.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L23) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/SegmentedLikeDislikeButtonView.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L7) +[src/parser/classes/SegmentedLikeDislikeButtonView.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SegmentedLikeDislikeButtonView.ts#L7) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SendFeedbackAction.md b/docs/api/namespaces/YTNodes/classes/SendFeedbackAction.md index 2516a286..12b16e21 100644 --- a/docs/api/namespaces/YTNodes/classes/SendFeedbackAction.md +++ b/docs/api/namespaces/YTNodes/classes/SendFeedbackAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/actions/SendFeedbackAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/SendFeedbackAction.ts#L9) +[src/parser/classes/actions/SendFeedbackAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/SendFeedbackAction.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/actions/SendFeedbackAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/SendFeedbackAction.ts#L7) +[src/parser/classes/actions/SendFeedbackAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/SendFeedbackAction.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/actions/SendFeedbackAction.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/SendFeedbackAction.ts#L5) +[src/parser/classes/actions/SendFeedbackAction.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/SendFeedbackAction.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SettingBoolean.md b/docs/api/namespaces/YTNodes/classes/SettingBoolean.md index 3f5e2c6c..bfa1b42a 100644 --- a/docs/api/namespaces/YTNodes/classes/SettingBoolean.md +++ b/docs/api/namespaces/YTNodes/classes/SettingBoolean.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SettingBoolean.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingBoolean.ts#L15) +[src/parser/classes/SettingBoolean.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingBoolean.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SettingBoolean.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingBoolean.ts#L12) +[src/parser/classes/SettingBoolean.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingBoolean.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SettingBoolean.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingBoolean.ts#L11) +[src/parser/classes/SettingBoolean.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingBoolean.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SettingBoolean.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingBoolean.ts#L13) +[src/parser/classes/SettingBoolean.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingBoolean.ts#L13) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/SettingBoolean.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingBoolean.ts#L10) +[src/parser/classes/SettingBoolean.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingBoolean.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/SettingBoolean.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingBoolean.ts#L9) +[src/parser/classes/SettingBoolean.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingBoolean.ts#L9) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/SettingBoolean.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingBoolean.ts#L7) +[src/parser/classes/SettingBoolean.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingBoolean.ts#L7) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SettingsCheckbox.md b/docs/api/namespaces/YTNodes/classes/SettingsCheckbox.md index e356b3c1..9eaf1c23 100644 --- a/docs/api/namespaces/YTNodes/classes/SettingsCheckbox.md +++ b/docs/api/namespaces/YTNodes/classes/SettingsCheckbox.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SettingsCheckbox.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsCheckbox.ts#L14) +[src/parser/classes/SettingsCheckbox.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsCheckbox.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SettingsCheckbox.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsCheckbox.ts#L11) +[src/parser/classes/SettingsCheckbox.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsCheckbox.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SettingsCheckbox.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsCheckbox.ts#L10) +[src/parser/classes/SettingsCheckbox.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsCheckbox.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SettingsCheckbox.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsCheckbox.ts#L9) +[src/parser/classes/SettingsCheckbox.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsCheckbox.ts#L9) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/SettingsCheckbox.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsCheckbox.ts#L12) +[src/parser/classes/SettingsCheckbox.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsCheckbox.ts#L12) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/SettingsCheckbox.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsCheckbox.ts#L8) +[src/parser/classes/SettingsCheckbox.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsCheckbox.ts#L8) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/SettingsCheckbox.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsCheckbox.ts#L6) +[src/parser/classes/SettingsCheckbox.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsCheckbox.ts#L6) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SettingsOptions.md b/docs/api/namespaces/YTNodes/classes/SettingsOptions.md index 74ca93a1..f6678509 100644 --- a/docs/api/namespaces/YTNodes/classes/SettingsOptions.md +++ b/docs/api/namespaces/YTNodes/classes/SettingsOptions.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SettingsOptions.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsOptions.ts#L17) +[src/parser/classes/SettingsOptions.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsOptions.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SettingsOptions.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsOptions.ts#L15) +[src/parser/classes/SettingsOptions.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsOptions.ts#L15) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SettingsOptions.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsOptions.ts#L14) +[src/parser/classes/SettingsOptions.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsOptions.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SettingsOptions.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsOptions.ts#L13) +[src/parser/classes/SettingsOptions.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsOptions.ts#L13) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/SettingsOptions.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsOptions.ts#L11) +[src/parser/classes/SettingsOptions.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsOptions.ts#L11) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SettingsSidebar.md b/docs/api/namespaces/YTNodes/classes/SettingsSidebar.md index a99a459d..9e78068d 100644 --- a/docs/api/namespaces/YTNodes/classes/SettingsSidebar.md +++ b/docs/api/namespaces/YTNodes/classes/SettingsSidebar.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SettingsSidebar.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsSidebar.ts#L12) +[src/parser/classes/SettingsSidebar.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsSidebar.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SettingsSidebar.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsSidebar.ts#L10) +[src/parser/classes/SettingsSidebar.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsSidebar.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SettingsSidebar.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsSidebar.ts#L9) +[src/parser/classes/SettingsSidebar.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsSidebar.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/SettingsSidebar.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsSidebar.ts#L7) +[src/parser/classes/SettingsSidebar.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsSidebar.ts#L7) ## Accessors @@ -88,7 +88,7 @@ #### Defined in -[src/parser/classes/SettingsSidebar.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsSidebar.ts#L19) +[src/parser/classes/SettingsSidebar.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsSidebar.ts#L19) ## Methods @@ -126,7 +126,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -160,7 +160,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -194,7 +194,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -232,4 +232,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SettingsSwitch.md b/docs/api/namespaces/YTNodes/classes/SettingsSwitch.md index 2686f719..6a78e454 100644 --- a/docs/api/namespaces/YTNodes/classes/SettingsSwitch.md +++ b/docs/api/namespaces/YTNodes/classes/SettingsSwitch.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SettingsSwitch.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsSwitch.ts#L15) +[src/parser/classes/SettingsSwitch.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsSwitch.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SettingsSwitch.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsSwitch.ts#L13) +[src/parser/classes/SettingsSwitch.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsSwitch.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SettingsSwitch.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsSwitch.ts#L12) +[src/parser/classes/SettingsSwitch.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsSwitch.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SettingsSwitch.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsSwitch.ts#L11) +[src/parser/classes/SettingsSwitch.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsSwitch.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/SettingsSwitch.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsSwitch.ts#L10) +[src/parser/classes/SettingsSwitch.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsSwitch.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/SettingsSwitch.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsSwitch.ts#L9) +[src/parser/classes/SettingsSwitch.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsSwitch.ts#L9) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/SettingsSwitch.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SettingsSwitch.ts#L7) +[src/parser/classes/SettingsSwitch.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SettingsSwitch.ts#L7) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ShareEndpoint.md b/docs/api/namespaces/YTNodes/classes/ShareEndpoint.md index 620c2dee..c6b2549f 100644 --- a/docs/api/namespaces/YTNodes/classes/ShareEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/ShareEndpoint.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/endpoints/ShareEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ShareEndpoint.ts#L7) +[src/parser/classes/endpoints/ShareEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ShareEndpoint.ts#L7) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/endpoints/ShareEndpoint.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ShareEndpoint.ts#L5) +[src/parser/classes/endpoints/ShareEndpoint.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ShareEndpoint.ts#L5) ## Methods @@ -92,7 +92,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -110,7 +110,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts#L20) +[src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts#L20) *** @@ -128,7 +128,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts#L16) +[src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts#L16) *** @@ -162,7 +162,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -196,7 +196,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -234,4 +234,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ShareEntityEndpoint.md b/docs/api/namespaces/YTNodes/classes/ShareEntityEndpoint.md index b99d665e..e2e89d03 100644 --- a/docs/api/namespaces/YTNodes/classes/ShareEntityEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/ShareEntityEndpoint.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/endpoints/ShareEntityEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ShareEntityEndpoint.ts#L7) +[src/parser/classes/endpoints/ShareEntityEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ShareEntityEndpoint.ts#L7) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/endpoints/ShareEntityEndpoint.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ShareEntityEndpoint.ts#L5) +[src/parser/classes/endpoints/ShareEntityEndpoint.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ShareEntityEndpoint.ts#L5) ## Methods @@ -92,7 +92,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -110,7 +110,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts#L20) +[src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts#L20) *** @@ -128,7 +128,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts#L16) +[src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts#L16) *** @@ -162,7 +162,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -196,7 +196,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -234,4 +234,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ShareEntityServiceEndpoint.md b/docs/api/namespaces/YTNodes/classes/ShareEntityServiceEndpoint.md index 5b384f93..597e68d1 100644 --- a/docs/api/namespaces/YTNodes/classes/ShareEntityServiceEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/ShareEntityServiceEndpoint.md @@ -35,7 +35,7 @@ #### Defined in -[src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts#L11) +[src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts#L11) ## Properties @@ -49,7 +49,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -63,7 +63,7 @@ #### Defined in -[src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts#L7) +[src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts#L7) ## Methods @@ -101,7 +101,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -119,7 +119,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts#L20) +[src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts#L20) *** @@ -137,7 +137,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts#L16) +[src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ShareEntityServiceEndpoint.ts#L16) *** @@ -171,7 +171,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -205,7 +205,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -243,4 +243,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SharePanelHeader.md b/docs/api/namespaces/YTNodes/classes/SharePanelHeader.md index 3485dc25..2aebe6d6 100644 --- a/docs/api/namespaces/YTNodes/classes/SharePanelHeader.md +++ b/docs/api/namespaces/YTNodes/classes/SharePanelHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SharePanelHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharePanelHeader.ts#L9) +[src/parser/classes/SharePanelHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharePanelHeader.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SharePanelHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharePanelHeader.ts#L7) +[src/parser/classes/SharePanelHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharePanelHeader.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/SharePanelHeader.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharePanelHeader.ts#L5) +[src/parser/classes/SharePanelHeader.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharePanelHeader.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SharePanelTitleV15.md b/docs/api/namespaces/YTNodes/classes/SharePanelTitleV15.md index 2e38d903..53cb5eff 100644 --- a/docs/api/namespaces/YTNodes/classes/SharePanelTitleV15.md +++ b/docs/api/namespaces/YTNodes/classes/SharePanelTitleV15.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SharePanelTitleV15.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharePanelTitleV15.ts#L10) +[src/parser/classes/SharePanelTitleV15.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharePanelTitleV15.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SharePanelTitleV15.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharePanelTitleV15.ts#L8) +[src/parser/classes/SharePanelTitleV15.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharePanelTitleV15.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/SharePanelTitleV15.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharePanelTitleV15.ts#L6) +[src/parser/classes/SharePanelTitleV15.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharePanelTitleV15.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ShareTarget.md b/docs/api/namespaces/YTNodes/classes/ShareTarget.md index 10b76c36..7193aed1 100644 --- a/docs/api/namespaces/YTNodes/classes/ShareTarget.md +++ b/docs/api/namespaces/YTNodes/classes/ShareTarget.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ShareTarget.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShareTarget.ts#L14) +[src/parser/classes/ShareTarget.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShareTarget.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ShareTarget.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShareTarget.ts#L9) +[src/parser/classes/ShareTarget.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShareTarget.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ShareTarget.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShareTarget.ts#L10) +[src/parser/classes/ShareTarget.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShareTarget.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ShareTarget.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShareTarget.ts#L11) +[src/parser/classes/ShareTarget.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShareTarget.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ShareTarget.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShareTarget.ts#L12) +[src/parser/classes/ShareTarget.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShareTarget.ts#L12) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/ShareTarget.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShareTarget.ts#L7) +[src/parser/classes/ShareTarget.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShareTarget.ts#L7) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SharedPost.md b/docs/api/namespaces/YTNodes/classes/SharedPost.md index 7ba86a04..afae8ff7 100644 --- a/docs/api/namespaces/YTNodes/classes/SharedPost.md +++ b/docs/api/namespaces/YTNodes/classes/SharedPost.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SharedPost.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharedPost.ts#L26) +[src/parser/classes/SharedPost.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharedPost.ts#L26) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SharedPost.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharedPost.ts#L24) +[src/parser/classes/SharedPost.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharedPost.ts#L24) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SharedPost.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharedPost.ts#L17) +[src/parser/classes/SharedPost.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharedPost.ts#L17) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SharedPost.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharedPost.ts#L22) +[src/parser/classes/SharedPost.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharedPost.ts#L22) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/SharedPost.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharedPost.ts#L23) +[src/parser/classes/SharedPost.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharedPost.ts#L23) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/SharedPost.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharedPost.ts#L21) +[src/parser/classes/SharedPost.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharedPost.ts#L21) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/SharedPost.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharedPost.ts#L19) +[src/parser/classes/SharedPost.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharedPost.ts#L19) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/SharedPost.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharedPost.ts#L20) +[src/parser/classes/SharedPost.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharedPost.ts#L20) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/SharedPost.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharedPost.ts#L18) +[src/parser/classes/SharedPost.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharedPost.ts#L18) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/SharedPost.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharedPost.ts#L16) +[src/parser/classes/SharedPost.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharedPost.ts#L16) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/SharedPost.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SharedPost.ts#L14) +[src/parser/classes/SharedPost.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SharedPost.ts#L14) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Shelf.md b/docs/api/namespaces/YTNodes/classes/Shelf.md index 1e812b08..ad13edac 100644 --- a/docs/api/namespaces/YTNodes/classes/Shelf.md +++ b/docs/api/namespaces/YTNodes/classes/Shelf.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Shelf.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Shelf.ts#L18) +[src/parser/classes/Shelf.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Shelf.ts#L18) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Shelf.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Shelf.ts#L12) +[src/parser/classes/Shelf.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Shelf.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Shelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Shelf.ts#L11) +[src/parser/classes/Shelf.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Shelf.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/Shelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Shelf.ts#L13) +[src/parser/classes/Shelf.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Shelf.ts#L13) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/Shelf.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Shelf.ts#L14) +[src/parser/classes/Shelf.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Shelf.ts#L14) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/Shelf.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Shelf.ts#L15) +[src/parser/classes/Shelf.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Shelf.ts#L15) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/Shelf.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Shelf.ts#L16) +[src/parser/classes/Shelf.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Shelf.ts#L16) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/Shelf.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Shelf.ts#L10) +[src/parser/classes/Shelf.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Shelf.ts#L10) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/Shelf.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Shelf.ts#L8) +[src/parser/classes/Shelf.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Shelf.ts#L8) ## Methods @@ -162,7 +162,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -196,7 +196,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -230,7 +230,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -268,4 +268,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ShortsLockupView.md b/docs/api/namespaces/YTNodes/classes/ShortsLockupView.md index c33e2082..29413165 100644 --- a/docs/api/namespaces/YTNodes/classes/ShortsLockupView.md +++ b/docs/api/namespaces/YTNodes/classes/ShortsLockupView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ShortsLockupView.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShortsLockupView.ts#L26) +[src/parser/classes/ShortsLockupView.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShortsLockupView.ts#L26) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ShortsLockupView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShortsLockupView.ts#L13) +[src/parser/classes/ShortsLockupView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShortsLockupView.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ShortsLockupView.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShortsLockupView.ts#L24) +[src/parser/classes/ShortsLockupView.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShortsLockupView.ts#L24) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ShortsLockupView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShortsLockupView.ts#L12) +[src/parser/classes/ShortsLockupView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShortsLockupView.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ShortsLockupView.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShortsLockupView.ts#L17) +[src/parser/classes/ShortsLockupView.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShortsLockupView.ts#L17) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ShortsLockupView.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShortsLockupView.ts#L23) +[src/parser/classes/ShortsLockupView.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShortsLockupView.ts#L23) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/ShortsLockupView.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShortsLockupView.ts#L16) +[src/parser/classes/ShortsLockupView.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShortsLockupView.ts#L16) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/ShortsLockupView.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShortsLockupView.ts#L18) +[src/parser/classes/ShortsLockupView.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShortsLockupView.ts#L18) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/ShortsLockupView.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShortsLockupView.ts#L15) +[src/parser/classes/ShortsLockupView.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShortsLockupView.ts#L15) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/ShortsLockupView.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShortsLockupView.ts#L19) +[src/parser/classes/ShortsLockupView.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShortsLockupView.ts#L19) *** @@ -134,7 +134,7 @@ #### Defined in -[src/parser/classes/ShortsLockupView.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShortsLockupView.ts#L14) +[src/parser/classes/ShortsLockupView.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShortsLockupView.ts#L14) *** @@ -148,7 +148,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -162,7 +162,7 @@ #### Defined in -[src/parser/classes/ShortsLockupView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShortsLockupView.ts#L10) +[src/parser/classes/ShortsLockupView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShortsLockupView.ts#L10) ## Methods @@ -200,7 +200,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -234,7 +234,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -268,7 +268,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -306,4 +306,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ShowCustomThumbnail.md b/docs/api/namespaces/YTNodes/classes/ShowCustomThumbnail.md index fc3a2b91..1b5f2ad4 100644 --- a/docs/api/namespaces/YTNodes/classes/ShowCustomThumbnail.md +++ b/docs/api/namespaces/YTNodes/classes/ShowCustomThumbnail.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ShowCustomThumbnail.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShowCustomThumbnail.ts#L10) +[src/parser/classes/ShowCustomThumbnail.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShowCustomThumbnail.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ShowCustomThumbnail.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShowCustomThumbnail.ts#L8) +[src/parser/classes/ShowCustomThumbnail.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShowCustomThumbnail.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ShowCustomThumbnail.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShowCustomThumbnail.ts#L6) +[src/parser/classes/ShowCustomThumbnail.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShowCustomThumbnail.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ShowDialogCommand.md b/docs/api/namespaces/YTNodes/classes/ShowDialogCommand.md index f1ed37cc..bda85af4 100644 --- a/docs/api/namespaces/YTNodes/classes/ShowDialogCommand.md +++ b/docs/api/namespaces/YTNodes/classes/ShowDialogCommand.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/commands/ShowDialogCommand.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/ShowDialogCommand.ts#L10) +[src/parser/classes/commands/ShowDialogCommand.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/ShowDialogCommand.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/commands/ShowDialogCommand.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/ShowDialogCommand.ts#L7) +[src/parser/classes/commands/ShowDialogCommand.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/ShowDialogCommand.ts#L7) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/commands/ShowDialogCommand.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/ShowDialogCommand.ts#L8) +[src/parser/classes/commands/ShowDialogCommand.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/ShowDialogCommand.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/commands/ShowDialogCommand.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/ShowDialogCommand.ts#L5) +[src/parser/classes/commands/ShowDialogCommand.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/ShowDialogCommand.ts#L5) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ShowEngagementPanelEndpoint.md b/docs/api/namespaces/YTNodes/classes/ShowEngagementPanelEndpoint.md index a2416fe6..5b08aac0 100644 --- a/docs/api/namespaces/YTNodes/classes/ShowEngagementPanelEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/ShowEngagementPanelEndpoint.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/endpoints/ShowEngagementPanelEndpoint.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ShowEngagementPanelEndpoint.ts#L10) +[src/parser/classes/endpoints/ShowEngagementPanelEndpoint.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ShowEngagementPanelEndpoint.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/endpoints/ShowEngagementPanelEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ShowEngagementPanelEndpoint.ts#L7) +[src/parser/classes/endpoints/ShowEngagementPanelEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ShowEngagementPanelEndpoint.ts#L7) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/endpoints/ShowEngagementPanelEndpoint.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ShowEngagementPanelEndpoint.ts#L8) +[src/parser/classes/endpoints/ShowEngagementPanelEndpoint.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ShowEngagementPanelEndpoint.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/endpoints/ShowEngagementPanelEndpoint.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/ShowEngagementPanelEndpoint.ts#L5) +[src/parser/classes/endpoints/ShowEngagementPanelEndpoint.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/ShowEngagementPanelEndpoint.ts#L5) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ShowLiveChatActionPanelAction.md b/docs/api/namespaces/YTNodes/classes/ShowLiveChatActionPanelAction.md index a27d194d..fed3c58c 100644 --- a/docs/api/namespaces/YTNodes/classes/ShowLiveChatActionPanelAction.md +++ b/docs/api/namespaces/YTNodes/classes/ShowLiveChatActionPanelAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/ShowLiveChatActionPanelAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ShowLiveChatActionPanelAction.ts#L11) +[src/parser/classes/livechat/ShowLiveChatActionPanelAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ShowLiveChatActionPanelAction.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/ShowLiveChatActionPanelAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ShowLiveChatActionPanelAction.ts#L9) +[src/parser/classes/livechat/ShowLiveChatActionPanelAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ShowLiveChatActionPanelAction.ts#L9) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/livechat/ShowLiveChatActionPanelAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ShowLiveChatActionPanelAction.ts#L7) +[src/parser/classes/livechat/ShowLiveChatActionPanelAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ShowLiveChatActionPanelAction.ts#L7) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ShowLiveChatDialogAction.md b/docs/api/namespaces/YTNodes/classes/ShowLiveChatDialogAction.md index 87416464..d7961908 100644 --- a/docs/api/namespaces/YTNodes/classes/ShowLiveChatDialogAction.md +++ b/docs/api/namespaces/YTNodes/classes/ShowLiveChatDialogAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/ShowLiveChatDialogAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ShowLiveChatDialogAction.ts#L10) +[src/parser/classes/livechat/ShowLiveChatDialogAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ShowLiveChatDialogAction.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/ShowLiveChatDialogAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ShowLiveChatDialogAction.ts#L8) +[src/parser/classes/livechat/ShowLiveChatDialogAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ShowLiveChatDialogAction.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/livechat/ShowLiveChatDialogAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ShowLiveChatDialogAction.ts#L6) +[src/parser/classes/livechat/ShowLiveChatDialogAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ShowLiveChatDialogAction.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ShowLiveChatTooltipCommand.md b/docs/api/namespaces/YTNodes/classes/ShowLiveChatTooltipCommand.md index 53a32934..d2c28529 100644 --- a/docs/api/namespaces/YTNodes/classes/ShowLiveChatTooltipCommand.md +++ b/docs/api/namespaces/YTNodes/classes/ShowLiveChatTooltipCommand.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/ShowLiveChatTooltipCommand.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ShowLiveChatTooltipCommand.ts#L10) +[src/parser/classes/livechat/ShowLiveChatTooltipCommand.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ShowLiveChatTooltipCommand.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/ShowLiveChatTooltipCommand.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ShowLiveChatTooltipCommand.ts#L8) +[src/parser/classes/livechat/ShowLiveChatTooltipCommand.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ShowLiveChatTooltipCommand.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/livechat/ShowLiveChatTooltipCommand.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/ShowLiveChatTooltipCommand.ts#L6) +[src/parser/classes/livechat/ShowLiveChatTooltipCommand.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/ShowLiveChatTooltipCommand.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ShowingResultsFor.md b/docs/api/namespaces/YTNodes/classes/ShowingResultsFor.md index 7aa5c5a9..09b84348 100644 --- a/docs/api/namespaces/YTNodes/classes/ShowingResultsFor.md +++ b/docs/api/namespaces/YTNodes/classes/ShowingResultsFor.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ShowingResultsFor.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShowingResultsFor.ts#L16) +[src/parser/classes/ShowingResultsFor.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShowingResultsFor.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ShowingResultsFor.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShowingResultsFor.ts#L9) +[src/parser/classes/ShowingResultsFor.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShowingResultsFor.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ShowingResultsFor.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShowingResultsFor.ts#L11) +[src/parser/classes/ShowingResultsFor.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShowingResultsFor.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ShowingResultsFor.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShowingResultsFor.ts#L10) +[src/parser/classes/ShowingResultsFor.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShowingResultsFor.ts#L10) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ShowingResultsFor.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShowingResultsFor.ts#L12) +[src/parser/classes/ShowingResultsFor.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShowingResultsFor.ts#L12) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ShowingResultsFor.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShowingResultsFor.ts#L13) +[src/parser/classes/ShowingResultsFor.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShowingResultsFor.ts#L13) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/ShowingResultsFor.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShowingResultsFor.ts#L14) +[src/parser/classes/ShowingResultsFor.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShowingResultsFor.ts#L14) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/ShowingResultsFor.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ShowingResultsFor.ts#L7) +[src/parser/classes/ShowingResultsFor.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ShowingResultsFor.ts#L7) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SignalAction.md b/docs/api/namespaces/YTNodes/classes/SignalAction.md index c029f71e..ed902d92 100644 --- a/docs/api/namespaces/YTNodes/classes/SignalAction.md +++ b/docs/api/namespaces/YTNodes/classes/SignalAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/actions/SignalAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/SignalAction.ts#L9) +[src/parser/classes/actions/SignalAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/SignalAction.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/actions/SignalAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/SignalAction.ts#L7) +[src/parser/classes/actions/SignalAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/SignalAction.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/actions/SignalAction.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/SignalAction.ts#L5) +[src/parser/classes/actions/SignalAction.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/SignalAction.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SignalServiceEndpoint.md b/docs/api/namespaces/YTNodes/classes/SignalServiceEndpoint.md index 27f19bb5..5f97ef23 100644 --- a/docs/api/namespaces/YTNodes/classes/SignalServiceEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/SignalServiceEndpoint.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/endpoints/SignalServiceEndpoint.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/SignalServiceEndpoint.ts#L10) +[src/parser/classes/endpoints/SignalServiceEndpoint.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/SignalServiceEndpoint.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/endpoints/SignalServiceEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/SignalServiceEndpoint.ts#L7) +[src/parser/classes/endpoints/SignalServiceEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/SignalServiceEndpoint.ts#L7) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/endpoints/SignalServiceEndpoint.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/SignalServiceEndpoint.ts#L8) +[src/parser/classes/endpoints/SignalServiceEndpoint.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/SignalServiceEndpoint.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/endpoints/SignalServiceEndpoint.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/SignalServiceEndpoint.ts#L5) +[src/parser/classes/endpoints/SignalServiceEndpoint.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/SignalServiceEndpoint.ts#L5) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SimpleCardContent.md b/docs/api/namespaces/YTNodes/classes/SimpleCardContent.md index c53c30bb..645d5ee1 100644 --- a/docs/api/namespaces/YTNodes/classes/SimpleCardContent.md +++ b/docs/api/namespaces/YTNodes/classes/SimpleCardContent.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SimpleCardContent.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SimpleCardContent.ts#L17) +[src/parser/classes/SimpleCardContent.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SimpleCardContent.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SimpleCardContent.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SimpleCardContent.ts#L14) +[src/parser/classes/SimpleCardContent.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SimpleCardContent.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SimpleCardContent.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SimpleCardContent.ts#L12) +[src/parser/classes/SimpleCardContent.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SimpleCardContent.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SimpleCardContent.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SimpleCardContent.ts#L15) +[src/parser/classes/SimpleCardContent.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SimpleCardContent.ts#L15) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/SimpleCardContent.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SimpleCardContent.ts#L10) +[src/parser/classes/SimpleCardContent.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SimpleCardContent.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/SimpleCardContent.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SimpleCardContent.ts#L13) +[src/parser/classes/SimpleCardContent.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SimpleCardContent.ts#L13) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/SimpleCardContent.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SimpleCardContent.ts#L11) +[src/parser/classes/SimpleCardContent.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SimpleCardContent.ts#L11) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/SimpleCardContent.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SimpleCardContent.ts#L8) +[src/parser/classes/SimpleCardContent.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SimpleCardContent.ts#L8) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SimpleCardTeaser.md b/docs/api/namespaces/YTNodes/classes/SimpleCardTeaser.md index 2488abd5..4b61061a 100644 --- a/docs/api/namespaces/YTNodes/classes/SimpleCardTeaser.md +++ b/docs/api/namespaces/YTNodes/classes/SimpleCardTeaser.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SimpleCardTeaser.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SimpleCardTeaser.ts#L11) +[src/parser/classes/SimpleCardTeaser.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SimpleCardTeaser.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SimpleCardTeaser.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SimpleCardTeaser.ts#L8) +[src/parser/classes/SimpleCardTeaser.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SimpleCardTeaser.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SimpleCardTeaser.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SimpleCardTeaser.ts#L9) +[src/parser/classes/SimpleCardTeaser.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SimpleCardTeaser.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/SimpleCardTeaser.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SimpleCardTeaser.ts#L6) +[src/parser/classes/SimpleCardTeaser.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SimpleCardTeaser.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SimpleMenuHeader.md b/docs/api/namespaces/YTNodes/classes/SimpleMenuHeader.md index 75ef339a..6012b3a7 100644 --- a/docs/api/namespaces/YTNodes/classes/SimpleMenuHeader.md +++ b/docs/api/namespaces/YTNodes/classes/SimpleMenuHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/menus/SimpleMenuHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/SimpleMenuHeader.ts#L14) +[src/parser/classes/menus/SimpleMenuHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/SimpleMenuHeader.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/menus/SimpleMenuHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/SimpleMenuHeader.ts#L12) +[src/parser/classes/menus/SimpleMenuHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/SimpleMenuHeader.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/menus/SimpleMenuHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/SimpleMenuHeader.ts#L11) +[src/parser/classes/menus/SimpleMenuHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/SimpleMenuHeader.ts#L11) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/menus/SimpleMenuHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/menus/SimpleMenuHeader.ts#L9) +[src/parser/classes/menus/SimpleMenuHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/menus/SimpleMenuHeader.ts#L9) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SimpleTextSection.md b/docs/api/namespaces/YTNodes/classes/SimpleTextSection.md index c28d131d..292e22b2 100644 --- a/docs/api/namespaces/YTNodes/classes/SimpleTextSection.md +++ b/docs/api/namespaces/YTNodes/classes/SimpleTextSection.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SimpleTextSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SimpleTextSection.ts#L11) +[src/parser/classes/SimpleTextSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SimpleTextSection.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SimpleTextSection.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SimpleTextSection.ts#L8) +[src/parser/classes/SimpleTextSection.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SimpleTextSection.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SimpleTextSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SimpleTextSection.ts#L9) +[src/parser/classes/SimpleTextSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SimpleTextSection.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/SimpleTextSection.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SimpleTextSection.ts#L6) +[src/parser/classes/SimpleTextSection.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SimpleTextSection.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SingleActionEmergencySupport.md b/docs/api/namespaces/YTNodes/classes/SingleActionEmergencySupport.md index 674a47f7..2305bc36 100644 --- a/docs/api/namespaces/YTNodes/classes/SingleActionEmergencySupport.md +++ b/docs/api/namespaces/YTNodes/classes/SingleActionEmergencySupport.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SingleActionEmergencySupport.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleActionEmergencySupport.ts#L15) +[src/parser/classes/SingleActionEmergencySupport.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleActionEmergencySupport.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SingleActionEmergencySupport.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleActionEmergencySupport.ts#L9) +[src/parser/classes/SingleActionEmergencySupport.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleActionEmergencySupport.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SingleActionEmergencySupport.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleActionEmergencySupport.ts#L11) +[src/parser/classes/SingleActionEmergencySupport.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleActionEmergencySupport.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SingleActionEmergencySupport.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleActionEmergencySupport.ts#L13) +[src/parser/classes/SingleActionEmergencySupport.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleActionEmergencySupport.ts#L13) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/SingleActionEmergencySupport.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleActionEmergencySupport.ts#L12) +[src/parser/classes/SingleActionEmergencySupport.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleActionEmergencySupport.ts#L12) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/SingleActionEmergencySupport.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleActionEmergencySupport.ts#L10) +[src/parser/classes/SingleActionEmergencySupport.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleActionEmergencySupport.ts#L10) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/SingleActionEmergencySupport.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleActionEmergencySupport.ts#L7) +[src/parser/classes/SingleActionEmergencySupport.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleActionEmergencySupport.ts#L7) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SingleColumnBrowseResults.md b/docs/api/namespaces/YTNodes/classes/SingleColumnBrowseResults.md index 9bddeaa5..1d8253ab 100644 --- a/docs/api/namespaces/YTNodes/classes/SingleColumnBrowseResults.md +++ b/docs/api/namespaces/YTNodes/classes/SingleColumnBrowseResults.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SingleColumnBrowseResults.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleColumnBrowseResults.ts#L10) +[src/parser/classes/SingleColumnBrowseResults.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleColumnBrowseResults.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SingleColumnBrowseResults.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleColumnBrowseResults.ts#L8) +[src/parser/classes/SingleColumnBrowseResults.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleColumnBrowseResults.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/SingleColumnBrowseResults.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleColumnBrowseResults.ts#L6) +[src/parser/classes/SingleColumnBrowseResults.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleColumnBrowseResults.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SingleColumnMusicWatchNextResults.md b/docs/api/namespaces/YTNodes/classes/SingleColumnMusicWatchNextResults.md index 8cdf0fdd..dbaa01d7 100644 --- a/docs/api/namespaces/YTNodes/classes/SingleColumnMusicWatchNextResults.md +++ b/docs/api/namespaces/YTNodes/classes/SingleColumnMusicWatchNextResults.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SingleColumnMusicWatchNextResults.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleColumnMusicWatchNextResults.ts#L9) +[src/parser/classes/SingleColumnMusicWatchNextResults.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleColumnMusicWatchNextResults.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SingleColumnMusicWatchNextResults.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleColumnMusicWatchNextResults.ts#L7) +[src/parser/classes/SingleColumnMusicWatchNextResults.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleColumnMusicWatchNextResults.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/SingleColumnMusicWatchNextResults.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleColumnMusicWatchNextResults.ts#L5) +[src/parser/classes/SingleColumnMusicWatchNextResults.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleColumnMusicWatchNextResults.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SingleHeroImage.md b/docs/api/namespaces/YTNodes/classes/SingleHeroImage.md index 0c69b857..116b89fa 100644 --- a/docs/api/namespaces/YTNodes/classes/SingleHeroImage.md +++ b/docs/api/namespaces/YTNodes/classes/SingleHeroImage.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SingleHeroImage.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleHeroImage.ts#L11) +[src/parser/classes/SingleHeroImage.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleHeroImage.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SingleHeroImage.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleHeroImage.ts#L9) +[src/parser/classes/SingleHeroImage.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleHeroImage.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SingleHeroImage.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleHeroImage.ts#L8) +[src/parser/classes/SingleHeroImage.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleHeroImage.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/SingleHeroImage.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SingleHeroImage.ts#L6) +[src/parser/classes/SingleHeroImage.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SingleHeroImage.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SlimOwner.md b/docs/api/namespaces/YTNodes/classes/SlimOwner.md index 52c1ef2b..ab8dc837 100644 --- a/docs/api/namespaces/YTNodes/classes/SlimOwner.md +++ b/docs/api/namespaces/YTNodes/classes/SlimOwner.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SlimOwner.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SlimOwner.ts#L16) +[src/parser/classes/SlimOwner.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SlimOwner.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SlimOwner.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SlimOwner.ts#L13) +[src/parser/classes/SlimOwner.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SlimOwner.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SlimOwner.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SlimOwner.ts#L14) +[src/parser/classes/SlimOwner.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SlimOwner.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SlimOwner.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SlimOwner.ts#L11) +[src/parser/classes/SlimOwner.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SlimOwner.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/SlimOwner.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SlimOwner.ts#L12) +[src/parser/classes/SlimOwner.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SlimOwner.ts#L12) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/SlimOwner.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SlimOwner.ts#L9) +[src/parser/classes/SlimOwner.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SlimOwner.ts#L9) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SlimVideoMetadata.md b/docs/api/namespaces/YTNodes/classes/SlimVideoMetadata.md index 80b94310..1bb786bd 100644 --- a/docs/api/namespaces/YTNodes/classes/SlimVideoMetadata.md +++ b/docs/api/namespaces/YTNodes/classes/SlimVideoMetadata.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SlimVideoMetadata.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SlimVideoMetadata.ts#L16) +[src/parser/classes/SlimVideoMetadata.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SlimVideoMetadata.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SlimVideoMetadata.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SlimVideoMetadata.ts#L9) +[src/parser/classes/SlimVideoMetadata.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SlimVideoMetadata.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SlimVideoMetadata.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SlimVideoMetadata.ts#L14) +[src/parser/classes/SlimVideoMetadata.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SlimVideoMetadata.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SlimVideoMetadata.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SlimVideoMetadata.ts#L12) +[src/parser/classes/SlimVideoMetadata.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SlimVideoMetadata.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/SlimVideoMetadata.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SlimVideoMetadata.ts#L10) +[src/parser/classes/SlimVideoMetadata.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SlimVideoMetadata.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/SlimVideoMetadata.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SlimVideoMetadata.ts#L11) +[src/parser/classes/SlimVideoMetadata.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SlimVideoMetadata.ts#L11) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/SlimVideoMetadata.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SlimVideoMetadata.ts#L8) +[src/parser/classes/SlimVideoMetadata.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SlimVideoMetadata.ts#L8) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/SlimVideoMetadata.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SlimVideoMetadata.ts#L13) +[src/parser/classes/SlimVideoMetadata.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SlimVideoMetadata.ts#L13) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/SlimVideoMetadata.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SlimVideoMetadata.ts#L6) +[src/parser/classes/SlimVideoMetadata.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SlimVideoMetadata.ts#L6) ## Methods @@ -162,7 +162,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -196,7 +196,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -230,7 +230,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -268,4 +268,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SortFilterHeader.md b/docs/api/namespaces/YTNodes/classes/SortFilterHeader.md index ef5cdcff..ef6ab3e0 100644 --- a/docs/api/namespaces/YTNodes/classes/SortFilterHeader.md +++ b/docs/api/namespaces/YTNodes/classes/SortFilterHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SortFilterHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SortFilterHeader.ts#L9) +[src/parser/classes/SortFilterHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SortFilterHeader.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SortFilterHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SortFilterHeader.ts#L7) +[src/parser/classes/SortFilterHeader.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SortFilterHeader.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/SortFilterHeader.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SortFilterHeader.ts#L5) +[src/parser/classes/SortFilterHeader.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SortFilterHeader.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SortFilterSubMenu.md b/docs/api/namespaces/YTNodes/classes/SortFilterSubMenu.md index 9ede6a7c..e7f3c637 100644 --- a/docs/api/namespaces/YTNodes/classes/SortFilterSubMenu.md +++ b/docs/api/namespaces/YTNodes/classes/SortFilterSubMenu.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SortFilterSubMenu.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SortFilterSubMenu.ts#L23) +[src/parser/classes/SortFilterSubMenu.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SortFilterSubMenu.ts#L23) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SortFilterSubMenu.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SortFilterSubMenu.ts#L21) +[src/parser/classes/SortFilterSubMenu.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SortFilterSubMenu.ts#L21) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SortFilterSubMenu.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SortFilterSubMenu.ts#L18) +[src/parser/classes/SortFilterSubMenu.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SortFilterSubMenu.ts#L18) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SortFilterSubMenu.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SortFilterSubMenu.ts#L20) +[src/parser/classes/SortFilterSubMenu.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SortFilterSubMenu.ts#L20) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/SortFilterSubMenu.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SortFilterSubMenu.ts#L17) +[src/parser/classes/SortFilterSubMenu.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SortFilterSubMenu.ts#L17) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/SortFilterSubMenu.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SortFilterSubMenu.ts#L19) +[src/parser/classes/SortFilterSubMenu.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SortFilterSubMenu.ts#L19) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/SortFilterSubMenu.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SortFilterSubMenu.ts#L15) +[src/parser/classes/SortFilterSubMenu.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SortFilterSubMenu.ts#L15) ## Accessors @@ -118,7 +118,7 @@ #### Defined in -[src/parser/classes/SortFilterSubMenu.ts:55](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SortFilterSubMenu.ts#L55) +[src/parser/classes/SortFilterSubMenu.ts:55](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SortFilterSubMenu.ts#L55) ## Methods @@ -156,7 +156,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -190,7 +190,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -224,7 +224,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -262,4 +262,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SponsorCommentBadge.md b/docs/api/namespaces/YTNodes/classes/SponsorCommentBadge.md index b38955f0..2f2146e3 100644 --- a/docs/api/namespaces/YTNodes/classes/SponsorCommentBadge.md +++ b/docs/api/namespaces/YTNodes/classes/SponsorCommentBadge.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/comments/SponsorCommentBadge.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/SponsorCommentBadge.ts#L11) +[src/parser/classes/comments/SponsorCommentBadge.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/SponsorCommentBadge.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/comments/SponsorCommentBadge.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/SponsorCommentBadge.ts#L8) +[src/parser/classes/comments/SponsorCommentBadge.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/SponsorCommentBadge.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/comments/SponsorCommentBadge.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/SponsorCommentBadge.ts#L9) +[src/parser/classes/comments/SponsorCommentBadge.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/SponsorCommentBadge.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/comments/SponsorCommentBadge.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/comments/SponsorCommentBadge.ts#L6) +[src/parser/classes/comments/SponsorCommentBadge.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/SponsorCommentBadge.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/StartAt.md b/docs/api/namespaces/YTNodes/classes/StartAt.md index 289b0942..85525dd0 100644 --- a/docs/api/namespaces/YTNodes/classes/StartAt.md +++ b/docs/api/namespaces/YTNodes/classes/StartAt.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/StartAt.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StartAt.ts#L10) +[src/parser/classes/StartAt.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StartAt.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/StartAt.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StartAt.ts#L8) +[src/parser/classes/StartAt.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StartAt.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/StartAt.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StartAt.ts#L6) +[src/parser/classes/StartAt.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StartAt.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/StructuredDescriptionContent.md b/docs/api/namespaces/YTNodes/classes/StructuredDescriptionContent.md index 7fbd8f92..e3b65b7e 100644 --- a/docs/api/namespaces/YTNodes/classes/StructuredDescriptionContent.md +++ b/docs/api/namespaces/YTNodes/classes/StructuredDescriptionContent.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/StructuredDescriptionContent.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StructuredDescriptionContent.ts#L24) +[src/parser/classes/StructuredDescriptionContent.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StructuredDescriptionContent.ts#L24) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/StructuredDescriptionContent.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StructuredDescriptionContent.ts#L17) +[src/parser/classes/StructuredDescriptionContent.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StructuredDescriptionContent.ts#L17) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/StructuredDescriptionContent.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StructuredDescriptionContent.ts#L15) +[src/parser/classes/StructuredDescriptionContent.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StructuredDescriptionContent.ts#L15) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/StructuredDescriptionPlaylistLockup.md b/docs/api/namespaces/YTNodes/classes/StructuredDescriptionPlaylistLockup.md index 800c7ab9..624b6ff2 100644 --- a/docs/api/namespaces/YTNodes/classes/StructuredDescriptionPlaylistLockup.md +++ b/docs/api/namespaces/YTNodes/classes/StructuredDescriptionPlaylistLockup.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L21) +[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L16) +[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L16) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L14) +[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L18) +[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L18) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L17) +[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L17) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L19) +[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L19) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L12) +[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L12) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L10) +[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L10) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L15) +[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L15) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L11) +[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L11) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -140,7 +140,7 @@ #### Defined in -[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L13) +[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L13) *** @@ -154,7 +154,7 @@ #### Defined in -[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L8) +[src/parser/classes/StructuredDescriptionPlaylistLockup.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/StructuredDescriptionPlaylistLockup.ts#L8) ## Methods @@ -192,7 +192,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -226,7 +226,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -260,7 +260,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -298,4 +298,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SubFeedOption.md b/docs/api/namespaces/YTNodes/classes/SubFeedOption.md index d4a8d021..36d29a0c 100644 --- a/docs/api/namespaces/YTNodes/classes/SubFeedOption.md +++ b/docs/api/namespaces/YTNodes/classes/SubFeedOption.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SubFeedOption.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubFeedOption.ts#L13) +[src/parser/classes/SubFeedOption.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubFeedOption.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SubFeedOption.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubFeedOption.ts#L11) +[src/parser/classes/SubFeedOption.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubFeedOption.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SubFeedOption.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubFeedOption.ts#L10) +[src/parser/classes/SubFeedOption.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubFeedOption.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SubFeedOption.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubFeedOption.ts#L9) +[src/parser/classes/SubFeedOption.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubFeedOption.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/SubFeedOption.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubFeedOption.ts#L7) +[src/parser/classes/SubFeedOption.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubFeedOption.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SubFeedSelector.md b/docs/api/namespaces/YTNodes/classes/SubFeedSelector.md index 5a863e03..e487b5ca 100644 --- a/docs/api/namespaces/YTNodes/classes/SubFeedSelector.md +++ b/docs/api/namespaces/YTNodes/classes/SubFeedSelector.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SubFeedSelector.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubFeedSelector.ts#L12) +[src/parser/classes/SubFeedSelector.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubFeedSelector.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SubFeedSelector.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubFeedSelector.ts#L10) +[src/parser/classes/SubFeedSelector.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubFeedSelector.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SubFeedSelector.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubFeedSelector.ts#L9) +[src/parser/classes/SubFeedSelector.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubFeedSelector.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/SubFeedSelector.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubFeedSelector.ts#L7) +[src/parser/classes/SubFeedSelector.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubFeedSelector.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SubscribeButton.md b/docs/api/namespaces/YTNodes/classes/SubscribeButton.md index 47aa2b40..9182d226 100644 --- a/docs/api/namespaces/YTNodes/classes/SubscribeButton.md +++ b/docs/api/namespaces/YTNodes/classes/SubscribeButton.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L28) +[src/parser/classes/SubscribeButton.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L28) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L10) +[src/parser/classes/SubscribeButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L14) +[src/parser/classes/SubscribeButton.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L12) +[src/parser/classes/SubscribeButton.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L13) +[src/parser/classes/SubscribeButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L13) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L19) +[src/parser/classes/SubscribeButton.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L19) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L21) +[src/parser/classes/SubscribeButton.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L21) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L22) +[src/parser/classes/SubscribeButton.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L22) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L20) +[src/parser/classes/SubscribeButton.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L20) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L15) +[src/parser/classes/SubscribeButton.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L15) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L25) +[src/parser/classes/SubscribeButton.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L25) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L11) +[src/parser/classes/SubscribeButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L11) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L23) +[src/parser/classes/SubscribeButton.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L23) *** @@ -156,7 +156,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L16) +[src/parser/classes/SubscribeButton.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L16) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L24) +[src/parser/classes/SubscribeButton.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L24) *** @@ -180,7 +180,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -190,7 +190,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L26) +[src/parser/classes/SubscribeButton.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L26) *** @@ -200,7 +200,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L18) +[src/parser/classes/SubscribeButton.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L18) *** @@ -210,7 +210,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L17) +[src/parser/classes/SubscribeButton.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L17) *** @@ -224,7 +224,7 @@ #### Defined in -[src/parser/classes/SubscribeButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscribeButton.ts#L8) +[src/parser/classes/SubscribeButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscribeButton.ts#L8) ## Methods @@ -262,7 +262,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -296,7 +296,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -330,7 +330,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -368,4 +368,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SubscribeEndpoint.md b/docs/api/namespaces/YTNodes/classes/SubscribeEndpoint.md index ebaf342f..2efcb9f2 100644 --- a/docs/api/namespaces/YTNodes/classes/SubscribeEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/SubscribeEndpoint.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/endpoints/SubscribeEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/SubscribeEndpoint.ts#L11) +[src/parser/classes/endpoints/SubscribeEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/SubscribeEndpoint.ts#L11) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/endpoints/SubscribeEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/SubscribeEndpoint.ts#L7) +[src/parser/classes/endpoints/SubscribeEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/SubscribeEndpoint.ts#L7) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/SubscribeEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/SubscribeEndpoint.ts#L20) +[src/parser/classes/endpoints/SubscribeEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/SubscribeEndpoint.ts#L20) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/SubscribeEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/SubscribeEndpoint.ts#L16) +[src/parser/classes/endpoints/SubscribeEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/SubscribeEndpoint.ts#L16) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/SubscriptionNotificationToggleButton.md b/docs/api/namespaces/YTNodes/classes/SubscriptionNotificationToggleButton.md index e411f6c4..a51ff856 100644 --- a/docs/api/namespaces/YTNodes/classes/SubscriptionNotificationToggleButton.md +++ b/docs/api/namespaces/YTNodes/classes/SubscriptionNotificationToggleButton.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/SubscriptionNotificationToggleButton.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscriptionNotificationToggleButton.ts#L16) +[src/parser/classes/SubscriptionNotificationToggleButton.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscriptionNotificationToggleButton.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/SubscriptionNotificationToggleButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscriptionNotificationToggleButton.ts#L13) +[src/parser/classes/SubscriptionNotificationToggleButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscriptionNotificationToggleButton.ts#L13) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/SubscriptionNotificationToggleButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscriptionNotificationToggleButton.ts#L7) +[src/parser/classes/SubscriptionNotificationToggleButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscriptionNotificationToggleButton.ts#L7) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/classes/SubscriptionNotificationToggleButton.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscriptionNotificationToggleButton.ts#L14) +[src/parser/classes/SubscriptionNotificationToggleButton.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscriptionNotificationToggleButton.ts#L14) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/SubscriptionNotificationToggleButton.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/SubscriptionNotificationToggleButton.ts#L5) +[src/parser/classes/SubscriptionNotificationToggleButton.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/SubscriptionNotificationToggleButton.ts#L5) ## Methods @@ -134,7 +134,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -168,7 +168,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -202,7 +202,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -240,4 +240,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Tab.md b/docs/api/namespaces/YTNodes/classes/Tab.md index 0c41e51b..a7745941 100644 --- a/docs/api/namespaces/YTNodes/classes/Tab.md +++ b/docs/api/namespaces/YTNodes/classes/Tab.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Tab.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tab.ts#L16) +[src/parser/classes/Tab.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tab.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Tab.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tab.ts#L14) +[src/parser/classes/Tab.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tab.ts#L14) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Tab.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tab.ts#L13) +[src/parser/classes/Tab.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tab.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/Tab.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tab.ts#L12) +[src/parser/classes/Tab.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tab.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/Tab.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tab.ts#L11) +[src/parser/classes/Tab.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tab.ts#L11) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/Tab.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tab.ts#L9) +[src/parser/classes/Tab.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tab.ts#L9) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Tabbed.md b/docs/api/namespaces/YTNodes/classes/Tabbed.md index c890e2aa..2e50f002 100644 --- a/docs/api/namespaces/YTNodes/classes/Tabbed.md +++ b/docs/api/namespaces/YTNodes/classes/Tabbed.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Tabbed.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tabbed.ts#L9) +[src/parser/classes/Tabbed.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tabbed.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Tabbed.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tabbed.ts#L7) +[src/parser/classes/Tabbed.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tabbed.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/Tabbed.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tabbed.ts#L5) +[src/parser/classes/Tabbed.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tabbed.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TabbedSearchResults.md b/docs/api/namespaces/YTNodes/classes/TabbedSearchResults.md index 1e96fb39..edfe3523 100644 --- a/docs/api/namespaces/YTNodes/classes/TabbedSearchResults.md +++ b/docs/api/namespaces/YTNodes/classes/TabbedSearchResults.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/TabbedSearchResults.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TabbedSearchResults.ts#L10) +[src/parser/classes/TabbedSearchResults.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TabbedSearchResults.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/TabbedSearchResults.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TabbedSearchResults.ts#L8) +[src/parser/classes/TabbedSearchResults.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TabbedSearchResults.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/TabbedSearchResults.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TabbedSearchResults.ts#L6) +[src/parser/classes/TabbedSearchResults.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TabbedSearchResults.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TextCarouselItemView.md b/docs/api/namespaces/YTNodes/classes/TextCarouselItemView.md index a9136efc..c22db8c8 100644 --- a/docs/api/namespaces/YTNodes/classes/TextCarouselItemView.md +++ b/docs/api/namespaces/YTNodes/classes/TextCarouselItemView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/TextCarouselItemView.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TextCarouselItemView.ts#L15) +[src/parser/classes/TextCarouselItemView.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TextCarouselItemView.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/TextCarouselItemView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TextCarouselItemView.ts#L13) +[src/parser/classes/TextCarouselItemView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TextCarouselItemView.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/TextCarouselItemView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TextCarouselItemView.ts#L10) +[src/parser/classes/TextCarouselItemView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TextCarouselItemView.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/TextCarouselItemView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TextCarouselItemView.ts#L12) +[src/parser/classes/TextCarouselItemView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TextCarouselItemView.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/TextCarouselItemView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TextCarouselItemView.ts#L11) +[src/parser/classes/TextCarouselItemView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TextCarouselItemView.ts#L11) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/TextCarouselItemView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TextCarouselItemView.ts#L8) +[src/parser/classes/TextCarouselItemView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TextCarouselItemView.ts#L8) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TextFieldView.md b/docs/api/namespaces/YTNodes/classes/TextFieldView.md index 770e9e07..7969f1e2 100644 --- a/docs/api/namespaces/YTNodes/classes/TextFieldView.md +++ b/docs/api/namespaces/YTNodes/classes/TextFieldView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/TextFieldView.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TextFieldView.ts#L32) +[src/parser/classes/TextFieldView.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TextFieldView.ts#L32) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/TextFieldView.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TextFieldView.ts#L28) +[src/parser/classes/TextFieldView.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TextFieldView.ts#L28) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/TextFieldView.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TextFieldView.ts#L27) +[src/parser/classes/TextFieldView.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TextFieldView.ts#L27) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/TextFieldView.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TextFieldView.ts#L30) +[src/parser/classes/TextFieldView.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TextFieldView.ts#L30) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/TextFieldView.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TextFieldView.ts#L29) +[src/parser/classes/TextFieldView.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TextFieldView.ts#L29) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/TextFieldView.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TextFieldView.ts#L25) +[src/parser/classes/TextFieldView.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TextFieldView.ts#L25) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TextHeader.md b/docs/api/namespaces/YTNodes/classes/TextHeader.md index 1bbe16c1..71b83693 100644 --- a/docs/api/namespaces/YTNodes/classes/TextHeader.md +++ b/docs/api/namespaces/YTNodes/classes/TextHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/TextHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TextHeader.ts#L11) +[src/parser/classes/TextHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TextHeader.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/TextHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TextHeader.ts#L9) +[src/parser/classes/TextHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TextHeader.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/TextHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TextHeader.ts#L8) +[src/parser/classes/TextHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TextHeader.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/TextHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TextHeader.ts#L6) +[src/parser/classes/TextHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TextHeader.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThirdPartyShareTargetSection.md b/docs/api/namespaces/YTNodes/classes/ThirdPartyShareTargetSection.md index 0356602e..6e5b9b13 100644 --- a/docs/api/namespaces/YTNodes/classes/ThirdPartyShareTargetSection.md +++ b/docs/api/namespaces/YTNodes/classes/ThirdPartyShareTargetSection.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThirdPartyShareTargetSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThirdPartyShareTargetSection.ts#L10) +[src/parser/classes/ThirdPartyShareTargetSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThirdPartyShareTargetSection.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThirdPartyShareTargetSection.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThirdPartyShareTargetSection.ts#L8) +[src/parser/classes/ThirdPartyShareTargetSection.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThirdPartyShareTargetSection.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ThirdPartyShareTargetSection.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThirdPartyShareTargetSection.ts#L6) +[src/parser/classes/ThirdPartyShareTargetSection.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThirdPartyShareTargetSection.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailBadgeView.md b/docs/api/namespaces/YTNodes/classes/ThumbnailBadgeView.md index 053dc75c..927d83b1 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailBadgeView.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailBadgeView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailBadgeView.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailBadgeView.ts#L15) +[src/parser/classes/ThumbnailBadgeView.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailBadgeView.ts#L15) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/classes/ThumbnailBadgeView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailBadgeView.ts#L10) +[src/parser/classes/ThumbnailBadgeView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailBadgeView.ts#L10) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/ThumbnailBadgeView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailBadgeView.ts#L9) +[src/parser/classes/ThumbnailBadgeView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailBadgeView.ts#L9) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ThumbnailBadgeView.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailBadgeView.ts#L7) +[src/parser/classes/ThumbnailBadgeView.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailBadgeView.ts#L7) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ThumbnailBadgeView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailBadgeView.ts#L8) +[src/parser/classes/ThumbnailBadgeView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailBadgeView.ts#L8) *** @@ -88,7 +88,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -102,7 +102,7 @@ #### Defined in -[src/parser/classes/ThumbnailBadgeView.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailBadgeView.ts#L5) +[src/parser/classes/ThumbnailBadgeView.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailBadgeView.ts#L5) ## Methods @@ -140,7 +140,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -174,7 +174,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -208,7 +208,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -246,4 +246,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailBottomOverlayView.md b/docs/api/namespaces/YTNodes/classes/ThumbnailBottomOverlayView.md index 0a8b411e..2721c653 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailBottomOverlayView.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailBottomOverlayView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailBottomOverlayView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailBottomOverlayView.ts#L13) +[src/parser/classes/ThumbnailBottomOverlayView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailBottomOverlayView.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailBottomOverlayView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailBottomOverlayView.ts#L11) +[src/parser/classes/ThumbnailBottomOverlayView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailBottomOverlayView.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ThumbnailBottomOverlayView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailBottomOverlayView.ts#L10) +[src/parser/classes/ThumbnailBottomOverlayView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailBottomOverlayView.ts#L10) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ThumbnailBottomOverlayView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailBottomOverlayView.ts#L8) +[src/parser/classes/ThumbnailBottomOverlayView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailBottomOverlayView.ts#L8) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailHoverOverlayToggleActionsView.md b/docs/api/namespaces/YTNodes/classes/ThumbnailHoverOverlayToggleActionsView.md index 5f2cd020..8c9c24b9 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailHoverOverlayToggleActionsView.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailHoverOverlayToggleActionsView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailHoverOverlayToggleActionsView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailHoverOverlayToggleActionsView.ts#L11) +[src/parser/classes/ThumbnailHoverOverlayToggleActionsView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailHoverOverlayToggleActionsView.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailHoverOverlayToggleActionsView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailHoverOverlayToggleActionsView.ts#L9) +[src/parser/classes/ThumbnailHoverOverlayToggleActionsView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailHoverOverlayToggleActionsView.ts#L9) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ThumbnailHoverOverlayToggleActionsView.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailHoverOverlayToggleActionsView.ts#L7) +[src/parser/classes/ThumbnailHoverOverlayToggleActionsView.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailHoverOverlayToggleActionsView.ts#L7) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailHoverOverlayView.md b/docs/api/namespaces/YTNodes/classes/ThumbnailHoverOverlayView.md index 8709bbab..309b13f7 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailHoverOverlayView.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailHoverOverlayView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailHoverOverlayView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailHoverOverlayView.ts#L12) +[src/parser/classes/ThumbnailHoverOverlayView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailHoverOverlayView.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailHoverOverlayView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailHoverOverlayView.ts#L8) +[src/parser/classes/ThumbnailHoverOverlayView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailHoverOverlayView.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ThumbnailHoverOverlayView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailHoverOverlayView.ts#L10) +[src/parser/classes/ThumbnailHoverOverlayView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailHoverOverlayView.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ThumbnailHoverOverlayView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailHoverOverlayView.ts#L9) +[src/parser/classes/ThumbnailHoverOverlayView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailHoverOverlayView.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/ThumbnailHoverOverlayView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailHoverOverlayView.ts#L6) +[src/parser/classes/ThumbnailHoverOverlayView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailHoverOverlayView.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailLandscapePortrait.md b/docs/api/namespaces/YTNodes/classes/ThumbnailLandscapePortrait.md index 11872f2c..f5d1aa1b 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailLandscapePortrait.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailLandscapePortrait.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailLandscapePortrait.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailLandscapePortrait.ts#L11) +[src/parser/classes/ThumbnailLandscapePortrait.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailLandscapePortrait.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailLandscapePortrait.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailLandscapePortrait.ts#L8) +[src/parser/classes/ThumbnailLandscapePortrait.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailLandscapePortrait.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ThumbnailLandscapePortrait.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailLandscapePortrait.ts#L9) +[src/parser/classes/ThumbnailLandscapePortrait.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailLandscapePortrait.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ThumbnailLandscapePortrait.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailLandscapePortrait.ts#L6) +[src/parser/classes/ThumbnailLandscapePortrait.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailLandscapePortrait.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayBadgeView.md b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayBadgeView.md index cee20592..d186b264 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayBadgeView.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayBadgeView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayBadgeView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayBadgeView.ts#L11) +[src/parser/classes/ThumbnailOverlayBadgeView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayBadgeView.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayBadgeView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayBadgeView.ts#L8) +[src/parser/classes/ThumbnailOverlayBadgeView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayBadgeView.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayBadgeView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayBadgeView.ts#L9) +[src/parser/classes/ThumbnailOverlayBadgeView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayBadgeView.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayBadgeView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayBadgeView.ts#L6) +[src/parser/classes/ThumbnailOverlayBadgeView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayBadgeView.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayBottomPanel.md b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayBottomPanel.md index 7daf9030..673b7ecb 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayBottomPanel.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayBottomPanel.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayBottomPanel.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayBottomPanel.ts#L11) +[src/parser/classes/ThumbnailOverlayBottomPanel.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayBottomPanel.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayBottomPanel.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayBottomPanel.ts#L9) +[src/parser/classes/ThumbnailOverlayBottomPanel.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayBottomPanel.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayBottomPanel.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayBottomPanel.ts#L8) +[src/parser/classes/ThumbnailOverlayBottomPanel.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayBottomPanel.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayBottomPanel.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayBottomPanel.ts#L6) +[src/parser/classes/ThumbnailOverlayBottomPanel.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayBottomPanel.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayEndorsement.md b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayEndorsement.md index 21b345de..80698b24 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayEndorsement.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayEndorsement.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayEndorsement.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayEndorsement.ts#L10) +[src/parser/classes/ThumbnailOverlayEndorsement.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayEndorsement.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayEndorsement.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayEndorsement.ts#L8) +[src/parser/classes/ThumbnailOverlayEndorsement.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayEndorsement.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayEndorsement.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayEndorsement.ts#L6) +[src/parser/classes/ThumbnailOverlayEndorsement.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayEndorsement.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayHoverText.md b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayHoverText.md index a3e7dd60..d52ebaac 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayHoverText.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayHoverText.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayHoverText.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayHoverText.ts#L11) +[src/parser/classes/ThumbnailOverlayHoverText.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayHoverText.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayHoverText.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayHoverText.ts#L9) +[src/parser/classes/ThumbnailOverlayHoverText.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayHoverText.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayHoverText.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayHoverText.ts#L8) +[src/parser/classes/ThumbnailOverlayHoverText.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayHoverText.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayHoverText.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayHoverText.ts#L6) +[src/parser/classes/ThumbnailOverlayHoverText.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayHoverText.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayInlineUnplayable.md b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayInlineUnplayable.md index 1dcce6d6..d89e56f8 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayInlineUnplayable.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayInlineUnplayable.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayInlineUnplayable.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayInlineUnplayable.ts#L11) +[src/parser/classes/ThumbnailOverlayInlineUnplayable.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayInlineUnplayable.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayInlineUnplayable.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayInlineUnplayable.ts#L9) +[src/parser/classes/ThumbnailOverlayInlineUnplayable.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayInlineUnplayable.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayInlineUnplayable.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayInlineUnplayable.ts#L8) +[src/parser/classes/ThumbnailOverlayInlineUnplayable.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayInlineUnplayable.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayInlineUnplayable.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayInlineUnplayable.ts#L6) +[src/parser/classes/ThumbnailOverlayInlineUnplayable.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayInlineUnplayable.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayLoadingPreview.md b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayLoadingPreview.md index 5f0552a1..a8f309f9 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayLoadingPreview.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayLoadingPreview.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayLoadingPreview.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayLoadingPreview.ts#L10) +[src/parser/classes/ThumbnailOverlayLoadingPreview.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayLoadingPreview.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayLoadingPreview.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayLoadingPreview.ts#L8) +[src/parser/classes/ThumbnailOverlayLoadingPreview.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayLoadingPreview.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayLoadingPreview.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayLoadingPreview.ts#L6) +[src/parser/classes/ThumbnailOverlayLoadingPreview.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayLoadingPreview.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayNowPlaying.md b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayNowPlaying.md index 19d7676b..9e2ddace 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayNowPlaying.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayNowPlaying.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayNowPlaying.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayNowPlaying.ts#L10) +[src/parser/classes/ThumbnailOverlayNowPlaying.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayNowPlaying.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayNowPlaying.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayNowPlaying.ts#L8) +[src/parser/classes/ThumbnailOverlayNowPlaying.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayNowPlaying.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayNowPlaying.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayNowPlaying.ts#L6) +[src/parser/classes/ThumbnailOverlayNowPlaying.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayNowPlaying.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayPinking.md b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayPinking.md index 742eb312..33f3b84f 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayPinking.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayPinking.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayPinking.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayPinking.ts#L9) +[src/parser/classes/ThumbnailOverlayPinking.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayPinking.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayPinking.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayPinking.ts#L7) +[src/parser/classes/ThumbnailOverlayPinking.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayPinking.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayPinking.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayPinking.ts#L5) +[src/parser/classes/ThumbnailOverlayPinking.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayPinking.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayPlaybackStatus.md b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayPlaybackStatus.md index 53559366..7ed74ff0 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayPlaybackStatus.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayPlaybackStatus.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayPlaybackStatus.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayPlaybackStatus.ts#L10) +[src/parser/classes/ThumbnailOverlayPlaybackStatus.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayPlaybackStatus.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayPlaybackStatus.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayPlaybackStatus.ts#L8) +[src/parser/classes/ThumbnailOverlayPlaybackStatus.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayPlaybackStatus.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayPlaybackStatus.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayPlaybackStatus.ts#L6) +[src/parser/classes/ThumbnailOverlayPlaybackStatus.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayPlaybackStatus.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayProgressBarView.md b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayProgressBarView.md index bf4dfc96..6a582796 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayProgressBarView.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayProgressBarView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayProgressBarView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayProgressBarView.ts#L9) +[src/parser/classes/ThumbnailOverlayProgressBarView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayProgressBarView.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayProgressBarView.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayProgressBarView.ts#L7) +[src/parser/classes/ThumbnailOverlayProgressBarView.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayProgressBarView.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayProgressBarView.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayProgressBarView.ts#L5) +[src/parser/classes/ThumbnailOverlayProgressBarView.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayProgressBarView.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayResumePlayback.md b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayResumePlayback.md index 17c592c6..64283040 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayResumePlayback.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayResumePlayback.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayResumePlayback.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayResumePlayback.ts#L9) +[src/parser/classes/ThumbnailOverlayResumePlayback.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayResumePlayback.ts#L9) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayResumePlayback.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayResumePlayback.ts#L7) +[src/parser/classes/ThumbnailOverlayResumePlayback.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayResumePlayback.ts#L7) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayResumePlayback.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayResumePlayback.ts#L5) +[src/parser/classes/ThumbnailOverlayResumePlayback.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayResumePlayback.ts#L5) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlaySidePanel.md b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlaySidePanel.md index 6b254c67..f28e45ce 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlaySidePanel.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlaySidePanel.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlaySidePanel.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlaySidePanel.ts#L11) +[src/parser/classes/ThumbnailOverlaySidePanel.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlaySidePanel.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlaySidePanel.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlaySidePanel.ts#L9) +[src/parser/classes/ThumbnailOverlaySidePanel.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlaySidePanel.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlaySidePanel.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlaySidePanel.ts#L8) +[src/parser/classes/ThumbnailOverlaySidePanel.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlaySidePanel.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlaySidePanel.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlaySidePanel.ts#L6) +[src/parser/classes/ThumbnailOverlaySidePanel.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlaySidePanel.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayTimeStatus.md b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayTimeStatus.md index 2f570f03..70282627 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayTimeStatus.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayTimeStatus.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayTimeStatus.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayTimeStatus.ts#L11) +[src/parser/classes/ThumbnailOverlayTimeStatus.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayTimeStatus.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayTimeStatus.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayTimeStatus.ts#L9) +[src/parser/classes/ThumbnailOverlayTimeStatus.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayTimeStatus.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayTimeStatus.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayTimeStatus.ts#L8) +[src/parser/classes/ThumbnailOverlayTimeStatus.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayTimeStatus.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayTimeStatus.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayTimeStatus.ts#L6) +[src/parser/classes/ThumbnailOverlayTimeStatus.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayTimeStatus.ts#L6) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayToggleButton.md b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayToggleButton.md index 3a28e5d0..726fef77 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayToggleButton.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailOverlayToggleButton.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayToggleButton.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayToggleButton.ts#L23) +[src/parser/classes/ThumbnailOverlayToggleButton.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayToggleButton.ts#L23) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayToggleButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayToggleButton.ts#L10) +[src/parser/classes/ThumbnailOverlayToggleButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayToggleButton.ts#L10) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayToggleButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayToggleButton.ts#L8) +[src/parser/classes/ThumbnailOverlayToggleButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayToggleButton.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayToggleButton.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayToggleButton.ts#L20) +[src/parser/classes/ThumbnailOverlayToggleButton.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayToggleButton.ts#L20) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayToggleButton.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayToggleButton.ts#L15) +[src/parser/classes/ThumbnailOverlayToggleButton.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayToggleButton.ts#L15) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayToggleButton.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayToggleButton.ts#L21) +[src/parser/classes/ThumbnailOverlayToggleButton.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayToggleButton.ts#L21) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/classes/ThumbnailOverlayToggleButton.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailOverlayToggleButton.ts#L6) +[src/parser/classes/ThumbnailOverlayToggleButton.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailOverlayToggleButton.ts#L6) ## Methods @@ -158,7 +158,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -192,7 +192,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -226,7 +226,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -264,4 +264,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ThumbnailView.md b/docs/api/namespaces/YTNodes/classes/ThumbnailView.md index 0279bddc..413d82c6 100644 --- a/docs/api/namespaces/YTNodes/classes/ThumbnailView.md +++ b/docs/api/namespaces/YTNodes/classes/ThumbnailView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ThumbnailView.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailView.ts#L27) +[src/parser/classes/ThumbnailView.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailView.ts#L27) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ThumbnailView.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailView.ts#L25) +[src/parser/classes/ThumbnailView.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailView.ts#L25) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ThumbnailView.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailView.ts#L19) +[src/parser/classes/ThumbnailView.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailView.ts#L19) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ThumbnailView.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailView.ts#L20) +[src/parser/classes/ThumbnailView.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailView.ts#L20) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/ThumbnailView.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ThumbnailView.ts#L17) +[src/parser/classes/ThumbnailView.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ThumbnailView.ts#L17) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TimedMarkerDecoration.md b/docs/api/namespaces/YTNodes/classes/TimedMarkerDecoration.md index 2addbc1c..72546519 100644 --- a/docs/api/namespaces/YTNodes/classes/TimedMarkerDecoration.md +++ b/docs/api/namespaces/YTNodes/classes/TimedMarkerDecoration.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/TimedMarkerDecoration.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TimedMarkerDecoration.ts#L14) +[src/parser/classes/TimedMarkerDecoration.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TimedMarkerDecoration.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/TimedMarkerDecoration.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TimedMarkerDecoration.ts#L10) +[src/parser/classes/TimedMarkerDecoration.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TimedMarkerDecoration.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/TimedMarkerDecoration.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TimedMarkerDecoration.ts#L12) +[src/parser/classes/TimedMarkerDecoration.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TimedMarkerDecoration.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/TimedMarkerDecoration.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TimedMarkerDecoration.ts#L11) +[src/parser/classes/TimedMarkerDecoration.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TimedMarkerDecoration.ts#L11) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/classes/TimedMarkerDecoration.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TimedMarkerDecoration.ts#L9) +[src/parser/classes/TimedMarkerDecoration.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TimedMarkerDecoration.ts#L9) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/classes/TimedMarkerDecoration.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TimedMarkerDecoration.ts#L8) +[src/parser/classes/TimedMarkerDecoration.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TimedMarkerDecoration.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/TimedMarkerDecoration.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TimedMarkerDecoration.ts#L6) +[src/parser/classes/TimedMarkerDecoration.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TimedMarkerDecoration.ts#L6) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TitleAndButtonListHeader.md b/docs/api/namespaces/YTNodes/classes/TitleAndButtonListHeader.md index 08154a04..7bf3ac1f 100644 --- a/docs/api/namespaces/YTNodes/classes/TitleAndButtonListHeader.md +++ b/docs/api/namespaces/YTNodes/classes/TitleAndButtonListHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/TitleAndButtonListHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TitleAndButtonListHeader.ts#L10) +[src/parser/classes/TitleAndButtonListHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TitleAndButtonListHeader.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/TitleAndButtonListHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TitleAndButtonListHeader.ts#L8) +[src/parser/classes/TitleAndButtonListHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TitleAndButtonListHeader.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/TitleAndButtonListHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TitleAndButtonListHeader.ts#L6) +[src/parser/classes/TitleAndButtonListHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TitleAndButtonListHeader.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ToggleButton.md b/docs/api/namespaces/YTNodes/classes/ToggleButton.md index ce94a65f..7f5a2f78 100644 --- a/docs/api/namespaces/YTNodes/classes/ToggleButton.md +++ b/docs/api/namespaces/YTNodes/classes/ToggleButton.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ToggleButton.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButton.ts#L23) +[src/parser/classes/ToggleButton.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButton.ts#L23) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ToggleButton.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButton.ts#L20) +[src/parser/classes/ToggleButton.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButton.ts#L20) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ToggleButton.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButton.ts#L18) +[src/parser/classes/ToggleButton.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButton.ts#L18) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ToggleButton.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButton.ts#L15) +[src/parser/classes/ToggleButton.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButton.ts#L15) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ToggleButton.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButton.ts#L14) +[src/parser/classes/ToggleButton.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButton.ts#L14) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ToggleButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButton.ts#L13) +[src/parser/classes/ToggleButton.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButton.ts#L13) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/ToggleButton.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButton.ts#L16) +[src/parser/classes/ToggleButton.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButton.ts#L16) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/ToggleButton.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButton.ts#L17) +[src/parser/classes/ToggleButton.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButton.ts#L17) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/ToggleButton.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButton.ts#L21) +[src/parser/classes/ToggleButton.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButton.ts#L21) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/ToggleButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButton.ts#L9) +[src/parser/classes/ToggleButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButton.ts#L9) *** @@ -126,7 +126,7 @@ #### Defined in -[src/parser/classes/ToggleButton.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButton.ts#L19) +[src/parser/classes/ToggleButton.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButton.ts#L19) *** @@ -136,7 +136,7 @@ #### Defined in -[src/parser/classes/ToggleButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButton.ts#L10) +[src/parser/classes/ToggleButton.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButton.ts#L10) *** @@ -146,7 +146,7 @@ #### Defined in -[src/parser/classes/ToggleButton.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButton.ts#L12) +[src/parser/classes/ToggleButton.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButton.ts#L12) *** @@ -156,7 +156,7 @@ #### Defined in -[src/parser/classes/ToggleButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButton.ts#L11) +[src/parser/classes/ToggleButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButton.ts#L11) *** @@ -170,7 +170,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -184,7 +184,7 @@ #### Defined in -[src/parser/classes/ToggleButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButton.ts#L7) +[src/parser/classes/ToggleButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButton.ts#L7) ## Methods @@ -222,7 +222,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -256,7 +256,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -290,7 +290,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -328,4 +328,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ToggleButtonView.md b/docs/api/namespaces/YTNodes/classes/ToggleButtonView.md index b5c7d3e2..f4ae7d09 100644 --- a/docs/api/namespaces/YTNodes/classes/ToggleButtonView.md +++ b/docs/api/namespaces/YTNodes/classes/ToggleButtonView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ToggleButtonView.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButtonView.ts#L14) +[src/parser/classes/ToggleButtonView.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButtonView.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ToggleButtonView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButtonView.ts#L8) +[src/parser/classes/ToggleButtonView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButtonView.ts#L8) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ToggleButtonView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButtonView.ts#L11) +[src/parser/classes/ToggleButtonView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButtonView.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ToggleButtonView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButtonView.ts#L12) +[src/parser/classes/ToggleButtonView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButtonView.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ToggleButtonView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButtonView.ts#L10) +[src/parser/classes/ToggleButtonView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButtonView.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ToggleButtonView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButtonView.ts#L9) +[src/parser/classes/ToggleButtonView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButtonView.ts#L9) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/ToggleButtonView.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleButtonView.ts#L6) +[src/parser/classes/ToggleButtonView.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleButtonView.ts#L6) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ToggleFormField.md b/docs/api/namespaces/YTNodes/classes/ToggleFormField.md new file mode 100644 index 00000000..b4189f08 --- /dev/null +++ b/docs/api/namespaces/YTNodes/classes/ToggleFormField.md @@ -0,0 +1,241 @@ +[youtubei.js](../../../README.md) / [YTNodes](../README.md) / ToggleFormField + +# Class: ToggleFormField + +## Extends + +- [`YTNode`](../../Helpers/classes/YTNode.md) + +## Constructors + +### new ToggleFormField() + +> **new ToggleFormField**(`data`): [`ToggleFormField`](ToggleFormField.md) + +#### Parameters + +• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md) + +#### Returns + +[`ToggleFormField`](ToggleFormField.md) + +#### Overrides + +[`YTNode`](../../Helpers/classes/YTNode.md).[`constructor`](../../Helpers/classes/YTNode.md#constructors) + +#### Defined in + +[src/parser/classes/ToggleFormField.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleFormField.ts#L13) + +## Properties + +### label + +> **label**: `Text` + +#### Defined in + +[src/parser/classes/ToggleFormField.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleFormField.ts#L8) + +*** + +### toggle\_off\_action? + +> `optional` **toggle\_off\_action**: [`NavigationEndpoint`](NavigationEndpoint.md) + +#### Defined in + +[src/parser/classes/ToggleFormField.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleFormField.ts#L11) + +*** + +### toggle\_on\_action? + +> `optional` **toggle\_on\_action**: [`NavigationEndpoint`](NavigationEndpoint.md) + +#### Defined in + +[src/parser/classes/ToggleFormField.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleFormField.ts#L10) + +*** + +### toggled + +> **toggled**: `boolean` + +#### Defined in + +[src/parser/classes/ToggleFormField.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleFormField.ts#L9) + +*** + +### type + +> `readonly` **type**: `string` + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type) + +#### Defined in + +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) + +*** + +### type + +> `static` **type**: `string` = `'ToggleFormField'` + +#### Overrides + +[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type-1) + +#### Defined in + +[src/parser/classes/ToggleFormField.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleFormField.ts#L6) + +## Methods + +### as() + +> **as**\<`T`, `K`\>(...`types`): `InstanceType`\<`K`\[`number`\]\> + +Cast to one of the given types. + +#### Type Parameters + +• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md) + +• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[] + +#### Parameters + +• ...**types**: `K` + +The types to cast to + +#### Returns + +`InstanceType`\<`K`\[`number`\]\> + +The node cast to one of the given types + +#### Throws + +If the node is not of the given type + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`as`](../../Helpers/classes/YTNode.md#as) + +#### Defined in + +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) + +*** + +### hasKey() + +> **hasKey**\<`T`, `R`\>(`key`): `this is ToggleFormField & { [k in string]: R }` + +Check for a key without asserting the type. + +#### Type Parameters + +• **T** *extends* `string` + +• **R** = `any` + +#### Parameters + +• **key**: `T` + +The key to check + +#### Returns + +`this is ToggleFormField & { [k in string]: R }` + +Whether the node has the key + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`hasKey`](../../Helpers/classes/YTNode.md#haskey) + +#### Defined in + +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) + +*** + +### is() + +> **is**\<`T`, `K`\>(...`types`): `this is InstanceType` + +Check if the node is of the given type. + +#### Type Parameters + +• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md) + +• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[] + +#### Parameters + +• ...**types**: `K` + +The type to check + +#### Returns + +`this is InstanceType` + +whether the node is of the given type + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`is`](../../Helpers/classes/YTNode.md#is) + +#### Defined in + +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) + +*** + +### key() + +> **key**\<`T`, `R`\>(`key`): [`Maybe`](../../Helpers/classes/Maybe.md) + +Assert that the node has the given key and return it. + +#### Type Parameters + +• **T** *extends* `string` + +• **R** = `any` + +#### Parameters + +• **key**: `T` + +The key to check + +#### Returns + +[`Maybe`](../../Helpers/classes/Maybe.md) + +The value of the key wrapped in a Maybe + +#### Throws + +If the node does not have the key + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`key`](../../Helpers/classes/YTNode.md#key) + +#### Defined in + +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ToggleMenuServiceItem.md b/docs/api/namespaces/YTNodes/classes/ToggleMenuServiceItem.md index 70766a19..0097c3ad 100644 --- a/docs/api/namespaces/YTNodes/classes/ToggleMenuServiceItem.md +++ b/docs/api/namespaces/YTNodes/classes/ToggleMenuServiceItem.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ToggleMenuServiceItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleMenuServiceItem.ts#L16) +[src/parser/classes/ToggleMenuServiceItem.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleMenuServiceItem.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ToggleMenuServiceItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleMenuServiceItem.ts#L13) +[src/parser/classes/ToggleMenuServiceItem.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleMenuServiceItem.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/ToggleMenuServiceItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleMenuServiceItem.ts#L11) +[src/parser/classes/ToggleMenuServiceItem.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleMenuServiceItem.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/ToggleMenuServiceItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleMenuServiceItem.ts#L9) +[src/parser/classes/ToggleMenuServiceItem.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleMenuServiceItem.ts#L9) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/ToggleMenuServiceItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleMenuServiceItem.ts#L14) +[src/parser/classes/ToggleMenuServiceItem.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleMenuServiceItem.ts#L14) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/ToggleMenuServiceItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleMenuServiceItem.ts#L12) +[src/parser/classes/ToggleMenuServiceItem.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleMenuServiceItem.ts#L12) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/ToggleMenuServiceItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleMenuServiceItem.ts#L10) +[src/parser/classes/ToggleMenuServiceItem.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleMenuServiceItem.ts#L10) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/ToggleMenuServiceItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ToggleMenuServiceItem.ts#L7) +[src/parser/classes/ToggleMenuServiceItem.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ToggleMenuServiceItem.ts#L7) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Tooltip.md b/docs/api/namespaces/YTNodes/classes/Tooltip.md index 72d71877..2b7dbb5d 100644 --- a/docs/api/namespaces/YTNodes/classes/Tooltip.md +++ b/docs/api/namespaces/YTNodes/classes/Tooltip.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Tooltip.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tooltip.ts#L22) +[src/parser/classes/Tooltip.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tooltip.ts#L22) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Tooltip.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tooltip.ts#L17) +[src/parser/classes/Tooltip.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tooltip.ts#L17) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/Tooltip.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tooltip.ts#L19) +[src/parser/classes/Tooltip.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tooltip.ts#L19) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/Tooltip.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tooltip.ts#L20) +[src/parser/classes/Tooltip.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tooltip.ts#L20) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/Tooltip.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tooltip.ts#L9) +[src/parser/classes/Tooltip.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tooltip.ts#L9) *** @@ -92,7 +92,7 @@ #### Defined in -[src/parser/classes/Tooltip.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tooltip.ts#L18) +[src/parser/classes/Tooltip.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tooltip.ts#L18) *** @@ -102,7 +102,7 @@ #### Defined in -[src/parser/classes/Tooltip.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tooltip.ts#L16) +[src/parser/classes/Tooltip.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tooltip.ts#L16) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/classes/Tooltip.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Tooltip.ts#L7) +[src/parser/classes/Tooltip.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Tooltip.ts#L7) ## Methods @@ -168,7 +168,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -202,7 +202,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -236,7 +236,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -274,4 +274,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TopbarMenuButton.md b/docs/api/namespaces/YTNodes/classes/TopbarMenuButton.md index b648af5c..82c89459 100644 --- a/docs/api/namespaces/YTNodes/classes/TopbarMenuButton.md +++ b/docs/api/namespaces/YTNodes/classes/TopbarMenuButton.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/mweb/TopbarMenuButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/TopbarMenuButton.ts#L11) +[src/parser/classes/mweb/TopbarMenuButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/TopbarMenuButton.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/mweb/TopbarMenuButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/TopbarMenuButton.ts#L7) +[src/parser/classes/mweb/TopbarMenuButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/TopbarMenuButton.ts#L7) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/mweb/TopbarMenuButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/TopbarMenuButton.ts#L8) +[src/parser/classes/mweb/TopbarMenuButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/TopbarMenuButton.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/mweb/TopbarMenuButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/TopbarMenuButton.ts#L9) +[src/parser/classes/mweb/TopbarMenuButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/TopbarMenuButton.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/mweb/TopbarMenuButton.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/mweb/TopbarMenuButton.ts#L5) +[src/parser/classes/mweb/TopbarMenuButton.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/mweb/TopbarMenuButton.ts#L5) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TopicChannelDetails.md b/docs/api/namespaces/YTNodes/classes/TopicChannelDetails.md index a8361093..b225e4fc 100644 --- a/docs/api/namespaces/YTNodes/classes/TopicChannelDetails.md +++ b/docs/api/namespaces/YTNodes/classes/TopicChannelDetails.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/TopicChannelDetails.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TopicChannelDetails.ts#L17) +[src/parser/classes/TopicChannelDetails.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TopicChannelDetails.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/TopicChannelDetails.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TopicChannelDetails.ts#L12) +[src/parser/classes/TopicChannelDetails.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TopicChannelDetails.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/TopicChannelDetails.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TopicChannelDetails.ts#L15) +[src/parser/classes/TopicChannelDetails.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TopicChannelDetails.ts#L15) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/TopicChannelDetails.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TopicChannelDetails.ts#L14) +[src/parser/classes/TopicChannelDetails.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TopicChannelDetails.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/TopicChannelDetails.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TopicChannelDetails.ts#L13) +[src/parser/classes/TopicChannelDetails.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TopicChannelDetails.ts#L13) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/TopicChannelDetails.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TopicChannelDetails.ts#L11) +[src/parser/classes/TopicChannelDetails.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TopicChannelDetails.ts#L11) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/TopicChannelDetails.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TopicChannelDetails.ts#L9) +[src/parser/classes/TopicChannelDetails.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TopicChannelDetails.ts#L9) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Transcript.md b/docs/api/namespaces/YTNodes/classes/Transcript.md index 4534c2dc..ea426a76 100644 --- a/docs/api/namespaces/YTNodes/classes/Transcript.md +++ b/docs/api/namespaces/YTNodes/classes/Transcript.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/Transcript.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Transcript.ts#L11) +[src/parser/classes/Transcript.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Transcript.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/Transcript.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Transcript.ts#L9) +[src/parser/classes/Transcript.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Transcript.ts#L9) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/Transcript.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Transcript.ts#L7) +[src/parser/classes/Transcript.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Transcript.ts#L7) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TranscriptFooter.md b/docs/api/namespaces/YTNodes/classes/TranscriptFooter.md index 9d0b99b2..0687be75 100644 --- a/docs/api/namespaces/YTNodes/classes/TranscriptFooter.md +++ b/docs/api/namespaces/YTNodes/classes/TranscriptFooter.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/TranscriptFooter.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptFooter.ts#L11) +[src/parser/classes/TranscriptFooter.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptFooter.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/TranscriptFooter.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptFooter.ts#L9) +[src/parser/classes/TranscriptFooter.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptFooter.ts#L9) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/TranscriptFooter.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptFooter.ts#L7) +[src/parser/classes/TranscriptFooter.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptFooter.ts#L7) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TranscriptSearchBox.md b/docs/api/namespaces/YTNodes/classes/TranscriptSearchBox.md index b6c46f71..fdc8354c 100644 --- a/docs/api/namespaces/YTNodes/classes/TranscriptSearchBox.md +++ b/docs/api/namespaces/YTNodes/classes/TranscriptSearchBox.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/TranscriptSearchBox.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSearchBox.ts#L16) +[src/parser/classes/TranscriptSearchBox.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSearchBox.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/TranscriptSearchBox.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSearchBox.ts#L12) +[src/parser/classes/TranscriptSearchBox.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSearchBox.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/TranscriptSearchBox.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSearchBox.ts#L13) +[src/parser/classes/TranscriptSearchBox.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSearchBox.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/TranscriptSearchBox.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSearchBox.ts#L11) +[src/parser/classes/TranscriptSearchBox.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSearchBox.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/TranscriptSearchBox.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSearchBox.ts#L14) +[src/parser/classes/TranscriptSearchBox.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSearchBox.ts#L14) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/TranscriptSearchBox.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSearchBox.ts#L9) +[src/parser/classes/TranscriptSearchBox.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSearchBox.ts#L9) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TranscriptSearchPanel.md b/docs/api/namespaces/YTNodes/classes/TranscriptSearchPanel.md index 33523106..61a54dbc 100644 --- a/docs/api/namespaces/YTNodes/classes/TranscriptSearchPanel.md +++ b/docs/api/namespaces/YTNodes/classes/TranscriptSearchPanel.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/TranscriptSearchPanel.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSearchPanel.ts#L16) +[src/parser/classes/TranscriptSearchPanel.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSearchPanel.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/TranscriptSearchPanel.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSearchPanel.ts#L12) +[src/parser/classes/TranscriptSearchPanel.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSearchPanel.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/TranscriptSearchPanel.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSearchPanel.ts#L13) +[src/parser/classes/TranscriptSearchPanel.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSearchPanel.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/TranscriptSearchPanel.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSearchPanel.ts#L11) +[src/parser/classes/TranscriptSearchPanel.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSearchPanel.ts#L11) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/TranscriptSearchPanel.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSearchPanel.ts#L14) +[src/parser/classes/TranscriptSearchPanel.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSearchPanel.ts#L14) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/TranscriptSearchPanel.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSearchPanel.ts#L9) +[src/parser/classes/TranscriptSearchPanel.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSearchPanel.ts#L9) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TranscriptSectionHeader.md b/docs/api/namespaces/YTNodes/classes/TranscriptSectionHeader.md index ee0afb64..5227cf44 100644 --- a/docs/api/namespaces/YTNodes/classes/TranscriptSectionHeader.md +++ b/docs/api/namespaces/YTNodes/classes/TranscriptSectionHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/TranscriptSectionHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSectionHeader.ts#L12) +[src/parser/classes/TranscriptSectionHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSectionHeader.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/TranscriptSectionHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSectionHeader.ts#L9) +[src/parser/classes/TranscriptSectionHeader.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSectionHeader.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/TranscriptSectionHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSectionHeader.ts#L10) +[src/parser/classes/TranscriptSectionHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSectionHeader.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/TranscriptSectionHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSectionHeader.ts#L8) +[src/parser/classes/TranscriptSectionHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSectionHeader.ts#L8) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/TranscriptSectionHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSectionHeader.ts#L6) +[src/parser/classes/TranscriptSectionHeader.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSectionHeader.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TranscriptSegment.md b/docs/api/namespaces/YTNodes/classes/TranscriptSegment.md index 624c00bf..4d40ee80 100644 --- a/docs/api/namespaces/YTNodes/classes/TranscriptSegment.md +++ b/docs/api/namespaces/YTNodes/classes/TranscriptSegment.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/TranscriptSegment.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSegment.ts#L14) +[src/parser/classes/TranscriptSegment.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSegment.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/TranscriptSegment.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSegment.ts#L9) +[src/parser/classes/TranscriptSegment.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSegment.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/TranscriptSegment.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSegment.ts#L10) +[src/parser/classes/TranscriptSegment.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSegment.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/TranscriptSegment.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSegment.ts#L8) +[src/parser/classes/TranscriptSegment.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSegment.ts#L8) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/TranscriptSegment.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSegment.ts#L11) +[src/parser/classes/TranscriptSegment.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSegment.ts#L11) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/TranscriptSegment.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSegment.ts#L12) +[src/parser/classes/TranscriptSegment.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSegment.ts#L12) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/TranscriptSegment.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSegment.ts#L6) +[src/parser/classes/TranscriptSegment.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSegment.ts#L6) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TranscriptSegmentList.md b/docs/api/namespaces/YTNodes/classes/TranscriptSegmentList.md index 8a60bebf..5095e0e2 100644 --- a/docs/api/namespaces/YTNodes/classes/TranscriptSegmentList.md +++ b/docs/api/namespaces/YTNodes/classes/TranscriptSegmentList.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/TranscriptSegmentList.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSegmentList.ts#L17) +[src/parser/classes/TranscriptSegmentList.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSegmentList.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/TranscriptSegmentList.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSegmentList.ts#L12) +[src/parser/classes/TranscriptSegmentList.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSegmentList.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/TranscriptSegmentList.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSegmentList.ts#L13) +[src/parser/classes/TranscriptSegmentList.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSegmentList.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/TranscriptSegmentList.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSegmentList.ts#L14) +[src/parser/classes/TranscriptSegmentList.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSegmentList.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/TranscriptSegmentList.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSegmentList.ts#L15) +[src/parser/classes/TranscriptSegmentList.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSegmentList.ts#L15) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/TranscriptSegmentList.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TranscriptSegmentList.ts#L10) +[src/parser/classes/TranscriptSegmentList.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TranscriptSegmentList.ts#L10) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TwoColumnBrowseResults.md b/docs/api/namespaces/YTNodes/classes/TwoColumnBrowseResults.md index 298e3371..873e4631 100644 --- a/docs/api/namespaces/YTNodes/classes/TwoColumnBrowseResults.md +++ b/docs/api/namespaces/YTNodes/classes/TwoColumnBrowseResults.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/TwoColumnBrowseResults.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnBrowseResults.ts#L16) +[src/parser/classes/TwoColumnBrowseResults.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnBrowseResults.ts#L16) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/TwoColumnBrowseResults.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnBrowseResults.ts#L14) +[src/parser/classes/TwoColumnBrowseResults.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnBrowseResults.ts#L14) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/classes/TwoColumnBrowseResults.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnBrowseResults.ts#L13) +[src/parser/classes/TwoColumnBrowseResults.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnBrowseResults.ts#L13) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -78,7 +78,7 @@ #### Defined in -[src/parser/classes/TwoColumnBrowseResults.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnBrowseResults.ts#L11) +[src/parser/classes/TwoColumnBrowseResults.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnBrowseResults.ts#L11) ## Methods @@ -116,7 +116,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -150,7 +150,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -184,7 +184,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -222,4 +222,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TwoColumnSearchResults.md b/docs/api/namespaces/YTNodes/classes/TwoColumnSearchResults.md index 57cf91ca..94b93ee6 100644 --- a/docs/api/namespaces/YTNodes/classes/TwoColumnSearchResults.md +++ b/docs/api/namespaces/YTNodes/classes/TwoColumnSearchResults.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/TwoColumnSearchResults.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnSearchResults.ts#L15) +[src/parser/classes/TwoColumnSearchResults.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnSearchResults.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/TwoColumnSearchResults.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnSearchResults.ts#L10) +[src/parser/classes/TwoColumnSearchResults.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnSearchResults.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/TwoColumnSearchResults.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnSearchResults.ts#L11) +[src/parser/classes/TwoColumnSearchResults.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnSearchResults.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/TwoColumnSearchResults.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnSearchResults.ts#L12) +[src/parser/classes/TwoColumnSearchResults.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnSearchResults.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/TwoColumnSearchResults.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnSearchResults.ts#L13) +[src/parser/classes/TwoColumnSearchResults.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnSearchResults.ts#L13) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/TwoColumnSearchResults.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnSearchResults.ts#L8) +[src/parser/classes/TwoColumnSearchResults.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnSearchResults.ts#L8) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/TwoColumnWatchNextResults.md b/docs/api/namespaces/YTNodes/classes/TwoColumnWatchNextResults.md index f394da81..7e255394 100644 --- a/docs/api/namespaces/YTNodes/classes/TwoColumnWatchNextResults.md +++ b/docs/api/namespaces/YTNodes/classes/TwoColumnWatchNextResults.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/TwoColumnWatchNextResults.ts:34](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnWatchNextResults.ts#L34) +[src/parser/classes/TwoColumnWatchNextResults.ts:34](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnWatchNextResults.ts#L34) ## Properties @@ -48,7 +48,7 @@ #### Defined in -[src/parser/classes/TwoColumnWatchNextResults.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnWatchNextResults.ts#L28) +[src/parser/classes/TwoColumnWatchNextResults.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnWatchNextResults.ts#L28) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/TwoColumnWatchNextResults.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnWatchNextResults.ts#L18) +[src/parser/classes/TwoColumnWatchNextResults.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnWatchNextResults.ts#L18) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/TwoColumnWatchNextResults.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnWatchNextResults.ts#L19) +[src/parser/classes/TwoColumnWatchNextResults.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnWatchNextResults.ts#L19) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/TwoColumnWatchNextResults.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnWatchNextResults.ts#L16) +[src/parser/classes/TwoColumnWatchNextResults.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnWatchNextResults.ts#L16) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/TwoColumnWatchNextResults.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnWatchNextResults.ts#L17) +[src/parser/classes/TwoColumnWatchNextResults.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnWatchNextResults.ts#L17) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/TwoColumnWatchNextResults.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnWatchNextResults.ts#L14) +[src/parser/classes/TwoColumnWatchNextResults.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnWatchNextResults.ts#L14) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/UnifiedSharePanel.md b/docs/api/namespaces/YTNodes/classes/UnifiedSharePanel.md index d0261564..592b9520 100644 --- a/docs/api/namespaces/YTNodes/classes/UnifiedSharePanel.md +++ b/docs/api/namespaces/YTNodes/classes/UnifiedSharePanel.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/UnifiedSharePanel.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UnifiedSharePanel.ts#L23) +[src/parser/classes/UnifiedSharePanel.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UnifiedSharePanel.ts#L23) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/UnifiedSharePanel.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UnifiedSharePanel.ts#L19) +[src/parser/classes/UnifiedSharePanel.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UnifiedSharePanel.ts#L19) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/UnifiedSharePanel.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UnifiedSharePanel.ts#L20) +[src/parser/classes/UnifiedSharePanel.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UnifiedSharePanel.ts#L20) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/UnifiedSharePanel.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UnifiedSharePanel.ts#L21) +[src/parser/classes/UnifiedSharePanel.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UnifiedSharePanel.ts#L21) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/UnifiedSharePanel.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UnifiedSharePanel.ts#L18) +[src/parser/classes/UnifiedSharePanel.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UnifiedSharePanel.ts#L18) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/UnifiedSharePanel.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UnifiedSharePanel.ts#L16) +[src/parser/classes/UnifiedSharePanel.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UnifiedSharePanel.ts#L16) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/UniversalWatchCard.md b/docs/api/namespaces/YTNodes/classes/UniversalWatchCard.md index cd3f30f4..285d2fef 100644 --- a/docs/api/namespaces/YTNodes/classes/UniversalWatchCard.md +++ b/docs/api/namespaces/YTNodes/classes/UniversalWatchCard.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/UniversalWatchCard.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UniversalWatchCard.ts#L13) +[src/parser/classes/UniversalWatchCard.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UniversalWatchCard.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/UniversalWatchCard.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UniversalWatchCard.ts#L9) +[src/parser/classes/UniversalWatchCard.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UniversalWatchCard.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/UniversalWatchCard.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UniversalWatchCard.ts#L11) +[src/parser/classes/UniversalWatchCard.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UniversalWatchCard.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/UniversalWatchCard.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UniversalWatchCard.ts#L8) +[src/parser/classes/UniversalWatchCard.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UniversalWatchCard.ts#L8) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/UniversalWatchCard.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UniversalWatchCard.ts#L10) +[src/parser/classes/UniversalWatchCard.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UniversalWatchCard.ts#L10) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/UniversalWatchCard.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UniversalWatchCard.ts#L6) +[src/parser/classes/UniversalWatchCard.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UniversalWatchCard.ts#L6) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/UnsubscribeEndpoint.md b/docs/api/namespaces/YTNodes/classes/UnsubscribeEndpoint.md index bad24e1c..06cb4f1d 100644 --- a/docs/api/namespaces/YTNodes/classes/UnsubscribeEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/UnsubscribeEndpoint.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/endpoints/UnsubscribeEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/UnsubscribeEndpoint.ts#L11) +[src/parser/classes/endpoints/UnsubscribeEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/UnsubscribeEndpoint.ts#L11) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/endpoints/UnsubscribeEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/UnsubscribeEndpoint.ts#L7) +[src/parser/classes/endpoints/UnsubscribeEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/UnsubscribeEndpoint.ts#L7) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/UnsubscribeEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/UnsubscribeEndpoint.ts#L20) +[src/parser/classes/endpoints/UnsubscribeEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/UnsubscribeEndpoint.ts#L20) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/UnsubscribeEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/UnsubscribeEndpoint.ts#L16) +[src/parser/classes/endpoints/UnsubscribeEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/UnsubscribeEndpoint.ts#L16) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/UpdateChannelSwitcherPageAction.md b/docs/api/namespaces/YTNodes/classes/UpdateChannelSwitcherPageAction.md index 75bd8bcb..d708b08b 100644 --- a/docs/api/namespaces/YTNodes/classes/UpdateChannelSwitcherPageAction.md +++ b/docs/api/namespaces/YTNodes/classes/UpdateChannelSwitcherPageAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/actions/UpdateChannelSwitcherPageAction.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/UpdateChannelSwitcherPageAction.ts#L12) +[src/parser/classes/actions/UpdateChannelSwitcherPageAction.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/UpdateChannelSwitcherPageAction.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/actions/UpdateChannelSwitcherPageAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/UpdateChannelSwitcherPageAction.ts#L10) +[src/parser/classes/actions/UpdateChannelSwitcherPageAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/UpdateChannelSwitcherPageAction.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/actions/UpdateChannelSwitcherPageAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/UpdateChannelSwitcherPageAction.ts#L9) +[src/parser/classes/actions/UpdateChannelSwitcherPageAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/UpdateChannelSwitcherPageAction.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/actions/UpdateChannelSwitcherPageAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/UpdateChannelSwitcherPageAction.ts#L7) +[src/parser/classes/actions/UpdateChannelSwitcherPageAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/UpdateChannelSwitcherPageAction.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/UpdateDateTextAction.md b/docs/api/namespaces/YTNodes/classes/UpdateDateTextAction.md index b143b96b..9919216a 100644 --- a/docs/api/namespaces/YTNodes/classes/UpdateDateTextAction.md +++ b/docs/api/namespaces/YTNodes/classes/UpdateDateTextAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateDateTextAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateDateTextAction.ts#L10) +[src/parser/classes/livechat/UpdateDateTextAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateDateTextAction.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateDateTextAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateDateTextAction.ts#L8) +[src/parser/classes/livechat/UpdateDateTextAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateDateTextAction.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateDateTextAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateDateTextAction.ts#L6) +[src/parser/classes/livechat/UpdateDateTextAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateDateTextAction.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/UpdateDescriptionAction.md b/docs/api/namespaces/YTNodes/classes/UpdateDescriptionAction.md index 8f67824f..3160e8a1 100644 --- a/docs/api/namespaces/YTNodes/classes/UpdateDescriptionAction.md +++ b/docs/api/namespaces/YTNodes/classes/UpdateDescriptionAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateDescriptionAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateDescriptionAction.ts#L10) +[src/parser/classes/livechat/UpdateDescriptionAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateDescriptionAction.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateDescriptionAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateDescriptionAction.ts#L8) +[src/parser/classes/livechat/UpdateDescriptionAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateDescriptionAction.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateDescriptionAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateDescriptionAction.ts#L6) +[src/parser/classes/livechat/UpdateDescriptionAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateDescriptionAction.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/UpdateEngagementPanelAction.md b/docs/api/namespaces/YTNodes/classes/UpdateEngagementPanelAction.md index d4714be6..f51eb95c 100644 --- a/docs/api/namespaces/YTNodes/classes/UpdateEngagementPanelAction.md +++ b/docs/api/namespaces/YTNodes/classes/UpdateEngagementPanelAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/actions/UpdateEngagementPanelAction.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/UpdateEngagementPanelAction.ts#L12) +[src/parser/classes/actions/UpdateEngagementPanelAction.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/UpdateEngagementPanelAction.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/actions/UpdateEngagementPanelAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/UpdateEngagementPanelAction.ts#L10) +[src/parser/classes/actions/UpdateEngagementPanelAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/UpdateEngagementPanelAction.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/actions/UpdateEngagementPanelAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/UpdateEngagementPanelAction.ts#L9) +[src/parser/classes/actions/UpdateEngagementPanelAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/UpdateEngagementPanelAction.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/actions/UpdateEngagementPanelAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/UpdateEngagementPanelAction.ts#L7) +[src/parser/classes/actions/UpdateEngagementPanelAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/UpdateEngagementPanelAction.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/UpdateEngagementPanelContentCommand.md b/docs/api/namespaces/YTNodes/classes/UpdateEngagementPanelContentCommand.md index e334ffe8..b93ca653 100644 --- a/docs/api/namespaces/YTNodes/classes/UpdateEngagementPanelContentCommand.md +++ b/docs/api/namespaces/YTNodes/classes/UpdateEngagementPanelContentCommand.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/commands/UpdateEngagementPanelContentCommand.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/UpdateEngagementPanelContentCommand.ts#L15) +[src/parser/classes/commands/UpdateEngagementPanelContentCommand.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/UpdateEngagementPanelContentCommand.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/commands/UpdateEngagementPanelContentCommand.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/UpdateEngagementPanelContentCommand.ts#L12) +[src/parser/classes/commands/UpdateEngagementPanelContentCommand.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/UpdateEngagementPanelContentCommand.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/commands/UpdateEngagementPanelContentCommand.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/UpdateEngagementPanelContentCommand.ts#L13) +[src/parser/classes/commands/UpdateEngagementPanelContentCommand.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/UpdateEngagementPanelContentCommand.ts#L13) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/commands/UpdateEngagementPanelContentCommand.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/commands/UpdateEngagementPanelContentCommand.ts#L10) +[src/parser/classes/commands/UpdateEngagementPanelContentCommand.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/commands/UpdateEngagementPanelContentCommand.ts#L10) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/UpdateLiveChatPollAction.md b/docs/api/namespaces/YTNodes/classes/UpdateLiveChatPollAction.md index 84bd845a..b1212410 100644 --- a/docs/api/namespaces/YTNodes/classes/UpdateLiveChatPollAction.md +++ b/docs/api/namespaces/YTNodes/classes/UpdateLiveChatPollAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateLiveChatPollAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateLiveChatPollAction.ts#L10) +[src/parser/classes/livechat/UpdateLiveChatPollAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateLiveChatPollAction.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateLiveChatPollAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateLiveChatPollAction.ts#L8) +[src/parser/classes/livechat/UpdateLiveChatPollAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateLiveChatPollAction.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateLiveChatPollAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateLiveChatPollAction.ts#L6) +[src/parser/classes/livechat/UpdateLiveChatPollAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateLiveChatPollAction.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/UpdateSubscribeButtonAction.md b/docs/api/namespaces/YTNodes/classes/UpdateSubscribeButtonAction.md index 9bf81ee9..7f4c62db 100644 --- a/docs/api/namespaces/YTNodes/classes/UpdateSubscribeButtonAction.md +++ b/docs/api/namespaces/YTNodes/classes/UpdateSubscribeButtonAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/actions/UpdateSubscribeButtonAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/UpdateSubscribeButtonAction.ts#L10) +[src/parser/classes/actions/UpdateSubscribeButtonAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/UpdateSubscribeButtonAction.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/actions/UpdateSubscribeButtonAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/UpdateSubscribeButtonAction.ts#L7) +[src/parser/classes/actions/UpdateSubscribeButtonAction.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/UpdateSubscribeButtonAction.ts#L7) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/actions/UpdateSubscribeButtonAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/UpdateSubscribeButtonAction.ts#L8) +[src/parser/classes/actions/UpdateSubscribeButtonAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/UpdateSubscribeButtonAction.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/actions/UpdateSubscribeButtonAction.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/actions/UpdateSubscribeButtonAction.ts#L5) +[src/parser/classes/actions/UpdateSubscribeButtonAction.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/actions/UpdateSubscribeButtonAction.ts#L5) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/UpdateTitleAction.md b/docs/api/namespaces/YTNodes/classes/UpdateTitleAction.md index b76a188f..3bc35dfd 100644 --- a/docs/api/namespaces/YTNodes/classes/UpdateTitleAction.md +++ b/docs/api/namespaces/YTNodes/classes/UpdateTitleAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateTitleAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateTitleAction.ts#L10) +[src/parser/classes/livechat/UpdateTitleAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateTitleAction.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateTitleAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateTitleAction.ts#L8) +[src/parser/classes/livechat/UpdateTitleAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateTitleAction.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateTitleAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateTitleAction.ts#L6) +[src/parser/classes/livechat/UpdateTitleAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateTitleAction.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/UpdateToggleButtonTextAction.md b/docs/api/namespaces/YTNodes/classes/UpdateToggleButtonTextAction.md index 703ceee2..8db615ec 100644 --- a/docs/api/namespaces/YTNodes/classes/UpdateToggleButtonTextAction.md +++ b/docs/api/namespaces/YTNodes/classes/UpdateToggleButtonTextAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateToggleButtonTextAction.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateToggleButtonTextAction.ts#L12) +[src/parser/classes/livechat/UpdateToggleButtonTextAction.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateToggleButtonTextAction.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateToggleButtonTextAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateToggleButtonTextAction.ts#L10) +[src/parser/classes/livechat/UpdateToggleButtonTextAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateToggleButtonTextAction.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateToggleButtonTextAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateToggleButtonTextAction.ts#L8) +[src/parser/classes/livechat/UpdateToggleButtonTextAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateToggleButtonTextAction.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateToggleButtonTextAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateToggleButtonTextAction.ts#L9) +[src/parser/classes/livechat/UpdateToggleButtonTextAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateToggleButtonTextAction.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateToggleButtonTextAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateToggleButtonTextAction.ts#L6) +[src/parser/classes/livechat/UpdateToggleButtonTextAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateToggleButtonTextAction.ts#L6) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/UpdateViewershipAction.md b/docs/api/namespaces/YTNodes/classes/UpdateViewershipAction.md index 8b33fb33..6522e786 100644 --- a/docs/api/namespaces/YTNodes/classes/UpdateViewershipAction.md +++ b/docs/api/namespaces/YTNodes/classes/UpdateViewershipAction.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateViewershipAction.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateViewershipAction.ts#L14) +[src/parser/classes/livechat/UpdateViewershipAction.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateViewershipAction.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateViewershipAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateViewershipAction.ts#L9) +[src/parser/classes/livechat/UpdateViewershipAction.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateViewershipAction.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateViewershipAction.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateViewershipAction.ts#L12) +[src/parser/classes/livechat/UpdateViewershipAction.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateViewershipAction.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateViewershipAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateViewershipAction.ts#L10) +[src/parser/classes/livechat/UpdateViewershipAction.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateViewershipAction.ts#L10) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateViewershipAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateViewershipAction.ts#L11) +[src/parser/classes/livechat/UpdateViewershipAction.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateViewershipAction.ts#L11) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateViewershipAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateViewershipAction.ts#L8) +[src/parser/classes/livechat/UpdateViewershipAction.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateViewershipAction.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/livechat/UpdateViewershipAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/livechat/UpdateViewershipAction.ts#L6) +[src/parser/classes/livechat/UpdateViewershipAction.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/livechat/UpdateViewershipAction.ts#L6) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/UploadTimeFactoid.md b/docs/api/namespaces/YTNodes/classes/UploadTimeFactoid.md index ac7769f5..44644ff7 100644 --- a/docs/api/namespaces/YTNodes/classes/UploadTimeFactoid.md +++ b/docs/api/namespaces/YTNodes/classes/UploadTimeFactoid.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/UploadTimeFactoid.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UploadTimeFactoid.ts#L11) +[src/parser/classes/UploadTimeFactoid.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UploadTimeFactoid.ts#L11) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/UploadTimeFactoid.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UploadTimeFactoid.ts#L9) +[src/parser/classes/UploadTimeFactoid.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UploadTimeFactoid.ts#L9) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/UploadTimeFactoid.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UploadTimeFactoid.ts#L7) +[src/parser/classes/UploadTimeFactoid.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UploadTimeFactoid.ts#L7) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/UpsellDialog.md b/docs/api/namespaces/YTNodes/classes/UpsellDialog.md index 3b30b541..778e03bb 100644 --- a/docs/api/namespaces/YTNodes/classes/UpsellDialog.md +++ b/docs/api/namespaces/YTNodes/classes/UpsellDialog.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/UpsellDialog.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UpsellDialog.ts#L15) +[src/parser/classes/UpsellDialog.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UpsellDialog.ts#L15) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/UpsellDialog.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UpsellDialog.ts#L11) +[src/parser/classes/UpsellDialog.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UpsellDialog.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/UpsellDialog.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UpsellDialog.ts#L12) +[src/parser/classes/UpsellDialog.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UpsellDialog.ts#L12) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/UpsellDialog.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UpsellDialog.ts#L13) +[src/parser/classes/UpsellDialog.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UpsellDialog.ts#L13) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/UpsellDialog.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UpsellDialog.ts#L10) +[src/parser/classes/UpsellDialog.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UpsellDialog.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/UpsellDialog.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UpsellDialog.ts#L9) +[src/parser/classes/UpsellDialog.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UpsellDialog.ts#L9) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/UpsellDialog.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/UpsellDialog.ts#L7) +[src/parser/classes/UpsellDialog.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/UpsellDialog.ts#L7) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VerticalList.md b/docs/api/namespaces/YTNodes/classes/VerticalList.md index b59051ba..e8023e5a 100644 --- a/docs/api/namespaces/YTNodes/classes/VerticalList.md +++ b/docs/api/namespaces/YTNodes/classes/VerticalList.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/VerticalList.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VerticalList.ts#L12) +[src/parser/classes/VerticalList.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VerticalList.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/VerticalList.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VerticalList.ts#L9) +[src/parser/classes/VerticalList.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VerticalList.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/VerticalList.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VerticalList.ts#L10) +[src/parser/classes/VerticalList.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VerticalList.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/VerticalList.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VerticalList.ts#L8) +[src/parser/classes/VerticalList.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VerticalList.ts#L8) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/VerticalList.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VerticalList.ts#L6) +[src/parser/classes/VerticalList.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VerticalList.ts#L6) ## Accessors @@ -98,7 +98,7 @@ #### Defined in -[src/parser/classes/VerticalList.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VerticalList.ts#L20) +[src/parser/classes/VerticalList.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VerticalList.ts#L20) ## Methods @@ -136,7 +136,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -170,7 +170,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -204,7 +204,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -242,4 +242,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VerticalWatchCardList.md b/docs/api/namespaces/YTNodes/classes/VerticalWatchCardList.md index ac1c91c0..ec543db8 100644 --- a/docs/api/namespaces/YTNodes/classes/VerticalWatchCardList.md +++ b/docs/api/namespaces/YTNodes/classes/VerticalWatchCardList.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/VerticalWatchCardList.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VerticalWatchCardList.ts#L13) +[src/parser/classes/VerticalWatchCardList.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VerticalWatchCardList.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/VerticalWatchCardList.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VerticalWatchCardList.ts#L9) +[src/parser/classes/VerticalWatchCardList.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VerticalWatchCardList.ts#L9) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/classes/VerticalWatchCardList.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VerticalWatchCardList.ts#L11) +[src/parser/classes/VerticalWatchCardList.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VerticalWatchCardList.ts#L11) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/classes/VerticalWatchCardList.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VerticalWatchCardList.ts#L10) +[src/parser/classes/VerticalWatchCardList.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VerticalWatchCardList.ts#L10) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/VerticalWatchCardList.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VerticalWatchCardList.ts#L7) +[src/parser/classes/VerticalWatchCardList.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VerticalWatchCardList.ts#L7) ## Accessors @@ -98,7 +98,7 @@ #### Defined in -[src/parser/classes/VerticalWatchCardList.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VerticalWatchCardList.ts#L21) +[src/parser/classes/VerticalWatchCardList.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VerticalWatchCardList.ts#L21) ## Methods @@ -136,7 +136,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -170,7 +170,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -204,7 +204,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -242,4 +242,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/Video.md b/docs/api/namespaces/YTNodes/classes/Video.md index 9ad164d9..8cbfe3ec 100644 --- a/docs/api/namespaces/YTNodes/classes/Video.md +++ b/docs/api/namespaces/YTNodes/classes/Video.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/Video.ts:43](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L43) +[src/parser/classes/Video.ts:43](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L43) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/Video.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L22) +[src/parser/classes/Video.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L22) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/classes/Video.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L26) +[src/parser/classes/Video.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L26) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/classes/Video.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L27) +[src/parser/classes/Video.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L27) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/classes/Video.ts:37](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L37) +[src/parser/classes/Video.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L37) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/classes/Video.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L19) +[src/parser/classes/Video.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L19) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/classes/Video.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L28) +[src/parser/classes/Video.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L28) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/classes/Video.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L21) +[src/parser/classes/Video.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L21) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/Video.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L35) +[src/parser/classes/Video.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L35) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/classes/Video.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L33) +[src/parser/classes/Video.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L33) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/classes/Video.ts:36](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L36) +[src/parser/classes/Video.ts:36](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L36) *** @@ -140,7 +140,7 @@ #### Defined in -[src/parser/classes/Video.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L29) +[src/parser/classes/Video.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L29) *** @@ -150,7 +150,7 @@ #### Defined in -[src/parser/classes/Video.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L25) +[src/parser/classes/Video.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L25) *** @@ -160,7 +160,7 @@ #### Defined in -[src/parser/classes/Video.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L38) +[src/parser/classes/Video.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L38) *** @@ -170,7 +170,7 @@ #### Defined in -[src/parser/classes/Video.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L40) +[src/parser/classes/Video.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L40) *** @@ -180,7 +180,7 @@ #### Defined in -[src/parser/classes/Video.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L39) +[src/parser/classes/Video.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L39) *** @@ -190,7 +190,7 @@ #### Defined in -[src/parser/classes/Video.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L31) +[src/parser/classes/Video.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L31) *** @@ -200,7 +200,7 @@ #### Defined in -[src/parser/classes/Video.ts:34](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L34) +[src/parser/classes/Video.ts:34](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L34) *** @@ -210,7 +210,7 @@ #### Defined in -[src/parser/classes/Video.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L20) +[src/parser/classes/Video.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L20) *** @@ -220,7 +220,7 @@ #### Defined in -[src/parser/classes/Video.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L41) +[src/parser/classes/Video.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L41) *** @@ -230,7 +230,7 @@ #### Defined in -[src/parser/classes/Video.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L24) +[src/parser/classes/Video.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L24) *** @@ -240,7 +240,7 @@ #### Defined in -[src/parser/classes/Video.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L23) +[src/parser/classes/Video.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L23) *** @@ -250,7 +250,7 @@ #### Defined in -[src/parser/classes/Video.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L17) +[src/parser/classes/Video.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L17) *** @@ -264,7 +264,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -274,7 +274,7 @@ #### Defined in -[src/parser/classes/Video.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L18) +[src/parser/classes/Video.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L18) *** @@ -284,7 +284,7 @@ #### Defined in -[src/parser/classes/Video.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L32) +[src/parser/classes/Video.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L32) *** @@ -294,7 +294,7 @@ #### Defined in -[src/parser/classes/Video.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L16) +[src/parser/classes/Video.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L16) *** @@ -304,7 +304,7 @@ #### Defined in -[src/parser/classes/Video.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L30) +[src/parser/classes/Video.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L30) *** @@ -318,7 +318,7 @@ #### Defined in -[src/parser/classes/Video.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L14) +[src/parser/classes/Video.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L14) ## Accessors @@ -332,7 +332,7 @@ #### Defined in -[src/parser/classes/Video.ts:148](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L148) +[src/parser/classes/Video.ts:148](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L148) *** @@ -346,7 +346,7 @@ #### Defined in -[src/parser/classes/Video.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L119) +[src/parser/classes/Video.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L119) *** @@ -368,7 +368,7 @@ #### Defined in -[src/parser/classes/Video.ts:152](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L152) +[src/parser/classes/Video.ts:152](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L152) *** @@ -382,7 +382,7 @@ #### Defined in -[src/parser/classes/Video.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L144) +[src/parser/classes/Video.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L144) *** @@ -400,7 +400,7 @@ Use [`video_id`](Video.md#video_id) instead. #### Defined in -[src/parser/classes/Video.ts:115](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L115) +[src/parser/classes/Video.ts:115](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L115) *** @@ -414,7 +414,7 @@ Use [`video_id`](Video.md#video_id) instead. #### Defined in -[src/parser/classes/Video.ts:140](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L140) +[src/parser/classes/Video.ts:140](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L140) *** @@ -428,7 +428,7 @@ Use [`video_id`](Video.md#video_id) instead. #### Defined in -[src/parser/classes/Video.ts:125](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L125) +[src/parser/classes/Video.ts:125](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L125) *** @@ -442,7 +442,7 @@ Use [`video_id`](Video.md#video_id) instead. #### Defined in -[src/parser/classes/Video.ts:136](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L136) +[src/parser/classes/Video.ts:136](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L136) *** @@ -456,7 +456,7 @@ Use [`video_id`](Video.md#video_id) instead. #### Defined in -[src/parser/classes/Video.ts:132](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L132) +[src/parser/classes/Video.ts:132](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L132) ## Methods @@ -494,7 +494,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -528,7 +528,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -562,7 +562,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -600,4 +600,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VideoAttributeView.md b/docs/api/namespaces/YTNodes/classes/VideoAttributeView.md index e325a500..9c08bbca 100644 --- a/docs/api/namespaces/YTNodes/classes/VideoAttributeView.md +++ b/docs/api/namespaces/YTNodes/classes/VideoAttributeView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/VideoAttributeView.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributeView.ts#L25) +[src/parser/classes/VideoAttributeView.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributeView.ts#L25) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/VideoAttributeView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributeView.ts#L13) +[src/parser/classes/VideoAttributeView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributeView.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/VideoAttributeView.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributeView.ts#L14) +[src/parser/classes/VideoAttributeView.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributeView.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/VideoAttributeView.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributeView.ts#L20) +[src/parser/classes/VideoAttributeView.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributeView.ts#L20) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/VideoAttributeView.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributeView.ts#L23) +[src/parser/classes/VideoAttributeView.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributeView.ts#L23) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/VideoAttributeView.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributeView.ts#L22) +[src/parser/classes/VideoAttributeView.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributeView.ts#L22) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/classes/VideoAttributeView.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributeView.ts#L17) +[src/parser/classes/VideoAttributeView.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributeView.ts#L17) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/classes/VideoAttributeView.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributeView.ts#L21) +[src/parser/classes/VideoAttributeView.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributeView.ts#L21) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/VideoAttributeView.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributeView.ts#L16) +[src/parser/classes/VideoAttributeView.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributeView.ts#L16) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/classes/VideoAttributeView.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributeView.ts#L15) +[src/parser/classes/VideoAttributeView.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributeView.ts#L15) *** @@ -134,7 +134,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -148,7 +148,7 @@ #### Defined in -[src/parser/classes/VideoAttributeView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributeView.ts#L11) +[src/parser/classes/VideoAttributeView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributeView.ts#L11) ## Methods @@ -186,7 +186,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -220,7 +220,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -254,7 +254,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -292,4 +292,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VideoAttributesSectionView.md b/docs/api/namespaces/YTNodes/classes/VideoAttributesSectionView.md index 693db611..6a63d02d 100644 --- a/docs/api/namespaces/YTNodes/classes/VideoAttributesSectionView.md +++ b/docs/api/namespaces/YTNodes/classes/VideoAttributesSectionView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/VideoAttributesSectionView.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributesSectionView.ts#L16) +[src/parser/classes/VideoAttributesSectionView.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributesSectionView.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/VideoAttributesSectionView.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributesSectionView.ts#L11) +[src/parser/classes/VideoAttributesSectionView.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributesSectionView.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/VideoAttributesSectionView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributesSectionView.ts#L10) +[src/parser/classes/VideoAttributesSectionView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributesSectionView.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/VideoAttributesSectionView.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributesSectionView.ts#L14) +[src/parser/classes/VideoAttributesSectionView.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributesSectionView.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/VideoAttributesSectionView.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributesSectionView.ts#L13) +[src/parser/classes/VideoAttributesSectionView.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributesSectionView.ts#L13) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/classes/VideoAttributesSectionView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributesSectionView.ts#L12) +[src/parser/classes/VideoAttributesSectionView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributesSectionView.ts#L12) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/VideoAttributesSectionView.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoAttributesSectionView.ts#L8) +[src/parser/classes/VideoAttributesSectionView.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoAttributesSectionView.ts#L8) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VideoCard.md b/docs/api/namespaces/YTNodes/classes/VideoCard.md index 503933bc..420ea307 100644 --- a/docs/api/namespaces/YTNodes/classes/VideoCard.md +++ b/docs/api/namespaces/YTNodes/classes/VideoCard.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/VideoCard.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoCard.ts#L12) +[src/parser/classes/VideoCard.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoCard.ts#L11) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/Video.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L22) +[src/parser/classes/Video.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L22) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/Video.ts:26](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L26) +[src/parser/classes/Video.ts:26](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L26) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/classes/Video.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L27) +[src/parser/classes/Video.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L27) *** @@ -76,13 +76,13 @@ > `optional` **byline\_text**: [`Text`](../../Misc/classes/Text.md) -#### Overrides +#### Inherited from [`Video`](Video.md).[`byline_text`](Video.md#byline_text) #### Defined in -[src/parser/classes/VideoCard.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoCard.ts#L10) +[src/parser/classes/Video.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L37) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/Video.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L19) +[src/parser/classes/Video.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L19) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/Video.ts:28](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L28) +[src/parser/classes/Video.ts:28](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L28) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/Video.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L21) +[src/parser/classes/Video.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L21) *** @@ -138,7 +138,7 @@ #### Defined in -[src/parser/classes/Video.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L35) +[src/parser/classes/Video.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L35) *** @@ -152,7 +152,7 @@ #### Defined in -[src/parser/classes/Video.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L33) +[src/parser/classes/Video.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L33) *** @@ -166,7 +166,7 @@ #### Defined in -[src/parser/classes/Video.ts:36](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L36) +[src/parser/classes/Video.ts:36](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L36) *** @@ -176,7 +176,7 @@ #### Defined in -[src/parser/classes/VideoCard.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoCard.ts#L9) +[src/parser/classes/VideoCard.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoCard.ts#L9) *** @@ -190,7 +190,7 @@ #### Defined in -[src/parser/classes/Video.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L29) +[src/parser/classes/Video.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L29) *** @@ -204,7 +204,7 @@ #### Defined in -[src/parser/classes/Video.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L25) +[src/parser/classes/Video.ts:25](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L25) *** @@ -218,7 +218,7 @@ #### Defined in -[src/parser/classes/Video.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L38) +[src/parser/classes/Video.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L38) *** @@ -232,7 +232,7 @@ #### Defined in -[src/parser/classes/Video.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L40) +[src/parser/classes/Video.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L40) *** @@ -246,7 +246,7 @@ #### Defined in -[src/parser/classes/Video.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L39) +[src/parser/classes/Video.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L39) *** @@ -260,7 +260,7 @@ #### Defined in -[src/parser/classes/Video.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L31) +[src/parser/classes/Video.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L31) *** @@ -274,7 +274,7 @@ #### Defined in -[src/parser/classes/Video.ts:34](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L34) +[src/parser/classes/Video.ts:34](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L34) *** @@ -288,7 +288,7 @@ #### Defined in -[src/parser/classes/Video.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L20) +[src/parser/classes/Video.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L20) *** @@ -302,7 +302,7 @@ #### Defined in -[src/parser/classes/Video.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L41) +[src/parser/classes/Video.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L41) *** @@ -316,7 +316,7 @@ #### Defined in -[src/parser/classes/Video.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L24) +[src/parser/classes/Video.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L24) *** @@ -330,7 +330,7 @@ #### Defined in -[src/parser/classes/Video.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L23) +[src/parser/classes/Video.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L23) *** @@ -344,7 +344,7 @@ #### Defined in -[src/parser/classes/Video.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L17) +[src/parser/classes/Video.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L17) *** @@ -358,7 +358,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -372,7 +372,7 @@ #### Defined in -[src/parser/classes/Video.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L18) +[src/parser/classes/Video.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L18) *** @@ -386,7 +386,7 @@ #### Defined in -[src/parser/classes/Video.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L32) +[src/parser/classes/Video.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L32) *** @@ -400,7 +400,7 @@ #### Defined in -[src/parser/classes/Video.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L16) +[src/parser/classes/Video.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L16) *** @@ -414,7 +414,7 @@ #### Defined in -[src/parser/classes/Video.ts:30](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L30) +[src/parser/classes/Video.ts:30](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L30) *** @@ -428,7 +428,7 @@ #### Defined in -[src/parser/classes/VideoCard.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoCard.ts#L7) +[src/parser/classes/VideoCard.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoCard.ts#L7) ## Accessors @@ -446,7 +446,7 @@ #### Defined in -[src/parser/classes/Video.ts:148](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L148) +[src/parser/classes/Video.ts:148](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L148) *** @@ -464,7 +464,7 @@ #### Defined in -[src/parser/classes/Video.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L119) +[src/parser/classes/Video.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L119) *** @@ -490,7 +490,7 @@ #### Defined in -[src/parser/classes/Video.ts:152](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L152) +[src/parser/classes/Video.ts:152](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L152) *** @@ -508,7 +508,7 @@ #### Defined in -[src/parser/classes/Video.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L144) +[src/parser/classes/Video.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L144) *** @@ -530,7 +530,7 @@ Use [`video_id`](Video.md#video_id) instead. #### Defined in -[src/parser/classes/Video.ts:115](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L115) +[src/parser/classes/Video.ts:115](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L115) *** @@ -548,7 +548,7 @@ Use [`video_id`](Video.md#video_id) instead. #### Defined in -[src/parser/classes/Video.ts:140](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L140) +[src/parser/classes/Video.ts:140](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L140) *** @@ -566,7 +566,7 @@ Use [`video_id`](Video.md#video_id) instead. #### Defined in -[src/parser/classes/Video.ts:125](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L125) +[src/parser/classes/Video.ts:125](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L125) *** @@ -584,7 +584,7 @@ Use [`video_id`](Video.md#video_id) instead. #### Defined in -[src/parser/classes/Video.ts:136](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L136) +[src/parser/classes/Video.ts:136](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L136) *** @@ -602,7 +602,7 @@ Use [`video_id`](Video.md#video_id) instead. #### Defined in -[src/parser/classes/Video.ts:132](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/Video.ts#L132) +[src/parser/classes/Video.ts:132](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/Video.ts#L132) ## Methods @@ -640,7 +640,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -674,7 +674,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -708,7 +708,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -746,4 +746,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VideoDescriptionCourseSection.md b/docs/api/namespaces/YTNodes/classes/VideoDescriptionCourseSection.md index 1807f464..e158851a 100644 --- a/docs/api/namespaces/YTNodes/classes/VideoDescriptionCourseSection.md +++ b/docs/api/namespaces/YTNodes/classes/VideoDescriptionCourseSection.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionCourseSection.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionCourseSection.ts#L14) +[src/parser/classes/VideoDescriptionCourseSection.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionCourseSection.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionCourseSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionCourseSection.ts#L12) +[src/parser/classes/VideoDescriptionCourseSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionCourseSection.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionCourseSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionCourseSection.ts#L11) +[src/parser/classes/VideoDescriptionCourseSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionCourseSection.ts#L11) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionCourseSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionCourseSection.ts#L9) +[src/parser/classes/VideoDescriptionCourseSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionCourseSection.ts#L9) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VideoDescriptionHeader.md b/docs/api/namespaces/YTNodes/classes/VideoDescriptionHeader.md index cf8b098f..4bfca29c 100644 --- a/docs/api/namespaces/YTNodes/classes/VideoDescriptionHeader.md +++ b/docs/api/namespaces/YTNodes/classes/VideoDescriptionHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionHeader.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionHeader.ts#L20) +[src/parser/classes/VideoDescriptionHeader.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionHeader.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionHeader.ts#L12) +[src/parser/classes/VideoDescriptionHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionHeader.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionHeader.ts#L13) +[src/parser/classes/VideoDescriptionHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionHeader.ts#L14) *** @@ -56,17 +56,17 @@ #### Defined in -[src/parser/classes/VideoDescriptionHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionHeader.ts#L14) +[src/parser/classes/VideoDescriptionHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionHeader.ts#L15) *** ### factoids -> **factoids**: [`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`Factoid`](Factoid.md) \| [`UploadTimeFactoid`](UploadTimeFactoid.md) \| [`ViewCountFactoid`](ViewCountFactoid.md)\> +> **factoids**: [`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`Factoid`](Factoid.md) \| [`UploadTimeFactoid`](UploadTimeFactoid.md) \| [`ViewCountFactoid`](ViewCountFactoid.md) \| [`HypePointsFactoid`](HypePointsFactoid.md)\> #### Defined in -[src/parser/classes/VideoDescriptionHeader.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionHeader.ts#L15) +[src/parser/classes/VideoDescriptionHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionHeader.ts#L16) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionHeader.ts#L16) +[src/parser/classes/VideoDescriptionHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionHeader.ts#L17) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionHeader.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionHeader.ts#L17) +[src/parser/classes/VideoDescriptionHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionHeader.ts#L18) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionHeader.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionHeader.ts#L18) +[src/parser/classes/VideoDescriptionHeader.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionHeader.ts#L19) *** @@ -124,7 +124,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionHeader.ts#L10) +[src/parser/classes/VideoDescriptionHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionHeader.ts#L11) ## Methods @@ -162,7 +162,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -196,7 +196,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -230,7 +230,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -268,4 +268,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VideoDescriptionInfocardsSection.md b/docs/api/namespaces/YTNodes/classes/VideoDescriptionInfocardsSection.md index 60ad0061..38ab7f3b 100644 --- a/docs/api/namespaces/YTNodes/classes/VideoDescriptionInfocardsSection.md +++ b/docs/api/namespaces/YTNodes/classes/VideoDescriptionInfocardsSection.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionInfocardsSection.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionInfocardsSection.ts#L19) +[src/parser/classes/VideoDescriptionInfocardsSection.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionInfocardsSection.ts#L19) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionInfocardsSection.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionInfocardsSection.ts#L16) +[src/parser/classes/VideoDescriptionInfocardsSection.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionInfocardsSection.ts#L16) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionInfocardsSection.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionInfocardsSection.ts#L17) +[src/parser/classes/VideoDescriptionInfocardsSection.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionInfocardsSection.ts#L17) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionInfocardsSection.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionInfocardsSection.ts#L14) +[src/parser/classes/VideoDescriptionInfocardsSection.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionInfocardsSection.ts#L14) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionInfocardsSection.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionInfocardsSection.ts#L13) +[src/parser/classes/VideoDescriptionInfocardsSection.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionInfocardsSection.ts#L13) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionInfocardsSection.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionInfocardsSection.ts#L15) +[src/parser/classes/VideoDescriptionInfocardsSection.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionInfocardsSection.ts#L15) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionInfocardsSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionInfocardsSection.ts#L12) +[src/parser/classes/VideoDescriptionInfocardsSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionInfocardsSection.ts#L12) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionInfocardsSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionInfocardsSection.ts#L10) +[src/parser/classes/VideoDescriptionInfocardsSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionInfocardsSection.ts#L10) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VideoDescriptionMusicSection.md b/docs/api/namespaces/YTNodes/classes/VideoDescriptionMusicSection.md index cd36e46e..0f8064ea 100644 --- a/docs/api/namespaces/YTNodes/classes/VideoDescriptionMusicSection.md +++ b/docs/api/namespaces/YTNodes/classes/VideoDescriptionMusicSection.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionMusicSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionMusicSection.ts#L12) +[src/parser/classes/VideoDescriptionMusicSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionMusicSection.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionMusicSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionMusicSection.ts#L9) +[src/parser/classes/VideoDescriptionMusicSection.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionMusicSection.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionMusicSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionMusicSection.ts#L10) +[src/parser/classes/VideoDescriptionMusicSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionMusicSection.ts#L10) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionMusicSection.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionMusicSection.ts#L7) +[src/parser/classes/VideoDescriptionMusicSection.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionMusicSection.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VideoDescriptionTranscriptSection.md b/docs/api/namespaces/YTNodes/classes/VideoDescriptionTranscriptSection.md index 41d017ba..71028a76 100644 --- a/docs/api/namespaces/YTNodes/classes/VideoDescriptionTranscriptSection.md +++ b/docs/api/namespaces/YTNodes/classes/VideoDescriptionTranscriptSection.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionTranscriptSection.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionTranscriptSection.ts#L14) +[src/parser/classes/VideoDescriptionTranscriptSection.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionTranscriptSection.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionTranscriptSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionTranscriptSection.ts#L12) +[src/parser/classes/VideoDescriptionTranscriptSection.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionTranscriptSection.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionTranscriptSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionTranscriptSection.ts#L10) +[src/parser/classes/VideoDescriptionTranscriptSection.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionTranscriptSection.ts#L10) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionTranscriptSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionTranscriptSection.ts#L11) +[src/parser/classes/VideoDescriptionTranscriptSection.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionTranscriptSection.ts#L11) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/VideoDescriptionTranscriptSection.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoDescriptionTranscriptSection.ts#L8) +[src/parser/classes/VideoDescriptionTranscriptSection.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoDescriptionTranscriptSection.ts#L8) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VideoInfoCardContent.md b/docs/api/namespaces/YTNodes/classes/VideoInfoCardContent.md index 403c05a9..2951aaa9 100644 --- a/docs/api/namespaces/YTNodes/classes/VideoInfoCardContent.md +++ b/docs/api/namespaces/YTNodes/classes/VideoInfoCardContent.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/VideoInfoCardContent.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoInfoCardContent.ts#L17) +[src/parser/classes/VideoInfoCardContent.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoInfoCardContent.ts#L17) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/VideoInfoCardContent.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoInfoCardContent.ts#L11) +[src/parser/classes/VideoInfoCardContent.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoInfoCardContent.ts#L11) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/VideoInfoCardContent.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoInfoCardContent.ts#L14) +[src/parser/classes/VideoInfoCardContent.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoInfoCardContent.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/VideoInfoCardContent.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoInfoCardContent.ts#L15) +[src/parser/classes/VideoInfoCardContent.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoInfoCardContent.ts#L15) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/VideoInfoCardContent.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoInfoCardContent.ts#L10) +[src/parser/classes/VideoInfoCardContent.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoInfoCardContent.ts#L10) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/classes/VideoInfoCardContent.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoInfoCardContent.ts#L13) +[src/parser/classes/VideoInfoCardContent.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoInfoCardContent.ts#L13) *** @@ -100,7 +100,7 @@ #### Defined in -[src/parser/classes/VideoInfoCardContent.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoInfoCardContent.ts#L12) +[src/parser/classes/VideoInfoCardContent.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoInfoCardContent.ts#L12) *** @@ -114,7 +114,7 @@ #### Defined in -[src/parser/classes/VideoInfoCardContent.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoInfoCardContent.ts#L8) +[src/parser/classes/VideoInfoCardContent.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoInfoCardContent.ts#L8) ## Methods @@ -152,7 +152,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -186,7 +186,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -220,7 +220,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -258,4 +258,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VideoMetadataCarouselView.md b/docs/api/namespaces/YTNodes/classes/VideoMetadataCarouselView.md index b7f9114f..71f393ef 100644 --- a/docs/api/namespaces/YTNodes/classes/VideoMetadataCarouselView.md +++ b/docs/api/namespaces/YTNodes/classes/VideoMetadataCarouselView.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/VideoMetadataCarouselView.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoMetadataCarouselView.ts#L12) +[src/parser/classes/VideoMetadataCarouselView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoMetadataCarouselView.ts#L12) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/VideoMetadataCarouselView.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoMetadataCarouselView.ts#L10) +[src/parser/classes/VideoMetadataCarouselView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoMetadataCarouselView.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/VideoMetadataCarouselView.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoMetadataCarouselView.ts#L9) +[src/parser/classes/VideoMetadataCarouselView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoMetadataCarouselView.ts#L9) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/VideoMetadataCarouselView.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoMetadataCarouselView.ts#L7) +[src/parser/classes/VideoMetadataCarouselView.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoMetadataCarouselView.ts#L7) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VideoOwner.md b/docs/api/namespaces/YTNodes/classes/VideoOwner.md index 3aa889db..9c352123 100644 --- a/docs/api/namespaces/YTNodes/classes/VideoOwner.md +++ b/docs/api/namespaces/YTNodes/classes/VideoOwner.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/VideoOwner.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoOwner.ts#L14) +[src/parser/classes/VideoOwner.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoOwner.ts#L14) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/VideoOwner.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoOwner.ts#L12) +[src/parser/classes/VideoOwner.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoOwner.ts#L12) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/VideoOwner.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoOwner.ts#L11) +[src/parser/classes/VideoOwner.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoOwner.ts#L11) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/VideoOwner.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoOwner.ts#L10) +[src/parser/classes/VideoOwner.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoOwner.ts#L10) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/VideoOwner.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoOwner.ts#L8) +[src/parser/classes/VideoOwner.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoOwner.ts#L8) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VideoPrimaryInfo.md b/docs/api/namespaces/YTNodes/classes/VideoPrimaryInfo.md index 42d8b843..0336d04a 100644 --- a/docs/api/namespaces/YTNodes/classes/VideoPrimaryInfo.md +++ b/docs/api/namespaces/YTNodes/classes/VideoPrimaryInfo.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/VideoPrimaryInfo.ts:21](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoPrimaryInfo.ts#L21) +[src/parser/classes/VideoPrimaryInfo.ts:21](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoPrimaryInfo.ts#L21) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/VideoPrimaryInfo.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoPrimaryInfo.ts#L16) +[src/parser/classes/VideoPrimaryInfo.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoPrimaryInfo.ts#L16) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/VideoPrimaryInfo.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoPrimaryInfo.ts#L19) +[src/parser/classes/VideoPrimaryInfo.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoPrimaryInfo.ts#L19) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/VideoPrimaryInfo.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoPrimaryInfo.ts#L17) +[src/parser/classes/VideoPrimaryInfo.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoPrimaryInfo.ts#L17) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/VideoPrimaryInfo.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoPrimaryInfo.ts#L18) +[src/parser/classes/VideoPrimaryInfo.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoPrimaryInfo.ts#L18) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/VideoPrimaryInfo.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoPrimaryInfo.ts#L14) +[src/parser/classes/VideoPrimaryInfo.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoPrimaryInfo.ts#L14) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/VideoPrimaryInfo.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoPrimaryInfo.ts#L13) +[src/parser/classes/VideoPrimaryInfo.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoPrimaryInfo.ts#L13) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/VideoPrimaryInfo.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoPrimaryInfo.ts#L12) +[src/parser/classes/VideoPrimaryInfo.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoPrimaryInfo.ts#L12) *** @@ -110,7 +110,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -120,7 +120,7 @@ #### Defined in -[src/parser/classes/VideoPrimaryInfo.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoPrimaryInfo.ts#L15) +[src/parser/classes/VideoPrimaryInfo.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoPrimaryInfo.ts#L15) *** @@ -134,7 +134,7 @@ #### Defined in -[src/parser/classes/VideoPrimaryInfo.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoPrimaryInfo.ts#L10) +[src/parser/classes/VideoPrimaryInfo.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoPrimaryInfo.ts#L10) ## Methods @@ -172,7 +172,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -206,7 +206,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -240,7 +240,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -278,4 +278,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VideoSecondaryInfo.md b/docs/api/namespaces/YTNodes/classes/VideoSecondaryInfo.md index 986a8823..951a04dc 100644 --- a/docs/api/namespaces/YTNodes/classes/VideoSecondaryInfo.md +++ b/docs/api/namespaces/YTNodes/classes/VideoSecondaryInfo.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/VideoSecondaryInfo.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoSecondaryInfo.ts#L22) +[src/parser/classes/VideoSecondaryInfo.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoSecondaryInfo.ts#L22) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/VideoSecondaryInfo.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoSecondaryInfo.ts#L19) +[src/parser/classes/VideoSecondaryInfo.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoSecondaryInfo.ts#L19) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/VideoSecondaryInfo.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoSecondaryInfo.ts#L13) +[src/parser/classes/VideoSecondaryInfo.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoSecondaryInfo.ts#L13) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/VideoSecondaryInfo.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoSecondaryInfo.ts#L20) +[src/parser/classes/VideoSecondaryInfo.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoSecondaryInfo.ts#L20) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/VideoSecondaryInfo.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoSecondaryInfo.ts#L14) +[src/parser/classes/VideoSecondaryInfo.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoSecondaryInfo.ts#L14) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/VideoSecondaryInfo.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoSecondaryInfo.ts#L16) +[src/parser/classes/VideoSecondaryInfo.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoSecondaryInfo.ts#L16) *** @@ -86,7 +86,7 @@ #### Defined in -[src/parser/classes/VideoSecondaryInfo.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoSecondaryInfo.ts#L12) +[src/parser/classes/VideoSecondaryInfo.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoSecondaryInfo.ts#L12) *** @@ -96,7 +96,7 @@ #### Defined in -[src/parser/classes/VideoSecondaryInfo.ts:18](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoSecondaryInfo.ts#L18) +[src/parser/classes/VideoSecondaryInfo.ts:18](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoSecondaryInfo.ts#L18) *** @@ -106,7 +106,7 @@ #### Defined in -[src/parser/classes/VideoSecondaryInfo.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoSecondaryInfo.ts#L17) +[src/parser/classes/VideoSecondaryInfo.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoSecondaryInfo.ts#L17) *** @@ -116,7 +116,7 @@ #### Defined in -[src/parser/classes/VideoSecondaryInfo.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoSecondaryInfo.ts#L15) +[src/parser/classes/VideoSecondaryInfo.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoSecondaryInfo.ts#L15) *** @@ -130,7 +130,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -144,7 +144,7 @@ #### Defined in -[src/parser/classes/VideoSecondaryInfo.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoSecondaryInfo.ts#L10) +[src/parser/classes/VideoSecondaryInfo.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoSecondaryInfo.ts#L10) ## Methods @@ -182,7 +182,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -216,7 +216,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -250,7 +250,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -288,4 +288,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VideoViewCount.md b/docs/api/namespaces/YTNodes/classes/VideoViewCount.md index c5e51872..dc59f2b8 100644 --- a/docs/api/namespaces/YTNodes/classes/VideoViewCount.md +++ b/docs/api/namespaces/YTNodes/classes/VideoViewCount.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/VideoViewCount.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoViewCount.ts#L13) +[src/parser/classes/VideoViewCount.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoViewCount.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/VideoViewCount.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoViewCount.ts#L10) +[src/parser/classes/VideoViewCount.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoViewCount.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/VideoViewCount.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoViewCount.ts#L8) +[src/parser/classes/VideoViewCount.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoViewCount.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/VideoViewCount.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoViewCount.ts#L9) +[src/parser/classes/VideoViewCount.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoViewCount.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/classes/VideoViewCount.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoViewCount.ts#L11) +[src/parser/classes/VideoViewCount.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoViewCount.ts#L11) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/VideoViewCount.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/VideoViewCount.ts#L6) +[src/parser/classes/VideoViewCount.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/VideoViewCount.ts#L6) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/ViewCountFactoid.md b/docs/api/namespaces/YTNodes/classes/ViewCountFactoid.md index 4ea43d18..49e4ffa2 100644 --- a/docs/api/namespaces/YTNodes/classes/ViewCountFactoid.md +++ b/docs/api/namespaces/YTNodes/classes/ViewCountFactoid.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/ViewCountFactoid.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ViewCountFactoid.ts#L13) +[src/parser/classes/ViewCountFactoid.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ViewCountFactoid.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/ViewCountFactoid.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ViewCountFactoid.ts#L10) +[src/parser/classes/ViewCountFactoid.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ViewCountFactoid.ts#L10) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/classes/ViewCountFactoid.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ViewCountFactoid.ts#L9) +[src/parser/classes/ViewCountFactoid.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ViewCountFactoid.ts#L9) *** @@ -70,7 +70,7 @@ #### Defined in -[src/parser/classes/ViewCountFactoid.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ViewCountFactoid.ts#L11) +[src/parser/classes/ViewCountFactoid.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ViewCountFactoid.ts#L11) *** @@ -84,7 +84,7 @@ #### Defined in -[src/parser/classes/ViewCountFactoid.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/ViewCountFactoid.ts#L7) +[src/parser/classes/ViewCountFactoid.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/ViewCountFactoid.ts#L7) ## Methods @@ -122,7 +122,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -156,7 +156,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -190,7 +190,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -228,4 +228,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/VoiceReplyContainerView.md b/docs/api/namespaces/YTNodes/classes/VoiceReplyContainerView.md new file mode 100644 index 00000000..22972b3b --- /dev/null +++ b/docs/api/namespaces/YTNodes/classes/VoiceReplyContainerView.md @@ -0,0 +1,221 @@ +[youtubei.js](../../../README.md) / [YTNodes](../README.md) / VoiceReplyContainerView + +# Class: VoiceReplyContainerView + +## Extends + +- [`YTNode`](../../Helpers/classes/YTNode.md) + +## Constructors + +### new VoiceReplyContainerView() + +> **new VoiceReplyContainerView**(`data`): [`VoiceReplyContainerView`](VoiceReplyContainerView.md) + +#### Parameters + +• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md) + +#### Returns + +[`VoiceReplyContainerView`](VoiceReplyContainerView.md) + +#### Overrides + +[`YTNode`](../../Helpers/classes/YTNode.md).[`constructor`](../../Helpers/classes/YTNode.md#constructors) + +#### Defined in + +[src/parser/classes/comments/VoiceReplyContainerView.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/VoiceReplyContainerView.ts#L12) + +## Properties + +### transcript\_text + +> **transcript\_text**: [`Text`](../../Misc/classes/Text.md) + +#### Defined in + +[src/parser/classes/comments/VoiceReplyContainerView.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/VoiceReplyContainerView.ts#L10) + +*** + +### type + +> `readonly` **type**: `string` + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type) + +#### Defined in + +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) + +*** + +### voice\_reply\_unavailable\_text + +> **voice\_reply\_unavailable\_text**: [`Text`](../../Misc/classes/Text.md) + +#### Defined in + +[src/parser/classes/comments/VoiceReplyContainerView.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/VoiceReplyContainerView.ts#L9) + +*** + +### type + +> `static` **type**: `string` = `'VoiceReplyContainerView'` + +#### Overrides + +[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type-1) + +#### Defined in + +[src/parser/classes/comments/VoiceReplyContainerView.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/comments/VoiceReplyContainerView.ts#L7) + +## Methods + +### as() + +> **as**\<`T`, `K`\>(...`types`): `InstanceType`\<`K`\[`number`\]\> + +Cast to one of the given types. + +#### Type Parameters + +• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md) + +• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[] + +#### Parameters + +• ...**types**: `K` + +The types to cast to + +#### Returns + +`InstanceType`\<`K`\[`number`\]\> + +The node cast to one of the given types + +#### Throws + +If the node is not of the given type + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`as`](../../Helpers/classes/YTNode.md#as) + +#### Defined in + +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) + +*** + +### hasKey() + +> **hasKey**\<`T`, `R`\>(`key`): `this is VoiceReplyContainerView & { [k in string]: R }` + +Check for a key without asserting the type. + +#### Type Parameters + +• **T** *extends* `string` + +• **R** = `any` + +#### Parameters + +• **key**: `T` + +The key to check + +#### Returns + +`this is VoiceReplyContainerView & { [k in string]: R }` + +Whether the node has the key + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`hasKey`](../../Helpers/classes/YTNode.md#haskey) + +#### Defined in + +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) + +*** + +### is() + +> **is**\<`T`, `K`\>(...`types`): `this is InstanceType` + +Check if the node is of the given type. + +#### Type Parameters + +• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md) + +• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[] + +#### Parameters + +• ...**types**: `K` + +The type to check + +#### Returns + +`this is InstanceType` + +whether the node is of the given type + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`is`](../../Helpers/classes/YTNode.md#is) + +#### Defined in + +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) + +*** + +### key() + +> **key**\<`T`, `R`\>(`key`): [`Maybe`](../../Helpers/classes/Maybe.md) + +Assert that the node has the given key and return it. + +#### Type Parameters + +• **T** *extends* `string` + +• **R** = `any` + +#### Parameters + +• **key**: `T` + +The key to check + +#### Returns + +[`Maybe`](../../Helpers/classes/Maybe.md) + +The value of the key wrapped in a Maybe + +#### Throws + +If the node does not have the key + +#### Inherited from + +[`YTNode`](../../Helpers/classes/YTNode.md).[`key`](../../Helpers/classes/YTNode.md#key) + +#### Defined in + +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/WatchCardCompactVideo.md b/docs/api/namespaces/YTNodes/classes/WatchCardCompactVideo.md index e5b921eb..19926a65 100644 --- a/docs/api/namespaces/YTNodes/classes/WatchCardCompactVideo.md +++ b/docs/api/namespaces/YTNodes/classes/WatchCardCompactVideo.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/WatchCardCompactVideo.ts:17](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardCompactVideo.ts#L17) +[src/parser/classes/WatchCardCompactVideo.ts:17](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardCompactVideo.ts#L17) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/classes/WatchCardCompactVideo.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardCompactVideo.ts#L11) +[src/parser/classes/WatchCardCompactVideo.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardCompactVideo.ts#L11) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/WatchCardCompactVideo.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardCompactVideo.ts#L15) +[src/parser/classes/WatchCardCompactVideo.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardCompactVideo.ts#L15) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/WatchCardCompactVideo.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardCompactVideo.ts#L10) +[src/parser/classes/WatchCardCompactVideo.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardCompactVideo.ts#L10) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/WatchCardCompactVideo.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardCompactVideo.ts#L9) +[src/parser/classes/WatchCardCompactVideo.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardCompactVideo.ts#L9) *** @@ -88,7 +88,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -102,7 +102,7 @@ #### Defined in -[src/parser/classes/WatchCardCompactVideo.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardCompactVideo.ts#L7) +[src/parser/classes/WatchCardCompactVideo.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardCompactVideo.ts#L7) ## Methods @@ -140,7 +140,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -174,7 +174,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -208,7 +208,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -246,4 +246,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/WatchCardHeroVideo.md b/docs/api/namespaces/YTNodes/classes/WatchCardHeroVideo.md index fde8e4dc..f04cc25d 100644 --- a/docs/api/namespaces/YTNodes/classes/WatchCardHeroVideo.md +++ b/docs/api/namespaces/YTNodes/classes/WatchCardHeroVideo.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/WatchCardHeroVideo.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardHeroVideo.ts#L13) +[src/parser/classes/WatchCardHeroVideo.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardHeroVideo.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/WatchCardHeroVideo.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardHeroVideo.ts#L9) +[src/parser/classes/WatchCardHeroVideo.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardHeroVideo.ts#L9) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/WatchCardHeroVideo.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardHeroVideo.ts#L8) +[src/parser/classes/WatchCardHeroVideo.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardHeroVideo.ts#L8) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/WatchCardHeroVideo.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardHeroVideo.ts#L10) +[src/parser/classes/WatchCardHeroVideo.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardHeroVideo.ts#L10) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/WatchCardHeroVideo.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardHeroVideo.ts#L11) +[src/parser/classes/WatchCardHeroVideo.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardHeroVideo.ts#L11) *** @@ -80,7 +80,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -94,7 +94,7 @@ #### Defined in -[src/parser/classes/WatchCardHeroVideo.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardHeroVideo.ts#L6) +[src/parser/classes/WatchCardHeroVideo.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardHeroVideo.ts#L6) ## Methods @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/WatchCardRichHeader.md b/docs/api/namespaces/YTNodes/classes/WatchCardRichHeader.md index 6807ec7e..89959bb1 100644 --- a/docs/api/namespaces/YTNodes/classes/WatchCardRichHeader.md +++ b/docs/api/namespaces/YTNodes/classes/WatchCardRichHeader.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/WatchCardRichHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardRichHeader.ts#L16) +[src/parser/classes/WatchCardRichHeader.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardRichHeader.ts#L16) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/WatchCardRichHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardRichHeader.ts#L13) +[src/parser/classes/WatchCardRichHeader.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardRichHeader.ts#L13) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/WatchCardRichHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardRichHeader.ts#L14) +[src/parser/classes/WatchCardRichHeader.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardRichHeader.ts#L14) *** @@ -56,7 +56,7 @@ #### Defined in -[src/parser/classes/WatchCardRichHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardRichHeader.ts#L12) +[src/parser/classes/WatchCardRichHeader.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardRichHeader.ts#L12) *** @@ -66,7 +66,7 @@ #### Defined in -[src/parser/classes/WatchCardRichHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardRichHeader.ts#L10) +[src/parser/classes/WatchCardRichHeader.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardRichHeader.ts#L10) *** @@ -76,7 +76,7 @@ #### Defined in -[src/parser/classes/WatchCardRichHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardRichHeader.ts#L11) +[src/parser/classes/WatchCardRichHeader.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardRichHeader.ts#L11) *** @@ -90,7 +90,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -104,7 +104,7 @@ #### Defined in -[src/parser/classes/WatchCardRichHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardRichHeader.ts#L8) +[src/parser/classes/WatchCardRichHeader.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardRichHeader.ts#L8) ## Methods @@ -142,7 +142,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -176,7 +176,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -210,7 +210,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -248,4 +248,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/WatchCardSectionSequence.md b/docs/api/namespaces/YTNodes/classes/WatchCardSectionSequence.md index 179ecf90..6f1df3ce 100644 --- a/docs/api/namespaces/YTNodes/classes/WatchCardSectionSequence.md +++ b/docs/api/namespaces/YTNodes/classes/WatchCardSectionSequence.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/WatchCardSectionSequence.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardSectionSequence.ts#L10) +[src/parser/classes/WatchCardSectionSequence.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardSectionSequence.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/WatchCardSectionSequence.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardSectionSequence.ts#L8) +[src/parser/classes/WatchCardSectionSequence.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardSectionSequence.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -64,7 +64,7 @@ #### Defined in -[src/parser/classes/WatchCardSectionSequence.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchCardSectionSequence.ts#L6) +[src/parser/classes/WatchCardSectionSequence.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchCardSectionSequence.ts#L6) ## Methods @@ -102,7 +102,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -136,7 +136,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -170,7 +170,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -208,4 +208,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/WatchEndpoint.md b/docs/api/namespaces/YTNodes/classes/WatchEndpoint.md index bc77a57a..e3f810b6 100644 --- a/docs/api/namespaces/YTNodes/classes/WatchEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/WatchEndpoint.md @@ -34,7 +34,7 @@ #### Defined in -[src/parser/classes/endpoints/WatchEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/WatchEndpoint.ts#L11) +[src/parser/classes/endpoints/WatchEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/WatchEndpoint.ts#L11) ## Properties @@ -48,7 +48,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -62,7 +62,7 @@ #### Defined in -[src/parser/classes/endpoints/WatchEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/WatchEndpoint.ts#L7) +[src/parser/classes/endpoints/WatchEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/WatchEndpoint.ts#L7) ## Methods @@ -100,7 +100,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -118,7 +118,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/WatchEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/WatchEndpoint.ts#L20) +[src/parser/classes/endpoints/WatchEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/WatchEndpoint.ts#L20) *** @@ -136,7 +136,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/WatchEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/WatchEndpoint.ts#L16) +[src/parser/classes/endpoints/WatchEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/WatchEndpoint.ts#L16) *** @@ -170,7 +170,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -204,7 +204,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -242,4 +242,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/WatchNextEndScreen.md b/docs/api/namespaces/YTNodes/classes/WatchNextEndScreen.md index dcb165b5..9b1232d8 100644 --- a/docs/api/namespaces/YTNodes/classes/WatchNextEndScreen.md +++ b/docs/api/namespaces/YTNodes/classes/WatchNextEndScreen.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/WatchNextEndScreen.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchNextEndScreen.ts#L13) +[src/parser/classes/WatchNextEndScreen.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchNextEndScreen.ts#L13) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/WatchNextEndScreen.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchNextEndScreen.ts#L10) +[src/parser/classes/WatchNextEndScreen.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchNextEndScreen.ts#L10) *** @@ -46,7 +46,7 @@ #### Defined in -[src/parser/classes/WatchNextEndScreen.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchNextEndScreen.ts#L11) +[src/parser/classes/WatchNextEndScreen.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchNextEndScreen.ts#L11) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/WatchNextEndScreen.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchNextEndScreen.ts#L8) +[src/parser/classes/WatchNextEndScreen.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchNextEndScreen.ts#L8) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/WatchNextEndpoint.md b/docs/api/namespaces/YTNodes/classes/WatchNextEndpoint.md index 18c3cfa1..87170c78 100644 --- a/docs/api/namespaces/YTNodes/classes/WatchNextEndpoint.md +++ b/docs/api/namespaces/YTNodes/classes/WatchNextEndpoint.md @@ -30,7 +30,7 @@ #### Defined in -[src/parser/classes/endpoints/WatchNextEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/WatchNextEndpoint.ts#L11) +[src/parser/classes/endpoints/WatchNextEndpoint.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/WatchNextEndpoint.ts#L11) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -58,7 +58,7 @@ #### Defined in -[src/parser/classes/endpoints/WatchNextEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/WatchNextEndpoint.ts#L7) +[src/parser/classes/endpoints/WatchNextEndpoint.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/WatchNextEndpoint.ts#L7) ## Methods @@ -96,7 +96,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -114,7 +114,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/WatchNextEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/WatchNextEndpoint.ts#L20) +[src/parser/classes/endpoints/WatchNextEndpoint.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/WatchNextEndpoint.ts#L20) *** @@ -132,7 +132,7 @@ If the node is not of the given type #### Defined in -[src/parser/classes/endpoints/WatchNextEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/endpoints/WatchNextEndpoint.ts#L16) +[src/parser/classes/endpoints/WatchNextEndpoint.ts:16](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/endpoints/WatchNextEndpoint.ts#L16) *** @@ -166,7 +166,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -200,7 +200,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -238,4 +238,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/WatchNextTabbedResults.md b/docs/api/namespaces/YTNodes/classes/WatchNextTabbedResults.md index 6988131f..d9b6b60c 100644 --- a/docs/api/namespaces/YTNodes/classes/WatchNextTabbedResults.md +++ b/docs/api/namespaces/YTNodes/classes/WatchNextTabbedResults.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/WatchNextTabbedResults.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchNextTabbedResults.ts#L7) +[src/parser/classes/WatchNextTabbedResults.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchNextTabbedResults.ts#L7) ## Properties @@ -40,7 +40,7 @@ #### Defined in -[src/parser/classes/TwoColumnBrowseResults.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnBrowseResults.ts#L14) +[src/parser/classes/TwoColumnBrowseResults.ts:14](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnBrowseResults.ts#L14) *** @@ -54,7 +54,7 @@ #### Defined in -[src/parser/classes/TwoColumnBrowseResults.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/TwoColumnBrowseResults.ts#L13) +[src/parser/classes/TwoColumnBrowseResults.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/TwoColumnBrowseResults.ts#L13) *** @@ -68,7 +68,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -82,7 +82,7 @@ #### Defined in -[src/parser/classes/WatchNextTabbedResults.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/WatchNextTabbedResults.ts#L5) +[src/parser/classes/WatchNextTabbedResults.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/WatchNextTabbedResults.ts#L5) ## Methods @@ -120,7 +120,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -154,7 +154,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -188,7 +188,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -226,4 +226,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTNodes/classes/YpcTrailer.md b/docs/api/namespaces/YTNodes/classes/YpcTrailer.md index 08cdb33d..1d1bf32d 100644 --- a/docs/api/namespaces/YTNodes/classes/YpcTrailer.md +++ b/docs/api/namespaces/YTNodes/classes/YpcTrailer.md @@ -26,7 +26,7 @@ #### Defined in -[src/parser/classes/YpcTrailer.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/YpcTrailer.ts#L10) +[src/parser/classes/YpcTrailer.ts:10](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/YpcTrailer.ts#L10) ## Properties @@ -36,7 +36,7 @@ #### Defined in -[src/parser/classes/YpcTrailer.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/YpcTrailer.ts#L8) +[src/parser/classes/YpcTrailer.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/YpcTrailer.ts#L8) *** @@ -50,7 +50,7 @@ #### Defined in -[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L8) +[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L8) *** @@ -60,7 +60,7 @@ #### Defined in -[src/parser/classes/YpcTrailer.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/YpcTrailer.ts#L7) +[src/parser/classes/YpcTrailer.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/YpcTrailer.ts#L7) *** @@ -74,7 +74,7 @@ #### Defined in -[src/parser/classes/YpcTrailer.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/YpcTrailer.ts#L5) +[src/parser/classes/YpcTrailer.ts:5](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/YpcTrailer.ts#L5) ## Methods @@ -112,7 +112,7 @@ If the node is not of the given type #### Defined in -[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L29) +[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L29) *** @@ -146,7 +146,7 @@ Whether the node has the key #### Defined in -[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L41) +[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L41) *** @@ -180,7 +180,7 @@ whether the node is of the given type #### Defined in -[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L19) +[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L19) *** @@ -218,4 +218,4 @@ If the node does not have the key #### Defined in -[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/helpers.ts#L51) +[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/helpers.ts#L51) diff --git a/docs/api/namespaces/YTShorts/classes/ShortFormVideoInfo.md b/docs/api/namespaces/YTShorts/classes/ShortFormVideoInfo.md index 1c842c58..de49af95 100644 --- a/docs/api/namespaces/YTShorts/classes/ShortFormVideoInfo.md +++ b/docs/api/namespaces/YTShorts/classes/ShortFormVideoInfo.md @@ -32,7 +32,7 @@ #### Defined in -[src/parser/ytshorts/ShortFormVideoInfo.ts:15](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytshorts/ShortFormVideoInfo.ts#L15) +[src/parser/ytshorts/ShortFormVideoInfo.ts:15](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytshorts/ShortFormVideoInfo.ts#L15) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L40) +[src/core/mixins/MediaInfo.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L40) *** @@ -192,7 +192,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L39) +[src/core/mixins/MediaInfo.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L39) *** @@ -206,7 +206,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:43](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L43) +[src/core/mixins/MediaInfo.ts:43](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L43) *** @@ -220,7 +220,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:44](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L44) +[src/core/mixins/MediaInfo.ts:44](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L44) *** @@ -230,7 +230,7 @@ #### Defined in -[src/parser/ytshorts/ShortFormVideoInfo.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytshorts/ShortFormVideoInfo.ts#L12) +[src/parser/ytshorts/ShortFormVideoInfo.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytshorts/ShortFormVideoInfo.ts#L12) *** @@ -244,7 +244,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:42](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L42) +[src/core/mixins/MediaInfo.ts:42](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L42) *** @@ -258,7 +258,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L46) +[src/core/mixins/MediaInfo.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L46) *** @@ -272,7 +272,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L47) +[src/core/mixins/MediaInfo.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L47) *** @@ -282,7 +282,7 @@ #### Defined in -[src/parser/ytshorts/ShortFormVideoInfo.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytshorts/ShortFormVideoInfo.ts#L13) +[src/parser/ytshorts/ShortFormVideoInfo.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytshorts/ShortFormVideoInfo.ts#L13) *** @@ -296,7 +296,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L41) +[src/core/mixins/MediaInfo.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L41) *** @@ -310,7 +310,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L45) +[src/core/mixins/MediaInfo.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L45) *** @@ -320,7 +320,7 @@ #### Defined in -[src/parser/ytshorts/ShortFormVideoInfo.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytshorts/ShortFormVideoInfo.ts#L11) +[src/parser/ytshorts/ShortFormVideoInfo.ts:11](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytshorts/ShortFormVideoInfo.ts#L11) ## Accessors @@ -338,7 +338,7 @@ #### Defined in -[src/core/mixins/MediaInfo.ts:249](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L249) +[src/core/mixins/MediaInfo.ts:247](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L247) *** @@ -358,7 +358,7 @@ Content Playback Nonce. #### Defined in -[src/core/mixins/MediaInfo.ts:256](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L256) +[src/core/mixins/MediaInfo.ts:254](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L254) *** @@ -378,7 +378,7 @@ Parsed InnerTube response. #### Defined in -[src/core/mixins/MediaInfo.ts:263](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L263) +[src/core/mixins/MediaInfo.ts:261](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L261) *** @@ -394,7 +394,7 @@ Checks if continuation is available for the watch next feed. #### Defined in -[src/parser/ytshorts/ShortFormVideoInfo.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytshorts/ShortFormVideoInfo.ts#L47) +[src/parser/ytshorts/ShortFormVideoInfo.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytshorts/ShortFormVideoInfo.ts#L47) ## Methods @@ -420,7 +420,7 @@ Checks if continuation is available for the watch next feed. #### Defined in -[src/core/mixins/MediaInfo.ts:210](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L210) +[src/core/mixins/MediaInfo.ts:208](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L208) *** @@ -446,7 +446,7 @@ Options #### Defined in -[src/core/mixins/MediaInfo.ts:163](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L163) +[src/core/mixins/MediaInfo.ts:161](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L161) *** @@ -472,7 +472,7 @@ Download options. #### Defined in -[src/core/mixins/MediaInfo.ts:171](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L171) +[src/core/mixins/MediaInfo.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L169) *** @@ -498,7 +498,7 @@ Get a cleaned up representation of the adaptive_formats #### Defined in -[src/core/mixins/MediaInfo.ts:146](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L146) +[src/core/mixins/MediaInfo.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L144) *** @@ -518,7 +518,7 @@ Retrieves the video's transcript. #### Defined in -[src/core/mixins/MediaInfo.ts:184](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L184) +[src/core/mixins/MediaInfo.ts:182](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L182) *** @@ -532,7 +532,7 @@ Retrieves the video's transcript. #### Defined in -[src/parser/ytshorts/ShortFormVideoInfo.ts:27](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/ytshorts/ShortFormVideoInfo.ts#L27) +[src/parser/ytshorts/ShortFormVideoInfo.ts:27](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/ytshorts/ShortFormVideoInfo.ts#L27) *** @@ -546,12 +546,8 @@ Generates a DASH manifest from the streaming data. • **options** = `{}` -• **options.captions\_format?**: `string` - • **options.format\_filter?**: [`FormatFilter`](../../Types/type-aliases/FormatFilter.md) -• **options.include\_thumbnails?**: `boolean` - • **options.manifest\_options?**: `DashOptions` • **options.url\_transformer?**: [`URLTransformer`](../../Types/type-aliases/URLTransformer.md) @@ -568,7 +564,7 @@ DASH manifest #### Defined in -[src/core/mixins/MediaInfo.ts:104](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L104) +[src/core/mixins/MediaInfo.ts:104](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L104) *** @@ -596,4 +592,4 @@ DASH manifest #### Defined in -[src/core/mixins/MediaInfo.ts:229](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L229) +[src/core/mixins/MediaInfo.ts:227](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L227) diff --git a/docs/api/type-aliases/Context.md b/docs/api/type-aliases/Context.md index 2b5524a0..e647e174 100644 --- a/docs/api/type-aliases/Context.md +++ b/docs/api/type-aliases/Context.md @@ -224,4 +224,4 @@ ## Defined in -[src/core/Session.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L38) +[src/core/Session.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L37) diff --git a/docs/api/type-aliases/DeviceAndUserCode.md b/docs/api/type-aliases/DeviceAndUserCode.md index 8c7d58d2..28878fa1 100644 --- a/docs/api/type-aliases/DeviceAndUserCode.md +++ b/docs/api/type-aliases/DeviceAndUserCode.md @@ -32,4 +32,4 @@ ## Defined in -[src/core/OAuth2.ts:22](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L22) +[src/core/OAuth2.ts:22](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L22) diff --git a/docs/api/type-aliases/InnertubeEndpoint.md b/docs/api/type-aliases/InnertubeEndpoint.md index 13aab2f1..d52c6818 100644 --- a/docs/api/type-aliases/InnertubeEndpoint.md +++ b/docs/api/type-aliases/InnertubeEndpoint.md @@ -6,4 +6,4 @@ ## Defined in -[src/core/Actions.ts:24](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Actions.ts#L24) +[src/core/Actions.ts:24](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Actions.ts#L24) diff --git a/docs/api/type-aliases/OAuth2AuthErrorEventHandler.md b/docs/api/type-aliases/OAuth2AuthErrorEventHandler.md index 7c3548a5..cd97a162 100644 --- a/docs/api/type-aliases/OAuth2AuthErrorEventHandler.md +++ b/docs/api/type-aliases/OAuth2AuthErrorEventHandler.md @@ -14,4 +14,4 @@ ## Defined in -[src/core/OAuth2.ts:33](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L33) +[src/core/OAuth2.ts:33](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L33) diff --git a/docs/api/type-aliases/OAuth2AuthEventHandler.md b/docs/api/type-aliases/OAuth2AuthEventHandler.md index a5bc214a..7cc6b1c1 100644 --- a/docs/api/type-aliases/OAuth2AuthEventHandler.md +++ b/docs/api/type-aliases/OAuth2AuthEventHandler.md @@ -16,4 +16,4 @@ ## Defined in -[src/core/OAuth2.ts:31](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L31) +[src/core/OAuth2.ts:31](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L31) diff --git a/docs/api/type-aliases/OAuth2AuthPendingEventHandler.md b/docs/api/type-aliases/OAuth2AuthPendingEventHandler.md index b203ad6f..7bd928e4 100644 --- a/docs/api/type-aliases/OAuth2AuthPendingEventHandler.md +++ b/docs/api/type-aliases/OAuth2AuthPendingEventHandler.md @@ -14,4 +14,4 @@ ## Defined in -[src/core/OAuth2.ts:32](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L32) +[src/core/OAuth2.ts:32](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L32) diff --git a/docs/api/type-aliases/OAuth2ClientID.md b/docs/api/type-aliases/OAuth2ClientID.md index 84b0d4b1..bb3cdd31 100644 --- a/docs/api/type-aliases/OAuth2ClientID.md +++ b/docs/api/type-aliases/OAuth2ClientID.md @@ -16,4 +16,4 @@ ## Defined in -[src/core/OAuth2.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L7) +[src/core/OAuth2.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L7) diff --git a/docs/api/type-aliases/OAuth2Tokens.md b/docs/api/type-aliases/OAuth2Tokens.md index 51f4e1ce..9a97b816 100644 --- a/docs/api/type-aliases/OAuth2Tokens.md +++ b/docs/api/type-aliases/OAuth2Tokens.md @@ -36,4 +36,4 @@ ## Defined in -[src/core/OAuth2.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/OAuth2.ts#L12) +[src/core/OAuth2.ts:12](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/OAuth2.ts#L12) diff --git a/docs/api/type-aliases/ParsedResponse.md b/docs/api/type-aliases/ParsedResponse.md index af6ec380..2a030b69 100644 --- a/docs/api/type-aliases/ParsedResponse.md +++ b/docs/api/type-aliases/ParsedResponse.md @@ -10,4 +10,4 @@ ## Defined in -[src/core/Actions.ts:35](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Actions.ts#L35) +[src/core/Actions.ts:35](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Actions.ts#L35) diff --git a/docs/api/type-aliases/SWSessionData.md b/docs/api/type-aliases/SWSessionData.md index 3cb18f4d..17f4255b 100644 --- a/docs/api/type-aliases/SWSessionData.md +++ b/docs/api/type-aliases/SWSessionData.md @@ -20,4 +20,4 @@ ## Defined in -[src/core/Session.ts:224](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L224) +[src/core/Session.ts:227](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L227) diff --git a/docs/api/type-aliases/SessionArgs.md b/docs/api/type-aliases/SessionArgs.md index afa08e47..ad329112 100644 --- a/docs/api/type-aliases/SessionArgs.md +++ b/docs/api/type-aliases/SessionArgs.md @@ -44,4 +44,4 @@ ## Defined in -[src/core/Session.ts:230](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L230) +[src/core/Session.ts:233](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L233) diff --git a/docs/api/type-aliases/SessionData.md b/docs/api/type-aliases/SessionData.md index 2dd8f6e2..962f336a 100644 --- a/docs/api/type-aliases/SessionData.md +++ b/docs/api/type-aliases/SessionData.md @@ -24,4 +24,4 @@ ## Defined in -[src/core/Session.ts:217](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L217) +[src/core/Session.ts:216](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L216) diff --git a/docs/api/type-aliases/SessionOptions.md b/docs/api/type-aliases/SessionOptions.md index aeda7f59..72eebef3 100644 --- a/docs/api/type-aliases/SessionOptions.md +++ b/docs/api/type-aliases/SessionOptions.md @@ -96,7 +96,7 @@ forcing an older Player ID can help work around temporary issues. > `optional` **po\_token**: `string` -Proof of Origin Token. This is an attestation token generated by BotGuard/DroidGuard. It is used to confirm that the request is coming from a genuine client. +Session bound Proof of Origin Token. This is an attestation token generated by BotGuard/DroidGuard. It is used to confirm that the request is coming from a real client. ### retrieve\_innertube\_config? @@ -133,4 +133,4 @@ A good way to get a valid one is by either grabbing it from a browser or calling ## Defined in -[src/core/Session.ts:127](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/Session.ts#L127) +[src/core/Session.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/Session.ts#L126)