diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-08-31 21:56:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 21:56:32 +0200 |
commit | 33787dd372c4a07677882eb11869ce4d4735ae29 (patch) | |
tree | b97ec5e0994ebe6fda3f374255c93afaa0b647db /youtube_dl/extractor/extractors.py | |
parent | a2f256c9e9a019e32b2033e8f3bd375e0498b541 (diff) | |
parent | c70a9f2ace39f006ba86f8561b4a49181046da19 (diff) |
Merge pull request #2 from blocktrron/hr-fernsehen
[hrfernsehen] add extractor
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 4b3092028..5ae0a34aa 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -440,6 +440,7 @@ from .hotstar import ( ) from .howcast import HowcastIE from .howstuffworks import HowStuffWorksIE +from .hrfensehen import HRFernsehenIE from .hrti import ( HRTiIE, HRTiPlaylistIE, |