diff options
author | David Triendl <david@triendl.name> | 2014-02-21 17:28:30 +0100 |
---|---|---|
committer | David Triendl <david@triendl.name> | 2014-02-21 17:58:52 +0100 |
commit | 3eb38acb43f30c94a9b93894b1d8171f3e6fa809 (patch) | |
tree | 96bfa6622af9eb2f4ddf3b0699446b633c29604b /youtube_dl/extractor/__init__.py | |
parent | f7300c5c90a99d234a2c7a6d70f5b5baa9d35046 (diff) |
[BR] Add "BR" extractor
Extractor for videos from the Bayerischer Rundfunk Mediathek[1]. Currently only
supports videos. Audio and podcasts do not work yet with this extractor.
1: http://br.de/mediathek
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 e35287f88..989482a9b 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -19,6 +19,7 @@ from .bbccouk import BBCCoUkIE from .blinkx import BlinkxIE from .bliptv import BlipTVIE, BlipTVUserIE from .bloomberg import BloombergIE +from .br import BRIE from .breakcom import BreakIE from .brightcove import BrightcoveIE from .c56 import C56IE |