diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-06-28 01:22:25 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-06-28 01:22:25 +0600 |
commit | 23e7cba87fbcec9aa2b1fbccf60c2d560df3d7ad (patch) | |
tree | 38dadf6a598bdec2ce99039c3f926a5990bb08dc /youtube_dl/extractor/__init__.py | |
parent | 6c4d20cd6fae8e47c1f0c6771e2e91660bf10eb5 (diff) |
[twitter:card] Add extractor (#5239)
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 7e74a971d..c0a825e8a 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -621,6 +621,7 @@ from .twitch import ( TwitchBookmarksIE, TwitchStreamIE, ) +from .twitter import TwitterCardIE from .ubu import UbuIE from .udemy import ( UdemyIE, |