add oembed discovery, fix wikipedia parser

This commit is contained in:
j 2012-01-10 14:30:29 +05:30
commit b506c13bb2
4 changed files with 47 additions and 1 deletions

View file

@ -13,3 +13,7 @@ except ImportError:
except ImportError:
from django.utils import simplejson as json
try:
import xml.etree.ElementTree as ET
except:
import elementtree.ElementTree as ET