# m00nie::youtube

**Category:** Eggdrop_Bot
**Original Author:** Unknown

## Description
This script is an Eggdrop bot module that integrates with the YouTube API to provide video search and auto-info grabbing functionalities.

## Key Features
- Provides a command `!yt` for searching videos on YouTube.
- Automatically grabs video information from URLs posted in channels when the channel has the `+youtube` flag set.
- Implements throttling mechanisms to prevent abuse of search and info-grabbing commands.

## File Analysis
- **m00nie-youtube.2.5.tcl** — The main script file containing the implementation of the YouTube functionalities, including command bindings, auto-info grabbing logic, and throttling mechanisms.