diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-03-10 20:45:45 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-03-10 20:45:45 +0100 |
commit | 777ac90791e6f105c4c617d22fac404cb316c4f9 (patch) | |
tree | acd4faf80eeb4a779ded6f508e299784bed5267b /youtube_dl/extractor/__init__.py | |
parent | 04f9bebbcb07c1ca73c34cff1d80fe0b6abaa576 (diff) | |
parent | 4ea3137e41e17fc29b29541990162fca877df7b4 (diff) |
Merge remote-tracking branch 'MikeCol/playvid_extract'
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 dab729c58..49617a5e0 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -175,6 +175,7 @@ from .ooyala import OoyalaIE from .orf import ORFIE from .pbs import PBSIE from .photobucket import PhotobucketIE +from .playvid import PlayvidIE from .podomatic import PodomaticIE from .pornhd import PornHdIE from .pornhub import PornHubIE |