Skip to content

Commit 6e20e05

Browse files
Merge pull request #44 from Keeper-of-the-Keys/disable-soundcloud
Disable the soundcloud plugin, as of 2023/mar/12 we don't have a sati…
2 parents 5590c87 + bc996e6 commit 6e20e05

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)