projects
/
vpproxy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
WebM transcoding added
[vpproxy.git]
/
plugins
/
m3u_plugin.py
diff --git
a/plugins/m3u_plugin.py
b/plugins/m3u_plugin.py
index cc614f2ef130095c4349a12ff902f1dd12903274..2263dfe930007cbe2bcfe58fbf3121fba8362c98 100644
(file)
--- a/
plugins/m3u_plugin.py
+++ b/
plugins/m3u_plugin.py
@@
-30,6
+30,8
@@
class M3u(VPProxyPlugin):
if self.splitted_path[1]=='m3u':
prefix='get'
if self.splitted_path[1]=='m3u':
prefix='get'
+ elif self.splitted_path[1]=='m3uw':
+ prefix='webm'
elif self.splitted_path[1]=='m3ut':
prefix='mp4'
else:
elif self.splitted_path[1]=='m3ut':
prefix='mp4'
else: