[ie/locipo] Remove unnecessary block

Co-authored-by: garret1317 <garret1317@yandex.com>
pull/13656/head
gravesducking 1 month ago committed by GitHub
parent a0f2dd57a0
commit 198730d17f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,11 +13,6 @@ from ..utils import (
class LocipoIE(InfoExtractor):
@classproperty
def IE_NAME(cls) -> Literal['locipo']:
return 'locipo'
IE_DESC = 'Locipo (ロキポ) Video/Playlist'
_VALID_URL = r'https?://locipo\.jp/creative/(?P<creative_id>[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})(\?.*list=(?P<playlist_id>[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}))?'

Loading…
Cancel
Save