oscarotero / Embed

Get info from any web service or page
MIT License
2.09k stars 312 forks source link

Soundcloud tags #270

Open B2F opened 6 years ago

B2F commented 6 years ago

When I retrieve soundclouds infos from url, getTags always returns the same:

array(8) string(6) "record" string(6) "sounds" string(5) "share" string(5) "sound" string(5) "audio" string(6) "tracks" string(5) "music" string(10) "soundcloud"

I notice that the soundcloud adapter is just the Webpage class, maybe we could add another adapter and override the getTags method ?

oscarotero commented 6 years ago

Hi. These are the tags returned by soundcloud. Is there any way to get more accurate tags?