zyrouge / node-youtube-ext

A simple YouTube scraper.
https://youtube-ext.js.org
MIT License
20 stars 5 forks source link

Include channel avatars in returned videos #11

Closed nukeop closed 10 months ago

nukeop commented 10 months ago

Each video has a channel attribute that includes itd id, name, and url. It would be nice to also have access to a thumbnail.

nukeop commented 10 months ago

Also the channel could return a "verified" flag!

zyrouge commented 10 months ago

Implemented as of v1.1.10.

nukeop commented 10 months ago

Thank you!