diff options
author | j <j@mailb.org> | 2015-12-21 02:26:37 +0100 |
---|---|---|
committer | j <j@mailb.org> | 2015-12-22 13:08:16 +0100 |
commit | 2be689b7e27df89648d1d98fa74c297f0e06cbc1 (patch) | |
tree | 6b745e91ce9ccef0fed7f14b1f9849823c3223e6 /youtube_dl/extractor/__init__.py | |
parent | b0eeaf4f40b12d9a6a3b45918b0ec531db4d310c (diff) |
[theintercept] Add new extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index eac50eda5..042b1e921 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -657,6 +657,7 @@ from .tenplay import TenPlayIE from .testurl import TestURLIE from .testtube import TestTubeIE from .tf1 import TF1IE +from .theintercept import TheInterceptIE from .theonion import TheOnionIE from .theplatform import ( ThePlatformIE, |