oxlib api changes
This commit is contained in:
parent
cde21b0363
commit
ce6124d33d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import re
|
||||||
import feedparser
|
import feedparser
|
||||||
from oxlib.cache import getUrl, getUrlUnicode
|
from oxlib.cache import getUrl, getUrlUnicode
|
||||||
import oxlib
|
import oxlib
|
||||||
from oxlib.lang import langCode2To3, langTo3Code
|
from oxlib import langCode2To3, langTo3Code
|
||||||
|
|
||||||
def findSubtitlesByImdb(imdb, parts = 1, language = "eng"):
|
def findSubtitlesByImdb(imdb, parts = 1, language = "eng"):
|
||||||
if len(language) == 2:
|
if len(language) == 2:
|
||||||
|
|
Loading…
Reference in a new issue