Skip to content

MohanReddy369/YouTubeVideoInfoExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

YouTube Video Info Extractor 🎬

A simple web project that extracts video thumbnail, channel name, views, published date, and description from YouTube videos using the YouTube Data API v3.

✨ Features

βœ… Fetches video thumbnail

βœ… Displays channel name

βœ… Shows views and published date

βœ… Displays video description

πŸ›  Built With

YouTube Data API v3

HTML, JavaScript

πŸ”‘ How to Get Your YouTube API Key

Go to Google Cloud Console

Create a new project β†’ give it a name

Navigate to APIs & Services β†’ Library

Search for: YouTube Data API v3

Click Enable β†’ then go to Credentials β†’ Create API Key

Copy the API key and use it in your project

Important: Keep your API key private and do not share it publicly.

πŸš€ Usage

Clone or download this repository

Open the script.js file

Replace the placeholder with your API key:

const API_KEY = "YOUR_API_KEY_HERE";

Open index.html in your browser

Enter a YouTube video URL or ID

View the extracted information: thumbnail, channel name, views, published date, description

πŸ“„ License

This project is for learning and personal use only

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published