mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2026-01-04 16:35:54 +00:00
* Applied a check on null result in case of no youtube search * Allow fetch metadata from spotify upon searching spotify-url and no-metadata * updated changes.md * Updated CHANGES.md as per suggestion * removed unnecessary bool hit Co-Authored-By: Amit-L <amit.lawanghare@gmail.com> * removed unnecessary bool hit, anti PEP 8 Co-Authored-By: Amit-L <amit.lawanghare@gmail.com> * resolved conflicts * Error shown no videos found * Dont to show any manual option for no result
This commit is contained in:
committed by
Ritiek Malhotra
parent
51b01fc448
commit
1cf421960c
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- Output informative message in case of no result found in YouTube search ([@Amit-L](https://github.com/Amit-L)) (#452)
|
||||
- Ability to pass multiple tracks with `-s` option ([@ritiek](https://github.com/ritiek)) (#442)
|
||||
|
||||
### Changed
|
||||
- Allowed to fetch metadata from Spotify upon searching Spotify-URL and `--no-metadata` to gather YouTube custom-search fields ([@Amit-L](https://github.com/Amit-L)) (#452)
|
||||
- Change FFmpeg to use the built-in encoder `aac` instead of 3rd party `libfdk-aac` which does not
|
||||
ship with the apt package ([@ritiek](https://github.com/ritiek)) (#448)
|
||||
- Monkeypatch ever-changing network-relying tests ([@ritiek](https://github.com/ritiek)) (#448)
|
||||
@@ -18,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
- Refactored core downloading module ([@ritiek](https://github.com/ritiek)) (#410)
|
||||
|
||||
### Fixed
|
||||
- Applied a check on result in case of search using Spotify-URL `--no-metadata` option ([@Amit-L](https://github.com/Amit-L)) (#452)
|
||||
- Included a missing `import spotipy` in downloader.py ([@ritiek](https://github.com/ritiek)) (#440)
|
||||
|
||||
## [1.1.0] - 2018-11-13
|
||||
|
||||
Reference in New Issue
Block a user