fix downloading subtitles, no provider was registered (#1664)

This commit is contained in:
Sergio Cambra 2019-11-04 00:10:20 +01:00 committed by Clinton Hall
commit c92588c3be

View file

@ -11,6 +11,10 @@ import subliminal
import core
from core import logger
for provider in subliminal.provider_manager.internal_extensions:
if provider not in [str(x) for x in subliminal.provider_manager.list_entry_points()]:
subliminal.provider_manager.register(str(provider))
def import_subs(filename):
if not core.GETSUBS: