mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-01-04 23:25:14 +00:00
flake8 fix
This commit is contained in:
parent
c6cb2f3692
commit
3209a28c7e
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ from ..utils import (
|
|||
)
|
||||
|
||||
|
||||
|
||||
class KickIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?kick\.com/video/(?P<id>[0-9a-zA-Z-]+)'
|
||||
_TESTS = [{
|
||||
|
|
Loading…
Reference in a new issue