mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2025-01-09 14:47:55 +01:00
[AnimeLab] flake8 fixes
This commit is contained in:
parent
8be1c8e026
commit
282c7a1af4
@ -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<id>[^/]+)'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user