A simple web application that extracts the video URLs from a specified YouTube channel. This project is built with PHP, HTML, CSS, and JavaScript.
- Extracts up to 30 video URLs from a YouTube channel.
- Displays the URLs in a text area with an option to copy all URLs to the clipboard.
- Shows the total number of URLs extracted.
- User-friendly interface with form validation.
http://genchannelurls.unaux.com/
example-yt-channal-video-links-generator.webm
You can use website or implement on your local machine.
-
Clone the repository to your local machine.
git clone https://github.com/mohaimenulislamshawon/youtube-channel-video-urls-generator.git
-
Navigate to the project directory.
cd youtube-channel-video-urls-generator
-
Make sure you have a web server (e.g., Apache) and PHP installed on your machine.
-
Place the project files in your web server's root directory (e.g.,
/var/www/html
for Apache). -
Open a web browser and navigate to
http://localhost/index.php
. -
Enter the YouTube channel name and click "Fetch Video IDs".
-
The extracted video URLs will be displayed in a text area with an option to copy them to the clipboard.
This project is licensed under the MIT License. See the LICENSE file for details.
- Created by Shawon
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
For any inquiries, please contact Shawon.