issues
search
DrKain
/
scrape-youtube
A lightning fast package to scrape YouTube search results
MIT License
112
stars
30
forks
source link
1.0.4
#15
Closed
DrKain
closed
4 years ago
DrKain
commented
4 years ago
Everything has been rewritten from scratch.
Substituted cheerio/request for https
Significantly faster with 20+ results fetched and parsed in half a second
Fixed missing verified status on non-music channels #1
Added channel thumbnails
Reorganized interfaces and enumerations
Commented and optimized parser
Videos links now use the youtu.be domain
Removed ytdl-core that was added because of #13
After some thought I decided this wasn't needed. It's easy enough to add in your bot.
Removed examples directory
README makes this redundant
Everything has been rewritten from scratch.