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

@ -8,6 +8,7 @@ import js
import jsonc
import net
import srt
import utils
from api import *
from file import *
@ -18,5 +19,6 @@ from image import *
from location import *
from movie import *
from normalize import *
from oembed import *
from text import *
from torrent import *