diff options
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
| -rw-r--r-- | youtube_dl/extractor/extractors.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 9564465a0..ae7079a6a 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -918,7 +918,9 @@ from .rbmaradio import RBMARadioIE  from .rds import RDSIE  from .redbulltv import (      RedBullTVIE, +    RedBullEmbedIE,      RedBullTVRrnContentIE, +    RedBullIE,  )  from .reddit import (      RedditIE,  | 
