[upskill] Add extractor (closes #13043)

This commit is contained in:
Sergey M․ 2017-05-13 21:52:59 +07:00
parent 58bb440283
commit 7fc60f4ee9
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 180 additions and 0 deletions

View file

@ -1102,6 +1102,10 @@ from .uplynk import (
UplynkIE,
UplynkPreplayIE,
)
from .upskill import (
UpskillIE,
UpskillCourseIE,
)
from .urort import UrortIE
from .urplay import URPlayIE
from .usanetwork import USANetworkIE