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
Qualityenumeration:unknown- this is now used when the quality cannot be parsed, instead of throwing aTrackResolutionException. - BREAKING CHANGE: Removed the
ContainerandProtocolenumerations; these have been replaced withStringinStreamInfoinstead. - Fix: AES-encrypted streams are now ignored and no longer throw a
TrackResolutionExceptionwhen resolving streams. - Fix: Formats other than Ogg and MP3 no longer throw a
TrackResolutionExceptionwhen resolving streams. - Chore: Switched to the concrete return type
Userin thegetandgetByUrlfunctions 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
TypeErrorwhen casting aStream<Iterable<SearchResult>>to a more specialised type. - Bumped dependencies to latest versions.
1.0.0 #
- Initial release.