diff options
author | Eric Wong <eric@taedium.com> | 2015-06-15 01:07:48 -0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-07-04 05:12:10 +0600 |
commit | 2a46a27e6c704f7b99242243747fa7d8ac68cefc (patch) | |
tree | 84d3c549d0300e004c599b3bdae467fb3cb4b18e /youtube_dl/extractor/__init__.py | |
parent | 0bcdc276530fe26725857eda5127aefc326ddc47 (diff) |
[thisamericanlife] Add a 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 d44339200..aba62db53 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -569,6 +569,7 @@ from .tf1 import TF1IE from .theonion import TheOnionIE from .theplatform import ThePlatformIE from .thesixtyone import TheSixtyOneIE +from .thisamericanlife import ThisAmericanLifeIE from .thisav import ThisAVIE from .tinypic import TinyPicIE from .tlc import TlcIE, TlcDeIE |