mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +00:00
Update extractor.ts
This commit is contained in:
@@ -546,7 +546,7 @@ async function acceptViewerDiscretion(
|
||||
return { streamingData };
|
||||
}
|
||||
|
||||
function getWatchPlaylit(response: any, body: any): YouTubePlayList {
|
||||
function getWatchPlaylist(response: any, body: any): YouTubePlayList {
|
||||
const playlist_details = response.contents.twoColumnWatchNextResults.playlist.playlist;
|
||||
|
||||
const videos = getWatchPlaylistVideos(playlist_details.contents);
|
||||
|
||||
Reference in New Issue
Block a user