A Python script for archiving YouTube channel content including videos, thumbnails, and descriptions.
- Download Videos: Archive videos from a specified YouTube channel.
- Download Thumbnails: Save thumbnails associated with each video.
- Download Descriptions: Store video descriptions locally.
- Interactive Menu: Choose between different download options using a command-line menu.
- Python 3.8 or higher
- Required Python packages (
yt_dlp,tqdm)
- Clone the repository:
git clone https://github.com/MX199/archive_YT cd archive_YT



