So I am watching some videos on a webpage where there is a playlist. The problem with the playlist is that it doesnt "auto-play". SO everytime one video ends I have to manually go to the playlist and click on the "next" link.
Is there any way to automate this? SOmething like:
1.go to this page 2.select the active item in the list(which contains the video duration) 3.extract the video duration from the active item and let the video play 4.After video duration, ex: 4min, click on the next element of the list and let it play for the video duration... ... I am confortable with python and jquery. using the google chrome console is possible to achive this? Or any external script that I can run? I have also seen Imacros but it records specific itens, and I need something dynamic/procedual. Like find the next element of the active selected item.
Thank you in advance guys.