Suppose a YouTube PlayList P has videos v1,v2,... . I want to find the total time any video from that list has been viewed prior to now (or prior to time T). Is there a JavaScript that I can run in the console to do this?
I see YT analytics provides the average view length for each individual video. But I do not see that information for a playlist.
A related question on the number of views.