diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-01-01 21:25:25 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-01-01 21:26:32 +0700 |
commit | 966815e1390386948957ec5f269f470e87b85b2b (patch) | |
tree | 9e89739d62dc0cf6a73229a8753ed51d7949ca29 /youtube_dl/extractor/extractors.py | |
parent | e5e19379be8d2d721178e9b54780cdcce369939c (diff) |
[nrktv:episodes] Add support for episodes (#11571)
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 3b0bff0d7..3017bf56c 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -655,6 +655,7 @@ from .nrk import ( NRKSkoleIE, NRKTVIE, NRKTVDirekteIE, + NRKTVEpisodesIE, ) from .ntvde import NTVDeIE from .ntvru import NTVRuIE |