1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-18 11:18:30 +00:00

[ie/locipo] Remove unnecessary block

Co-authored-by: garret1317 <garret1317@yandex.com>
This commit is contained in:
gravesducking 2025-07-09 23:09:34 +09:00 committed by GitHub
parent a0f2dd57a0
commit 198730d17f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,11 +13,6 @@
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}))?'