Skip to content

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

License

Notifications You must be signed in to change notification settings

mohaimenulislamshawon/youtube-channel-video-urls-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published