mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-26 21:59:08 +01:00
Fix details page
This commit is contained in:
parent
a2e0e47226
commit
95b5dd376d
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ class PlutoTVIE(InfoExtractor):
|
||||||
|
|
||||||
|
|
||||||
class PlutoTVLiveIE(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 = [{
|
_TESTS = [{
|
||||||
'url': 'https://pluto.tv/live-tv/6093f9281db477000759fce0',
|
'url': 'https://pluto.tv/live-tv/6093f9281db477000759fce0',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
|
Loading…
Reference in a new issue