AIIX / youtube-skill

Youtube Skill for Mycroft
Apache License 2.0
16 stars 6 forks source link

suggestion - new dependency youtube_searcher #5

Open JarbasAl opened 4 years ago

JarbasAl commented 4 years ago

you might want to look at https://github.com/HelloChatterbox/youtube_searcher

it extracts a json blob using minimal bs4 parsing, everything else is a dictionary lookup

results are more detailed, parsing is faster and less likely to break

NeonDaniel commented 4 years ago

I was just looking for a new search method as the existing html scrape method stopped working. I'll give this a try, thanks