remove feedparser

This commit is contained in:
j 2018-01-14 16:47:15 +01:00
commit 2d4bf9212a
4 changed files with 3 additions and 4 deletions

View file

@ -2,12 +2,12 @@
# vi:si:et:sw=4:sts=4:ts=4
import re
import feedparser
from ox.cache import read_url
from ox import find_re, strip_tags
from ox.iso import langCode2To3, langTo3Code
def find_subtitles(imdb, parts = 1, language = "eng"):
import feedparser
if len(language) == 2:
language = langCode2To3(language)
elif len(language) != 3: