add oembed discovery, fix wikipedia parser
This commit is contained in:
parent
5c2e5e6a3a
commit
b506c13bb2
4 changed files with 47 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue