diff options
| author | Sergey M․ <dstftw@gmail.com> | 2017-02-15 01:14:06 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2017-02-15 01:14:06 +0700 | 
| commit | 43a3d9edfcdad8eb33758c4a7f4f912322001b8a (patch) | |
| tree | ad27a0011448f89d40195431c9c193e16074dce1 /youtube_dl/extractor/extractors.py | |
| parent | d31aa74fdb3f69071ba869feba03525f67e974f0 (diff) | |
[onetpl] Add support for onet.pl (closes #10507)
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 b2ee0c1b0..be3688d5a 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -695,6 +695,7 @@ from .onet import (      OnetIE,      OnetChannelIE,      OnetMVPIE, +    OnetPlIE,  )  from .onionstudios import OnionStudiosIE  from .ooyala import ( | 
