1
0
mirror of https://source.netsyms.com/Mirrors/youtube-dl synced 2026-05-19 09:53:47 +00: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