diff options
author | mrBliss <dewinant@gmail.com> | 2017-10-20 14:41:07 +0200 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-10-25 23:17:28 +0700 |
commit | 7913e0fca7df6840e8434449f534f9744c9394f2 (patch) | |
tree | db4d89e1ac7f8bf04025111a6b89f4a8f6d74713 /youtube_dl/extractor/extractors.py | |
parent | cdd1ce92c46167c12514a061609308112e79ea84 (diff) |
[canvas] Add support for vrt.be/vrtnu (closes #11873)
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 09b20a39a..42b312c42 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -150,6 +150,7 @@ from .canalc2 import Canalc2IE from .canvas import ( CanvasIE, CanvasEenIE, + VrtNUIE, ) from .carambatv import ( CarambaTVIE, |