Download videos from Youtube playlist using Selenium and Firefox VideoDownLoadHelper plugin
This project consists of a Selenium JUnit test case file that helps you to download all videos of a video playlist in Youtube.
Pre-requites:
- Selenium WebDriver jars must be available. You can download them from http://docs.seleniumhq.org/download.
- Firefox DownLoadHelper plugin installed as Firefox add-in. You can find the same @ https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper
- An IDE to create a Java project to run the selenium testcase as JUnit