From 282c7a1af4f72f4d7f0bca34ebb8b9254bbadabb Mon Sep 17 00:00:00 2001 From: Mariusz Skoneczko Date: Sat, 1 Feb 2020 16:48:34 +1100 Subject: [PATCH] [AnimeLab] flake8 fixes --- youtube_dl/extractor/animelab.py | 3 --- 1 file changed, 3 deletions(-) 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[^/]+)'