Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.98 KB

File metadata and controls

65 lines (40 loc) · 1.98 KB

Extract & Copy Video Links from a YouTube Channel

A simple web application that extracts the video URLs from a specified YouTube channel. This project is built with PHP, HTML, CSS, and JavaScript.

Features

  • 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.

Website

http://genchannelurls.unaux.com/

example-yt-channal-video-links-generator.webm

How to Use

You can use website or implement on your local machine.

Steps to Implement

  1. Clone the repository to your local machine.

    git clone https://github.com/mohaimenulislamshawon/youtube-channel-video-urls-generator.git
  2. Navigate to the project directory.

    cd youtube-channel-video-urls-generator
  3. Make sure you have a web server (e.g., Apache) and PHP installed on your machine.

  4. Place the project files in your web server's root directory (e.g., /var/www/html for Apache).

  5. Open a web browser and navigate to http://localhost/index.php.

  6. Enter the YouTube channel name and click "Fetch Video IDs".

  7. The extracted video URLs will be displayed in a text area with an option to copy them to the clipboard.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments


Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

Contact

For any inquiries, please contact Shawon.