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