diff options
author | Remita Amine <remitamine@gmail.com> | 2016-10-03 18:16:55 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2016-10-03 18:20:34 +0100 |
commit | 215ff6e0f3b092aac9edc91b8026ffc7b55d8b70 (patch) | |
tree | cd12b8b94cf17beb422d29024c27658dd13bcf6d /youtube_dl/extractor/extractors.py | |
parent | dcdb292fddc82ae11f4c0b647815a45c88a6b6d5 (diff) |
[theweatherchannel] Add new extractor(closes #7188)
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 dca4973d4..f67e19526 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -890,6 +890,7 @@ from .theplatform import ( from .thescene import TheSceneIE from .thesixtyone import TheSixtyOneIE from .thestar import TheStarIE +from .theweatherchannel import TheWeatherChannelIE from .thisamericanlife import ThisAmericanLifeIE from .thisav import ThisAVIE from .thisoldhouse import ThisOldHouseIE |