Skip to content

Commit

Permalink
Merge pull request #44 from Keeper-of-the-Keys/disable-soundcloud
Browse files Browse the repository at this point in the history
Disable the soundcloud plugin, as of 2023/mar/12 we don't have a sati…
  • Loading branch information
Keeper-of-the-Keys authored Mar 12, 2023
2 parents 5590c87 + bc996e6 commit 6e20e05
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 6e20e05

Please sign in to comment.