Skip to content

StrangeAJ/ytsurroundhuntweb

Repository files navigation

YTSurroundHuntWeb 🎥🔍

YouTube Surround Hunt

Overview 📖

The primary purpose of this application is to search for YouTube videos that have multiple audio channels (> 2), making it easier for users to find content with surround sound or other multi-channel audio features.

Features ✨

  • Scraping: Scrapes YouTube search results based on the query.
  • Audio Channel Check: Determines if a video has multiple audio channels.
  • Redirection to a Invidious URL: Has a link to Invidious URL which plays specific itags of the video.

Hosted On ☁️

The application is hosted on Google Cloud and can be accessed at https://www.youtubesurround.site/. (Also have added the yaml)

Installation 🛠️

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone /~https://github.com/yourusername/YTSurroundHuntWeb.git
  2. Navigate to the project directory:
    cd YTSurroundHuntWeb
  3. Install dependencies:
    npm install
  4. Start the application:
    npm start

Usage 🚀

  1. Open your browser and go to http://localhost:8080.
  2. Enter a search query in the input field.
  3. Click the search button to see the results and check for multiple audio channels.

Information about itags and codecs 📚

Read itags.md or visit the help section of website.

Contributing 🤝

Contributions are welcome! Please fork the repository and create a pull request with your changes.

License 📄

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.


Happy coding! 😎