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:
parent
a0f2dd57a0
commit
198730d17f
@ -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}))?'
|
||||
|
Loading…
Reference in New Issue
Block a user