Skip to content

This Python application provides a graphical user interface (GUI) for fetching and displaying details about a YouTube video using the Pytube library. Users can enter a YouTube URL, click "Fetch Info", and view details such as title, views, duration, description, and ratings of the video.

Notifications You must be signed in to change notification settings

whitehatboy005/Youtube-video-scrap-Details

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

YouTube Video Information Fetcher

This Python application provides a graphical user interface (GUI) for fetching and displaying details about a YouTube video using the Pytube library. Users can enter a YouTube URL, click "Fetch Info", and view details such as title, views, duration, description, and ratings of the video.

Features

  • YouTube URL Entry: Allows users to input the URL of the YouTube video they want to fetch information about.
  • Fetch Info Button: Initiates the fetching process to retrieve video details.
  • Display Information: Shows video title, views, duration, description, and ratings (if available) in the GUI.
  • Error Handling: Displays error messages if fetching video details fails due to invalid URL or network issues.

Result

Screenshot 2024-06-19 181515

Installation

Clone the Repository

git clone https://github.com/whitehatboy005/Youtube-video-scrap-Details.git

Move the file

cd Youtube-video-scrap-Details

Install Dependencies

pip install -r requirements.txt

Run the Program

python scrap.py

About

This Python application provides a graphical user interface (GUI) for fetching and displaying details about a YouTube video using the Pytube library. Users can enter a YouTube URL, click "Fetch Info", and view details such as title, views, duration, description, and ratings of the video.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages