diff options
author | Boris Wachtmeister <boris-code@gmx.com> | 2016-05-26 19:58:55 +0200 |
---|---|---|
committer | Boris Wachtmeister <boris-code@gmx.com> | 2016-05-26 20:54:51 +0200 |
commit | 949fc42e009aed5414caad280d0dc551ffcd9c14 (patch) | |
tree | 356d690fc9ce8d5578e550684937568731d873fa /youtube_dl/extractor/extractors.py | |
parent | 33a1ff7113d9dd656b3c56cb404de85646caa559 (diff) |
[WDR] the other wdrmaus.de pages also changed to the new player
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 6de3438fc..023598130 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -923,7 +923,6 @@ from .wat import WatIE from .wdr import ( WDRIE, WDRMobileIE, - WDRMausIE, ) from .webofstories import ( WebOfStoriesIE, |