A website I want to download the videos from (this one) requires that I manually go to each episode of a particular series, inspect element, find the "data-video-id" for the given episode and then add that ID to the download command (youtube-dl http://players.brightcove.net/1614493167001/HJlhIQhQf_default/index.html?videoId="5597198722001" for example). I was wondering if there was a way to get the video ID's either automatically or in a much quicker and simpler fashion? Any help would be greatly appreciated, thank you for your time.