mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 04:15:09 +01:00
Update copyHlsPlaylist
This commit is contained in:
parent
4b26ca1bed
commit
8245353b15
@ -128,15 +128,11 @@
|
|||||||
},
|
},
|
||||||
"morning": {
|
"morning": {
|
||||||
"default": "What would you like to watch this morning?",
|
"default": "What would you like to watch this morning?",
|
||||||
"extra": [
|
"extra": ["I hear Before Sunrise is good"]
|
||||||
"I hear Before Sunrise is good"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"night": {
|
"night": {
|
||||||
"default": "What would you like to watch tonight?",
|
"default": "What would you like to watch tonight?",
|
||||||
"extra": [
|
"extra": ["Tired? I hear The Exorcist is good."]
|
||||||
"Tired? I hear The Exorcist is good."
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -243,7 +239,7 @@
|
|||||||
"menus": {
|
"menus": {
|
||||||
"downloads": {
|
"downloads": {
|
||||||
"disclaimer": "Downloads are taken directly from the provider. movie-web does not have control over how the downloads are provided.",
|
"disclaimer": "Downloads are taken directly from the provider. movie-web does not have control over how the downloads are provided.",
|
||||||
"copyHlsPlaylist": "Copy playlist link",
|
"copyHlsPlaylist": "Copy HLS playlist link",
|
||||||
"downloadSubtitle": "Download current subtitle",
|
"downloadSubtitle": "Download current subtitle",
|
||||||
"downloadVideo": "Download video",
|
"downloadVideo": "Download video",
|
||||||
"hlsDisclaimer": "Downloads are taken directly from the provider. movie-web does not have control over how the downloads are provided.<br /><br />Please note that you are downloading an HLS playlist, <bold>it is not recommended to download if you are not familiar with advanced streaming formats</bold>. Try different sources for different formats.",
|
"hlsDisclaimer": "Downloads are taken directly from the provider. movie-web does not have control over how the downloads are provided.<br /><br />Please note that you are downloading an HLS playlist, <bold>it is not recommended to download if you are not familiar with advanced streaming formats</bold>. Try different sources for different formats.",
|
||||||
|
Loading…
Reference in New Issue
Block a user