Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.03 KB

YouTube-Rewinder

A Python script that uses Selenium to rewind (replay) your favorite videos.

Necessity is, indeed, the mother of invention

How many times has it happened that you liked a video/song in YouTube and when it gets over you had to switch over from that important task you were doing to restarting the video?

Well, I came up with a script that does just that! Yay! It is a beginner level script (beginner level functionality for now).

How to operate?

  • You tell the script how many videos you intend to play.
  • You then enter for each video the search phrase which you'll enter in YouTube's search field.
  • Finally, tell the script how many times do you want to keep 'rewinding' each video, and then sit back and enjoy the show!

Technology used

  • Python 3.7.4
  • Selenium

Disclaimer