diff options
author | Nehal Patel <nehalvpatels+github@gmail.com> | 2016-06-22 02:58:42 -0500 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-07-10 01:30:12 +0700 |
commit | 3121b25639a06cc9cad48fad0ce222482a58b216 (patch) | |
tree | c9d5992c9e7439e3787e9971ccbc5ba3adf01ba0 /youtube_dl/extractor/extractors.py | |
parent | 0286b85c79c278375cc5e71d3199bdc8284a5a11 (diff) |
[roosterteeth] Add extractor
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 9f70ce752..864c9af68 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -680,6 +680,7 @@ from .rice import RICEIE from .ringtv import RingTVIE from .ro220 import Ro220IE from .rockstargames import RockstarGamesIE +from .roosterteeth import RoosterTeethIE from .rottentomatoes import RottenTomatoesIE from .roxwel import RoxwelIE from .rtbf import RTBFIE |