mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Update extractor.ts
This commit is contained in:
@@ -546,7 +546,7 @@ async function acceptViewerDiscretion(
|
|||||||
return { streamingData };
|
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 playlist_details = response.contents.twoColumnWatchNextResults.playlist.playlist;
|
||||||
|
|
||||||
const videos = getWatchPlaylistVideos(playlist_details.contents);
|
const videos = getWatchPlaylistVideos(playlist_details.contents);
|
||||||
|
|||||||
Reference in New Issue
Block a user