aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-03-21 01:42:28 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-03-21 01:42:28 +0100
commit1b124d19422b107a6279355b9a727f31694e325f (patch)
tree155855d7b011765be0f3ed9ba401fdce5d9dd5be /youtube_dl/extractor/__init__.py
parent747373d4ae1e380105b7157e622effddf5fcb747 (diff)
downloadyoutube-dl-1b124d19422b107a6279355b9a727f31694e325f.tar.xz
[parliamentliveuk] Add extractor
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 01791338b..80b1e128a 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -174,6 +174,7 @@ from .nowness import NownessIE
from .nowvideo import NowVideoIE
from .ooyala import OoyalaIE
from .orf import ORFIE
+from .parliamentliveuk import ParliamentLiveUKIE
from .pbs import PBSIE
from .photobucket import PhotobucketIE
from .playvid import PlayvidIE