aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-07-15 06:48:12 +0700
committerSergey M․ <dstftw@gmail.com>2017-07-15 07:02:57 +0700
commit4e826cd9aec383768a7b25aa3161efd4672f9310 (patch)
tree8088afd19fbf18968ba565cc2240533cee10d5e6 /youtube_dl/extractor/extractors.py
parent2583c0b54e56f6dbce85a079d91a05e9b13c2dce (diff)
downloadyoutube-dl-4e826cd9aec383768a7b25aa3161efd4672f9310.tar.xz
[nexx] Add extractor (closes #10807, closes #13465)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index eb1541729..9d34447a9 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -653,6 +653,7 @@ from .nextmedia import (
AppleDailyIE,
NextTVIE,
)
+from .nexx import NexxIE
from .nfb import NFBIE
from .nfl import NFLIE
from .nhk import NhkVodIE