diff options
author | Remita Amine <remitamine@gmail.com> | 2017-12-26 12:32:04 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2017-12-26 12:32:04 +0100 |
commit | 45d20488f188b680daa39c5b9fa88d0bba102ab5 (patch) | |
tree | 81e2f68f8a6ab8a3fe46b102106fd248a4cc008d /youtube_dl/extractor/extractors.py | |
parent | 0f897e0929b2a3ebcae616f8b1bbdac8cd9c6f75 (diff) |
[umg:de] Add new extractor(closes #11582)(closes #11584)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 9ba1be2cd..3269ed743 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1143,6 +1143,7 @@ from .udemy import ( from .udn import UDNEmbedIE from .uktvplay import UKTVPlayIE from .digiteka import DigitekaIE +from .umg import UMGDeIE from .unistra import UnistraIE from .unity import UnityIE from .uol import UOLIE |