aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-03-10 20:45:45 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-03-10 20:45:45 +0100
commit777ac90791e6f105c4c617d22fac404cb316c4f9 (patch)
treeacd4faf80eeb4a779ded6f508e299784bed5267b /youtube_dl/extractor/__init__.py
parent04f9bebbcb07c1ca73c34cff1d80fe0b6abaa576 (diff)
parent4ea3137e41e17fc29b29541990162fca877df7b4 (diff)
downloadyoutube-dl-777ac90791e6f105c4c617d22fac404cb316c4f9.tar.xz
Merge remote-tracking branch 'MikeCol/playvid_extract'
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 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