mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-13 04:09:46 +00:00
Fix details page
This commit is contained in:
parent
a2e0e47226
commit
95b5dd376d
@ -187,7 +187,7 @@ class PlutoTVIE(InfoExtractor):
|
||||
|
||||
|
||||
class PlutoTVLiveIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?pluto\.tv(?:/[^/]+)?/live-tv/(?P<id>.+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?pluto\.tv(?:/[^/]+)?/live-tv/(?P<id>[^/]+)'
|
||||
_TESTS = [{
|
||||
'url': 'https://pluto.tv/live-tv/6093f9281db477000759fce0',
|
||||
'info_dict': {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user