1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[upskill] Add extractor (closes #13043)

This commit is contained in:
Sergey M․
2017-05-13 21:52:59 +07:00
parent 58bb440283
commit 7fc60f4ee9
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