mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 00:17:17 +08:00
[screenwavemedia] warn when falling back to a hardcoded list of streams
This commit is contained in:
parent
f0e5e6ab96
commit
19c3710bbb
@ -56,6 +56,7 @@ class ScreenwaveMediaIE(InfoExtractor):
|
||||
|
||||
# Fallback to hardcoded sources if JS changes again
|
||||
if not sources:
|
||||
self.report_warning('Falling back to a hardcoded list of streams')
|
||||
sources = [{
|
||||
'file': 'http://%s/vod/%s_%s.mp4' % (videoserver, video_id, format_id),
|
||||
'type': 'mp4',
|
||||
|
Loading…
x
Reference in New Issue
Block a user