YouTube Repeater is a website that allows users to repeat any part of a YouTube video. It is easy to use and share with friends.
Firstly, you need to visit https://youtube-repeat.netlify.app/. On this page, you can enter the YouTube video URL and select a section you want to repeat.
You can click the {
button to set the start time and the }
button to set the end time.
Once you have done this, you can enjoy your favorite video; the video or the selected section will continue repeating.
If you want to share it with your friends, you can simply copy the URL of the video and send it on WhatsApp or any other social media.
The URL will look like this:
https://youtube-repeat.netlify.app/?id=rMfXLyXplKs&start=9&stop=99
Submit issues and pull requests for site ideas or copy edits.
I hope that you will enjoy using my website and thank you for trying it out!
If you want to run the project locally, just follow these steps
Requirements →
If you have installed GitHub Desktop, Git was also installed automatically.
To copy the files of the repository on your machine and to view them, type:
git clone https://github.com/mustafaahci/youtube-repeat
cd youtube-repeat
npm install
npm run start
Open http://localhost:8080
in your browser if it didn't open automatically.