Update extractor.ts
This commit is contained in:
parent
009358f5b7
commit
08d92d6026
@ -546,7 +546,7 @@ async function acceptViewerDiscretion(
|
|||||||
return { streamingData };
|
return { streamingData };
|
||||||
}
|
}
|
||||||
|
|
||||||
function getWatchPlaylist(response: any, body: any): YouTubePlayList {
|
function getWatchPlaylist(response: any, body: any, url: string): YouTubePlayList {
|
||||||
const playlist_details = response.contents.twoColumnWatchNextResults.playlist.playlist;
|
const playlist_details = response.contents.twoColumnWatchNextResults.playlist.playlist;
|
||||||
|
|
||||||
const videos = getWatchPlaylistVideos(playlist_details.contents);
|
const videos = getWatchPlaylistVideos(playlist_details.contents);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user