mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-12-23 12:40:11 +09:00
_EMBED_REGEX
This commit is contained in:
parent
8f0e4816e3
commit
2a47a5a3f9
@ -116,7 +116,7 @@ class PanoptoBaseIE(InfoExtractor):
|
||||
|
||||
class PanoptoIE(PanoptoBaseIE):
|
||||
_VALID_URL = PanoptoBaseIE.BASE_URL_RE + r'/Pages/(Viewer|Embed)\.aspx.*(?:\?|&)id=(?P<id>[a-f0-9-]+)'
|
||||
__EMBED_REGEX = [
|
||||
_EMBED_REGEX = [
|
||||
r'''<iframe[^>]+src=["\'](?P<url>%s/Pages/(Viewer|Embed|Sessions/List)\.aspx[^"']+)'''
|
||||
% (PanoptoBaseIE.BASE_URL_RE, )]
|
||||
_TESTS = [
|
||||
|
Loading…
Reference in New Issue
Block a user