Skip to content

Commit bc996e6

Browse files
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.
1 parent 5590c87 commit bc996e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpodder/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def _load_plugins(self):
8989
# Plugins to load by default
9090
DEFAULT_PLUGINS = [
9191
# Custom handlers (tried in order, put most specific first)
92-
'gpodder.plugins.soundcloud',
92+
#'gpodder.plugins.soundcloud',
9393
'gpodder.plugins.itunes',
9494
'gpodder.plugins.youtube',
9595
'gpodder.plugins.vimeo',

0 commit comments

Comments
 (0)