CodeSpent / twitch-toolbox

A cross-platform CLI tool for common Twitch/TwitchDev tasks.
7 stars 0 forks source link

Remove scraper & extract source from thumbnail_url #10

Closed CodeSpent closed 4 years ago

CodeSpent commented 4 years ago

Remove use of selenium & scraping to improve speeds massively.

Now using the clip's thumbnail_url to get the asset path rather than waiting for the clip to load on site & scraping from <video> tag.