From bc996e69dcaf0015aff0f129c7a5b2aca1ac9e7c Mon Sep 17 00:00:00 2001 From: "E.S. Rosenberg a.k.a. Keeper of the Keys" Date: Sun, 12 Mar 2023 17:16:15 +0200 Subject: [PATCH] Disable the soundcloud plugin, as of 2023/mar/12 we don't have a satisfactory way to access the Soundcloud API. Though we could use a client_secret including it in the source would invalidate the secret, I have sent an inquiry to Soundcloud what they see as an acceptable approach. --- src/gpodder/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpodder/core.py b/src/gpodder/core.py index a1b2dd4..fe45c09 100644 --- a/src/gpodder/core.py +++ b/src/gpodder/core.py @@ -89,7 +89,7 @@ def _load_plugins(self): # Plugins to load by default DEFAULT_PLUGINS = [ # Custom handlers (tried in order, put most specific first) - 'gpodder.plugins.soundcloud', + #'gpodder.plugins.soundcloud', 'gpodder.plugins.itunes', 'gpodder.plugins.youtube', 'gpodder.plugins.vimeo',