[fc2:embed] New extractor for Flash player URLs

Closes #10512
This commit is contained in:
Yen Chi Hsuan 2016-09-03 17:25:03 +08:00
parent dedb177029
commit cf0efe9636
No known key found for this signature in database
GPG key ID: 3FDDD575826C5C30
3 changed files with 61 additions and 8 deletions

View file

@ -269,7 +269,10 @@ from .facebook import (
FacebookPluginsVideoIE,
)
from .faz import FazIE
from .fc2 import FC2IE
from .fc2 import (
FC2IE,
FC2EmbedIE,
)
from .fczenit import FczenitIE
from .firstpost import FirstpostIE
from .firsttv import FirstTVIE