Revert "fix guessit"

This reverts commit c02100cc
This commit is contained in:
marco
2020-04-29 17:58:16 +02:00
parent c02100cc89
commit 7518a8c851
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"""
Extracts as much information as possible from a video file.
"""
import monkeypatch as _monkeypatch
from . import monkeypatch as _monkeypatch
from .api import guessit, GuessItApi
from .options import ConfigurationException
+1 -1
View File
@@ -1,7 +1,7 @@
"""
Match processors
"""
from common import seps
from guessit.rules.common import seps
def strip(match, chars=seps):