You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -269,39 +269,6 @@ You can change some behaviors by tweaking the configuration file. The configurat
269
269
- 480p (640x480)
270
270
- 360p (640x360)
271
271
272
-
273
-
#### Output format Options
274
-
Final video will be saved with the selected extension. For each format, specific subtitles parameters need to be set in the `M3U8_CONVERSION` section.
275
-
276
-
> Note: if you want **ASS subtitles**, use `extension: "mkv"` and set `param_subtitles` to `["-c:s","ass"]`
277
-
> (or `["-c:s","copy"]` if the input subtitles are already ASS and you just want to mux them).
278
-
279
-
MP4 example:
280
-
```json
281
-
{
282
-
"M3U8_CONVERSION": {
283
-
"param_subtitles": [
284
-
"-c:s",
285
-
"mov_text"
286
-
],
287
-
"extension": "mp4"
288
-
}
289
-
}
290
-
```
291
-
292
-
MKV example (WebVTT):
293
-
```json
294
-
{
295
-
"M3U8_CONVERSION": {
296
-
"param_subtitles": [
297
-
"-c:s",
298
-
"webvtt"
299
-
],
300
-
"extension": "mkv"
301
-
}
302
-
}
303
-
```
304
-
305
272
#### Link options
306
273
-`get_only_link`: Return M3U8 playlist/index URL instead of downloading
307
274
@@ -555,14 +522,6 @@ make LOCAL_DIR=/path/to/download run-container
555
522
556
523
The `run-container` command mounts also the `config.json` file, so any change to the configuration file is reflected immediately without having to rebuild the image.
API non ufficiale per accedere ai contenuti del sito italiano StreamingCommunity.
576
-
577
-
578
533
# Disclaimer
579
534
> **Note:** This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.
580
535
@@ -585,4 +540,4 @@ API non ufficiale per accedere ai contenuti del sito italiano StreamingCommunity
585
540
**Made with ❤️ for streaming lovers**
586
541
587
542
*If you find this project useful, consider starring it! ⭐*
0 commit comments