1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 06:05:13 +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