diff options
author | Sergey M <dstftw@gmail.com> | 2016-01-04 03:33:22 +0500 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2016-01-04 03:33:22 +0500 |
commit | 2098aee7d6facb9de2253f9b71a2dfa9b932b4cb (patch) | |
tree | d84cf52cccc4328e0a4a7824095554260de7fd4f /youtube_dl/extractor/__init__.py | |
parent | fb588f6a5663811da83cde68d17ff4eb041022ab (diff) | |
parent | 896c7a23cd9fbfc589f26e9a7bbada38a325e2ad (diff) |
Merge pull request #8063 from bpfoley/rteradio
[rte:radio] Add support for RTE radio player
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 625b0bf16..19cea5e99 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -563,7 +563,7 @@ from .ro220 import Ro220IE from .rottentomatoes import RottenTomatoesIE from .roxwel import RoxwelIE from .rtbf import RTBFIE -from .rte import RteIE +from .rte import RteIE, RteRadioIE from .rtlnl import RtlNlIE from .rtl2 import RTL2IE from .rtp import RTPIE |