huge refactor of plugin system
This commit is contained in:
@@ -193,7 +193,7 @@ class PodcastIndex(Provider):
|
||||
feed_url = str(feed_md.get("url") or item0.get("path") or "").strip()
|
||||
|
||||
try:
|
||||
from API.podcastindex import PodcastIndexClient
|
||||
from plugins.podcastindex.api import PodcastIndexClient
|
||||
|
||||
client = PodcastIndexClient(key, secret)
|
||||
if feed_id:
|
||||
@@ -407,7 +407,7 @@ class PodcastIndex(Provider):
|
||||
return []
|
||||
|
||||
try:
|
||||
from API.podcastindex import PodcastIndexClient
|
||||
from plugins.podcastindex.api import PodcastIndexClient
|
||||
|
||||
client = PodcastIndexClient(key, secret)
|
||||
feeds = client.search_byterm(query, max_results=limit)
|
||||
|
||||
Reference in New Issue
Block a user