Add forgotten embed extraction

This commit is contained in:
sepro 2024-02-16 15:53:55 +01:00
parent 7f0df4b377
commit 7a14b02ba3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class PikselIE(InfoExtractor):
)\.jp|
vidego\.baltimorecity\.gov
)/v/(?:refid/(?P<refid>[^/]+)/prefid/)?(?P<id>[\w-]+)'''
_EMBED_REGEX = [r'<iframe[^>]+src=["\'](?P<url>(?:https?:)?//player\.piksel\.com/v/[a-z0-9]+)']
_EMBED_REGEX = [r'<iframe[^>]+src=["\'](?P<url>(?:https?:)?//player\.piksel\.(?:com|tech)/v/[a-z0-9]+)']
_TESTS = [
{
'url': 'http://player.piksel.tech/v/ums2867l',