soundcloud_explode_dart 1.1.0
soundcloud_explode_dart: ^1.1.0 copied to clipboard
Scrape metadata about users, tracks, playlists, and albums from SoundCloud without requiring an account, API key, or rate-limiting.
Changelog #
1.1.0 #
- BREAKING CHANGE: Added a new value to the
Quality
enumeration:unknown
- this is now used when the quality cannot be parsed, instead of throwing aTrackResolutionException
. - BREAKING CHANGE: Removed the
Container
andProtocol
enumerations; these have been replaced withString
inStreamInfo
instead. - Fix: AES-encrypted streams are now ignored and no longer throw a
TrackResolutionException
when resolving streams. - Fix: Formats other than Ogg and MP3 no longer throw a
TrackResolutionException
when resolving streams. - Chore: Switched to the concrete return type
User
in theget
andgetByUrl
functions inUserClient
.
1.0.3 #
- Exported exception types so that they can be caught by calling clients.
1.0.2 #
1.0.1 #
- Fixed an issue causing a
TypeError
when casting aStream<Iterable<SearchResult>>
to a more specialised type. - Bumped dependencies to latest versions.
1.0.0 #
- Initial release.