Releases: s-frei/TrackSearch
Releases · s-frei/TrackSearch
1.0.0
28 Jun 13:35
Compare
Sorry, something went wrong.
No results found
Breaking:
⚠️ Removed capabilities to expose stream and extract formats ⚠️
explained here README
From now on only metadata extraction is improved and maintained.
Features:
Extract YouTube data from JSON wrapped in HTML
Bugfixes:
0.10.1
11 Jun 23:45
Compare
Sorry, something went wrong.
No results found
Features:
Bugfixes:
Fix YouTube tracks parsing through parse missing info on demand
0.10.0
17 May 23:36
Compare
Sorry, something went wrong.
No results found
Breaking:
Stream URLs are now wrapped in TrackStream to also have related data like TrackFormat available
and can be now accessed with TrackStream.url()
Track.getStreamURL() changed to Track.getStream()
TrackSearchClient.getStreamURL() changed to TrackSearchClient.getTrackStream()
Features:
Determine the best audio format for SoundCloudTrack
Various code and performance improvements
Updated dependencies
Bugfixes:
Fix YouTube tracks parsing through avoiding sponsored
0.9.0
26 Mar 22:17
Compare
Sorry, something went wrong.
No results found
Breaking:
Features:
Get tracks by URL
Improved tests
Updated dependencies
Bugfix:
Fix YouTube tracks parsing
0.8.2
06 Nov 23:49
Compare
Sorry, something went wrong.
No results found
Features:
Updated dependencies
First shot of getting YouTubeTrack by URL
Bugfixes:
Fix YouTube tracks parsing
0.8.1
12 Jul 16:54
Compare
Sorry, something went wrong.
No results found
0.8.0
24 Mar 01:07
Compare
Sorry, something went wrong.
No results found
Breaking:
The length (java.lang.Long) field of Track is now duration (java.time.Duration)
The TrackList is now extending List and getTracks() isn't possible anymore
Features:
Obtain next/paged tracks using the TrackList next() function
Improved code quality and readability especially for JSON processing
Improved tests
Improved duration parsing
Updated dependencies
Bugfixes:
SC: When a track has no thumbnail default to channel thumbnail
0.7.3
15 Sep 22:36
Compare
Sorry, something went wrong.
No results found
Changes
Features:
Additional path for YouTube paging information
Improved tests and logging
Bugfixes:
Avoid parsing advertisements on YouTube search results
0.7.2
06 Apr 22:41
Compare
Sorry, something went wrong.
No results found
Changes
Feature:
Additional youtube streaming data path
Additional youtube response data path
0.7.1
21 Dec 22:27
Compare
Sorry, something went wrong.
No results found
Changes
Feature:
Additional youtube video data path
Increase default URL resolving retries
Avoid resolving of streams and ads
Updated dependencies
Bugfix:
Fix youtube track length resolving