fix guessit
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"""
|
||||
Extracts as much information as possible from a video file.
|
||||
"""
|
||||
from . import monkeypatch as _monkeypatch
|
||||
import monkeypatch as _monkeypatch
|
||||
|
||||
from .api import guessit, GuessItApi
|
||||
from .options import ConfigurationException
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
Match processors
|
||||
"""
|
||||
from guessit.rules.common import seps
|
||||
from common import seps
|
||||
|
||||
|
||||
def strip(match, chars=seps):
|
||||
|
||||
Reference in New Issue
Block a user