yutipy 2.2.14__tar.gz → 2.2.15__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yutipy might be problematic. Click here for more details.
- {yutipy-2.2.14 → yutipy-2.2.15}/PKG-INFO +1 -1
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/spotify.py +2 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy.egg-info/PKG-INFO +1 -1
- {yutipy-2.2.14 → yutipy-2.2.15}/.gitattributes +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/.github/FUNDING.yml +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/.github/dependabot.yml +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/.github/workflows/pytest-unit-testing.yml +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/.github/workflows/release.yml +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/.gitignore +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/.readthedocs.yaml +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/LICENSE +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/MANIFEST.in +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/README.md +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/docs/Makefile +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/docs/_static/yutipy_header.png +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/docs/_static/yutipy_logo.png +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/docs/api_reference.rst +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/docs/available_platforms.rst +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/docs/cli.rst +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/docs/conf.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/docs/faq.rst +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/docs/index.rst +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/docs/installation.rst +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/docs/make.bat +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/docs/requirements.txt +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/docs/usage_examples.rst +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/pyproject.toml +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/requirements-dev.txt +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/requirements.txt +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/setup.cfg +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/tests/__init__.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/tests/test_deezer.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/tests/test_itunes.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/tests/test_kkbox.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/tests/test_lastfm.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/tests/test_models.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/tests/test_musicyt.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/tests/test_spotify.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/tests/test_utils.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/__init__.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/base_clients.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/cli/__init__.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/cli/config.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/cli/search.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/deezer.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/exceptions.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/itunes.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/kkbox.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/lastfm.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/logger.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/models.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/musicyt.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/utils/__init__.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/utils/helpers.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy/yutipy_music.py +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy.egg-info/SOURCES.txt +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy.egg-info/dependency_links.txt +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy.egg-info/entry_points.txt +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy.egg-info/requires.txt +0 -0
- {yutipy-2.2.14 → yutipy-2.2.15}/yutipy.egg-info/top_level.txt +0 -0
|
@@ -502,6 +502,7 @@ class SpotifyAuth(BaseAuthClient):
|
|
|
502
502
|
dict
|
|
503
503
|
A dictionary containing the user's display name and profile images.
|
|
504
504
|
"""
|
|
505
|
+
self._refresh_access_token()
|
|
505
506
|
query_url = self.__api_url
|
|
506
507
|
header = self._authorization_header()
|
|
507
508
|
|
|
@@ -545,6 +546,7 @@ class SpotifyAuth(BaseAuthClient):
|
|
|
545
546
|
|
|
546
547
|
"""
|
|
547
548
|
query_url = f"{self.__api_url}/player/currently-playing"
|
|
549
|
+
self._refresh_access_token()
|
|
548
550
|
header = self._authorization_header()
|
|
549
551
|
|
|
550
552
|
try:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|