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:
parent
efda3df640
commit
8a107b0f6f
@ -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
|
||||
#=================================================================
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user