mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					9795d7e9b8 | ||
| 
						 | 
					bbe43da191 | 
@@ -8,6 +8,10 @@ The release dates mentioned follow the format `DD-MM-YYYY`.
 | 
			
		||||
 | 
			
		||||
## [Unreleased]
 | 
			
		||||
 | 
			
		||||
## [2.0.2] (Hotfix Release) - 18-05-2020
 | 
			
		||||
### Fixed
 | 
			
		||||
- Skipping tracks with `-m` would crash.
 | 
			
		||||
 | 
			
		||||
## [2.0.1] (Hotfix Release) - 18-05-2020
 | 
			
		||||
### Fixed
 | 
			
		||||
- `-o m4a` would always fail.
 | 
			
		||||
 
 | 
			
		||||
@@ -163,7 +163,7 @@ class MetadataSearch:
 | 
			
		||||
        if video is None:
 | 
			
		||||
            raise NoYouTubeVideoMatchError(
 | 
			
		||||
                'No matching videos found on YouTube for the search query "{}".'.format(
 | 
			
		||||
                    search_query
 | 
			
		||||
                    query
 | 
			
		||||
                )
 | 
			
		||||
            )
 | 
			
		||||
        return video
 | 
			
		||||
 
 | 
			
		||||
@@ -1,2 +1,2 @@
 | 
			
		||||
__version__ = "2.0.1"
 | 
			
		||||
__version__ = "2.0.2"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user