1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-28 01:18:30 +00:00

Apply suggestions from code review

This commit is contained in:
bashonly 2024-06-12 06:47:04 +00:00 committed by McSwindler
parent 2a308d0930
commit 93857c326e
2 changed files with 6 additions and 6 deletions

View File

@ -2418,7 +2418,7 @@
from .wat import WatIE
from .watchertv import (
WatcherTVSeasonIE,
WatcherTVIE
WatcherTVIE,
)
from .wdr import (
WDRIE,

View File

@ -27,9 +27,9 @@ class WatcherTVIE(DropoutBaseIE):
'duration': 3853,
'uploader_id': 'user80538407',
'uploader_url': 'https://vimeo.com/user80538407',
'uploader': 'OTT Videos'
'uploader': 'OTT Videos',
},
'expected_warnings': ['Ignoring subtitle tracks found in the HLS manifest']
'expected_warnings': ['Ignoring subtitle tracks found in the HLS manifest'],
},
{
'url': 'https://www.watchertv.com/road-files/season:1/videos/rf101',
@ -50,9 +50,9 @@ class WatcherTVIE(DropoutBaseIE):
'duration': 516,
'uploader_id': 'user80538407',
'uploader_url': 'https://vimeo.com/user80538407',
'uploader': 'OTT Videos'
'uploader': 'OTT Videos',
},
'expected_warnings': ['Ignoring subtitle tracks found in the HLS manifest']
'expected_warnings': ['Ignoring subtitle tracks found in the HLS manifest'],
},
{
'url': 'https://www.watchertv.com/videos/welcome-beta-users',
@ -69,7 +69,7 @@ class WatcherTVIE(DropoutBaseIE):
'duration': 92,
'uploader_id': 'user80538407',
'uploader_url': 'https://vimeo.com/user80538407',
'uploader': 'OTT Videos'
'uploader': 'OTT Videos',
},
'expected_warnings': ['Ignoring subtitle tracks found in the HLS manifest']
}