[screenwavemedia] warn when falling back to a hardcoded list of streams
[youtube-dl] / youtube_dl / extractor / screenwavemedia.py
index e1604b5c0c3514bfe39fb5278a33e5d65f10106c..671ea57d0235a7f489fdace8dbaac79a35e6d099 100644 (file)
@@ -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',