This script fetches video statistics from a YouTube playlist using the YouTube Data API v3.
It allows users to input their API key and playlist ID, and displays the video statistics in a grid format:
- publication date
- view count
- number of likes
- number of comments
The script uses DevExtreme components for UI elements and data grid.
- Get YouTube API key.
- Paste YouTube API key and Playlist ID to the corresponding textboxes and press Fetch Videos to get data in a grid format.