aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/spotify.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-10-04 01:34:04 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-10-04 01:48:14 +0530
commita057779d5e706f7bb8721a6c46cca47f0925f682 (patch)
tree51d5f484e76d654101d461ec8e42acbc24cf93ef /yt_dlp/extractor/spotify.py
parent7474e4531e5911b04030ee52ff93ca4f2527490d (diff)
downloadhypervideo-pre-a057779d5e706f7bb8721a6c46cca47f0925f682.tar.lz
hypervideo-pre-a057779d5e706f7bb8721a6c46cca47f0925f682.tar.xz
hypervideo-pre-a057779d5e706f7bb8721a6c46cca47f0925f682.zip
[cleanup] Minor fixes
Closes #5129, Closes #4982
Diffstat (limited to 'yt_dlp/extractor/spotify.py')
-rw-r--r--yt_dlp/extractor/spotify.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/spotify.py b/yt_dlp/extractor/spotify.py
index 4da24db9e..55ce36aea 100644
--- a/yt_dlp/extractor/spotify.py
+++ b/yt_dlp/extractor/spotify.py
@@ -16,6 +16,7 @@ from ..utils import (
class SpotifyBaseIE(InfoExtractor):
+ _WORKING = False
_ACCESS_TOKEN = None
_OPERATION_HASHES = {
'Episode': '8276d4423d709ae9b68ec1b74cc047ba0f7479059a37820be730f125189ac2bf',