[screenwavemedia] warn when falling back to a hardcoded list of streams
authorfelix <felix.von.s@posteo.de>
Sat, 29 Aug 2015 06:01:10 +0000 (08:01 +0200)
committerSergey M․ <dstftw@gmail.com>
Sat, 29 Aug 2015 12:38:41 +0000 (18:38 +0600)
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',