diff --git a/youtube_dl/extractor/animelab.py b/youtube_dl/extractor/animelab.py index 6ebd453a5..0d77bf98c 100644 --- a/youtube_dl/extractor/animelab.py +++ b/youtube_dl/extractor/animelab.py @@ -12,8 +12,6 @@ from ..utils import ( from ..compat import compat_HTTPError -import re - class AnimeLabBaseIE(InfoExtractor): _LOGIN_REQUIRED = True @@ -207,7 +205,6 @@ class AnimeLabIE(AnimeLabBaseIE): } - class AnimeLabShowsIE(AnimeLabBaseIE): _VALID_URL = r'https?://(?:www\.)?animelab\.com/shows/(?P[^/]+)'