projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b22cb1
)
[screenwavemedia] warn when falling back to a hardcoded list of streams
author
felix
<felix.von.s@posteo.de>
Sat, 29 Aug 2015 06:01:10 +0000
(08:01 +0200)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 29 Aug 2015 12:38:41 +0000
(18:38 +0600)
youtube_dl/extractor/screenwavemedia.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/screenwavemedia.py
b/youtube_dl/extractor/screenwavemedia.py
index e1604b5c0c3514bfe39fb5278a33e5d65f10106c..671ea57d0235a7f489fdace8dbaac79a35e6d099 100644
(file)
--- a/
youtube_dl/extractor/screenwavemedia.py
+++ b/
youtube_dl/extractor/screenwavemedia.py
@@
-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',