diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-07-17 00:14:38 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-07-17 00:14:38 +0600 |
commit | 03f32a7eadf9d832aef55673edf38023a8daff95 (patch) | |
tree | 9195a0af3aad5a5c171227d7df46c67c359942e0 /youtube_dl/extractor/__init__.py | |
parent | 50ea2bb20d3a3e219910e87b8b30fc79ce534595 (diff) |
[wnl] Add extractor for omroepwnl playlists
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 3f4f23521..1d55275dc 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -390,6 +390,7 @@ from .npo import ( NPORadioIE, NPORadioFragmentIE, TegenlichtVproIE, + WNLIE ) from .nrk import ( NRKIE, |