aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorthc202 <thc202@gmail.com>2015-02-27 22:27:30 +0000
committerthc202 <thc202@gmail.com>2015-02-27 22:27:30 +0000
commit40b077bc7ee2722463f23974ce488acb7f11815a (patch)
treea82a5973976eacc0b21d5618c6b4c3fd2f97e310 /youtube_dl/extractor/__init__.py
parentbd3749ed693ae96becd3832f20e765e1efe01476 (diff)
downloadyoutube-dl-40b077bc7ee2722463f23974ce488acb7f11815a.tar.xz
[oppetarkiv] Add new extractor
Some, if not all, of the videos appear to be geo-blocked (Sweden). Test might fail (403 Forbidden) if not run through a Swedish connection.
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 aecb67bf4..1544f1059 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -350,6 +350,7 @@ from .odnoklassniki import OdnoklassnikiIE
from .oktoberfesttv import OktoberfestTVIE
from .ooyala import OoyalaIE
from .openfilm import OpenFilmIE
+from .oppetarkiv import OppetArkivIE
from .orf import (
ORFTVthekIE,
ORFOE1IE,