| INFO PROPERTY | VALUE |
|---|---|
| Program Name | YouTube Information Grabber (Vanilla JS) |
| File Name | js-get-youtubeinfo.js |
| Date Created | 06/13/18 |
| Date Modified | -- |
| Version | 1.0 |
| Programmer | Eric Hepperle |
Grabs (scrapes) and prints to console title, url, and channel name using vanilla JavaScript ES6.
This is useful for quickly grabbing enough information to make a link to a YouTube video and/or channel.
Cut and paste into developer console window (F12) of a YouTube video post. Vertical newline-separated list of data will output to console.
Tutorial Info:
- Title: How to Create Photo Gallery Grid with Modal Window Lightbox
- URL: https://www.youtube.com/watch?v=IPVQeVlw2_E
- Channel: LearnWebCode
- Browser opened to a YouTube video.
- Vanilla JavaScript
- JavaScript ES6
- YouTube Scraping