mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-05-10 16:05:45 -05:00
[ie/omnyfm] updated _EMBED_REGEX
This commit is contained in:
parent
d9e0e023b8
commit
d40dbdc50b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
class OmnyFMShowIE(InfoExtractor):
|
class OmnyFMShowIE(InfoExtractor):
|
||||||
IE_NAME = 'omnyfm:show'
|
IE_NAME = 'omnyfm:show'
|
||||||
_VALID_URL = r'https?://omny\.fm/shows/(?P<id>[\w-]+)'
|
_VALID_URL = r'https?://omny\.fm/shows/(?P<id>[\w-]+)'
|
||||||
_EMBED_REGEX = [r'<iframe[^>]+?src=(?:["\'])(?P<url>https?://omny\.fm/shows/.+?)\1']
|
_EMBED_REGEX = [r'<iframe[^>]+?src=(["\'])(?P<url>https?://omny\.fm/shows/.+?)\1']
|
||||||
_PAGE_SIZE = 10
|
_PAGE_SIZE = 10
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://omny.fm/shows/league-leaders',
|
'url': 'https://omny.fm/shows/league-leaders',
|
||||||
|
|
Loading…
Reference in a new issue