about summary refs log tree commit diff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2016-03-15 22:57:59 +0100
committerremitamine <remitamine@gmail.com>2016-03-15 23:10:31 +0100
commit2cab48704ced0d703f2b6de8575dc06e83207462 (patch)
tree9923c6032673f8881de1a40855af3b2bf645ff40 /youtube_dl/extractor/__init__.py
parent64d4f31d78d9555d7f79b8bebeabb7535a842090 (diff)
downloadyoutube-dl-2cab48704ced0d703f2b6de8575dc06e83207462.tar.gz
youtube-dl-2cab48704ced0d703f2b6de8575dc06e83207462.tar.xz
youtube-dl-2cab48704ced0d703f2b6de8575dc06e83207462.zip
[thestar] Add new extractor(closes #5955)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 179c11ffa..bf9fa17c9 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -737,6 +737,7 @@ from .theplatform import (
     ThePlatformFeedIE,
 )
 from .thesixtyone import TheSixtyOneIE
+from .thestar import TheStarIE
 from .thisamericanlife import ThisAmericanLifeIE
 from .thisav import ThisAVIE
 from .tinypic import TinyPicIE