Skip to content

Commit

Permalink
Fixed legendastv issue since rarfile upgrade. #1711
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 committed Feb 7, 2022
1 parent 4fca9e8 commit 23e2626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/subliminal_patch/providers/legendastv.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(self, username=None, password=None, featured_only=False):

# Provider needs UNRAR installed. If not available raise ConfigurationError
try:
rarfile.custom_check([rarfile.UNRAR_TOOL], True)
rarfile.tool_setup()
except rarfile.RarExecError:
raise ConfigurationError('UNRAR tool not available')

Expand Down

0 comments on commit 23e2626

Please sign in to comment.