diff options
Diffstat (limited to 'youtube_dl/extractor/screenwavemedia.py')
-rw-r--r-- | youtube_dl/extractor/screenwavemedia.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/screenwavemedia.py b/youtube_dl/extractor/screenwavemedia.py index 108190471..6c9fdb7c1 100644 --- a/youtube_dl/extractor/screenwavemedia.py +++ b/youtube_dl/extractor/screenwavemedia.py @@ -5,9 +5,7 @@ import re from .common import InfoExtractor from ..utils import ( - ExtractorError, int_or_none, - month_by_name, unified_strdate, ) |