1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-03 13:37:40 -05:00

[uplynk] Add new extractor

This commit is contained in:
Remita Amine
2016-08-13 22:53:07 +01:00
parent fafabc0712
commit aaf44a2f47
3 changed files with 74 additions and 0 deletions

View File

@@ -926,6 +926,10 @@ from .udn import UDNEmbedIE
from .digiteka import DigitekaIE
from .unistra import UnistraIE
from .uol import UOLIE
from .uplynk import (
UplynkIE,
UplynkPreplayIE,
)
from .urort import UrortIE
from .urplay import URPlayIE
from .usatoday import USATodayIE