Open B2F opened 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 ?
Hi. These are the tags returned by soundcloud. Is there any way to get more accurate tags?
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 ?