diff --git a/ox/web/criterion.py b/ox/web/criterion.py index 6cef01e..d7914be 100644 --- a/ox/web/criterion.py +++ b/ox/web/criterion.py @@ -43,8 +43,12 @@ def get_data(id, timeout=ox.cache.cache_timeout, get_imdb=False): results = find_re(html, '') info = re.compile('
  • (.*?)
  • ', re.DOTALL).findall(results) info = {k: strip_tags(v).strip() for k, v in info} + meta = re.compile('.*?src="(.*?)"', re.DOTALL).findall(html) + #result = find_re(html, "