1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

rules: disable hls for soundcloud when live

This commit is contained in:
Ilya Kreymer 2017-11-29 16:22:41 -08:00
parent efda3df640
commit 8a107b0f6f

View File

@ -262,6 +262,18 @@ rules:
replace: '"noitacol_tabmow_BW"'
# soundcloud
#=================================================================
- url_prefix: 'com,soundcloud,api)/i1/tracks/'
rewrite:
live_only: true
js_regexs:
- match: '"hls'
replace: '"__hls'
# vimeo rules
#=================================================================