Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 626 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 626 Bytes

YouTubePlayListDownLoad

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:

  1. Selenium WebDriver jars must be available. You can download them from http://docs.seleniumhq.org/download.
  2. Firefox DownLoadHelper plugin installed as Firefox add-in. You can find the same @ https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper
  3. An IDE to create a Java project to run the selenium testcase as JUnit