Skip to content

Commit

Permalink
Disable the soundcloud plugin, as of 2023/mar/12 we don't have a sati…
Browse files Browse the repository at this point in the history
…sfactory 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.
  • Loading branch information
Keeper-of-the-Keys committed Mar 12, 2023
1 parent 5590c87 commit bc996e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpodder/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit bc996e6

Please sign in to comment.