summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-23 12:13:21 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-23 12:13:21 +0000
commitbeeb73379708fe6aaac2c2fd99e878604dfa17ef (patch)
tree9075f1b4f9212884165706578ec64e823bcf9951
parentb42d99f0bd32ea98e804c71a59e1ba96aecd3a2f (diff)
automatic import of python-spotdlopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-spotdl.spec23
-rw-r--r--sources2
3 files changed, 18 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 44a2694..b90dc3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/spotdl-4.1.4.tar.gz
+/spotdl-4.1.7.tar.gz
diff --git a/python-spotdl.spec b/python-spotdl.spec
index cd0b251..92f794f 100644
--- a/python-spotdl.spec
+++ b/python-spotdl.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-spotdl
-Version: 4.1.4
+Version: 4.1.7
Release: 1
Summary: Download your Spotify playlists and songs along with album art and metadata
License: MIT
URL: https://github.com/spotDL/spotify-downloader/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/67/f7/dc9bb9a2fa64a5438933d4c85c1b9e54b3593e5987933049fde6b3f9bb7c/spotdl-4.1.4.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/14/b7/b1e54747d111f98a8d73a730d5eca162e051da892b5d36f47d9abde9ce38/spotdl-4.1.7.tar.gz
BuildArch: noarch
Requires: python3-beautifulsoup4
@@ -105,6 +105,9 @@ For a list of all **options** use ```spotdl -h```
- Usage:
`spotdl save [query] --save-file {filename}.spotdl`
- `web`: Starts a web interface instead of using the command line. However, it has limited features and only supports downloading single songs.
+- `url`: Get direct download link for each song from the query.
+ - Usage:
+ `spotdl web [query]`
- `sync`: Updates directories. Compares the directory with the current state of the playlist. Newly added songs will be downloaded and removed songs will be deleted. No other songs will be downloaded and no other files will be deleted.
- Usage:
`spotdl sync [query] --save-file {filename}.spotdl`
@@ -123,7 +126,7 @@ Check the [Audio Formats](docs/usage.md#audio-formats-and-quality) page for more
Interested in contributing? Check out our [CONTRIBUTING.md](docs/CONTRIBUTING.md) to find
resources around contributing along with a guide on how to set up a development environment.
## Donate
-### xnetcat
+help support the development and maintenance of the software ❤️
[![paypal](https://img.shields.io/badge/paypal-%2300457C.svg?&style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/kko7)
[![kofi](https://img.shields.io/badge/kofi-%23F16061.svg?&style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/xnetcat)
## License
@@ -213,6 +216,9 @@ For a list of all **options** use ```spotdl -h```
- Usage:
`spotdl save [query] --save-file {filename}.spotdl`
- `web`: Starts a web interface instead of using the command line. However, it has limited features and only supports downloading single songs.
+- `url`: Get direct download link for each song from the query.
+ - Usage:
+ `spotdl web [query]`
- `sync`: Updates directories. Compares the directory with the current state of the playlist. Newly added songs will be downloaded and removed songs will be deleted. No other songs will be downloaded and no other files will be deleted.
- Usage:
`spotdl sync [query] --save-file {filename}.spotdl`
@@ -231,7 +237,7 @@ Check the [Audio Formats](docs/usage.md#audio-formats-and-quality) page for more
Interested in contributing? Check out our [CONTRIBUTING.md](docs/CONTRIBUTING.md) to find
resources around contributing along with a guide on how to set up a development environment.
## Donate
-### xnetcat
+help support the development and maintenance of the software ❤️
[![paypal](https://img.shields.io/badge/paypal-%2300457C.svg?&style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/kko7)
[![kofi](https://img.shields.io/badge/kofi-%23F16061.svg?&style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/xnetcat)
## License
@@ -318,6 +324,9 @@ For a list of all **options** use ```spotdl -h```
- Usage:
`spotdl save [query] --save-file {filename}.spotdl`
- `web`: Starts a web interface instead of using the command line. However, it has limited features and only supports downloading single songs.
+- `url`: Get direct download link for each song from the query.
+ - Usage:
+ `spotdl web [query]`
- `sync`: Updates directories. Compares the directory with the current state of the playlist. Newly added songs will be downloaded and removed songs will be deleted. No other songs will be downloaded and no other files will be deleted.
- Usage:
`spotdl sync [query] --save-file {filename}.spotdl`
@@ -336,14 +345,14 @@ Check the [Audio Formats](docs/usage.md#audio-formats-and-quality) page for more
Interested in contributing? Check out our [CONTRIBUTING.md](docs/CONTRIBUTING.md) to find
resources around contributing along with a guide on how to set up a development environment.
## Donate
-### xnetcat
+help support the development and maintenance of the software ❤️
[![paypal](https://img.shields.io/badge/paypal-%2300457C.svg?&style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/kko7)
[![kofi](https://img.shields.io/badge/kofi-%23F16061.svg?&style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/xnetcat)
## License
This project is Licensed under the [MIT](/LICENSE) License.
%prep
-%autosetup -n spotdl-4.1.4
+%autosetup -n spotdl-4.1.7
%build
%py3_build
@@ -383,5 +392,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.4-1
+* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.7-1
- Package Spec generated
diff --git a/sources b/sources
index 9cfb302..078e74a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8317ee6f6ea4c87e0097c39d8e0fd42f spotdl-4.1.4.tar.gz
+4458baf4efd5d1b5d060d932a821164f spotdl-4.1.7.tar.gz