diff options
author | thc202 <thc202@gmail.com> | 2015-02-27 22:27:30 +0000 |
---|---|---|
committer | thc202 <thc202@gmail.com> | 2015-02-27 22:27:30 +0000 |
commit | 40b077bc7ee2722463f23974ce488acb7f11815a (patch) | |
tree | a82a5973976eacc0b21d5618c6b4c3fd2f97e310 /youtube_dl/extractor/__init__.py | |
parent | bd3749ed693ae96becd3832f20e765e1efe01476 (diff) |
[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__.py | 1 |
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, |