-
Updated
Nov 6, 2020 - C#
m3u8-parser
Here are 19 public repositories matching this topic...
-
Updated
Oct 26, 2020 - Objective-C
-
Updated
Jun 1, 2020 - Swift
-
Updated
Oct 12, 2020 - Python
-
Updated
Oct 21, 2019 - Kotlin
-
Updated
Dec 19, 2019 - Go
-
Updated
Jan 7, 2020 - PHP
-
Updated
Apr 27, 2020 - TypeScript
-
Updated
Jan 30, 2020 - Go
-
Updated
May 12, 2020 - PHP
-
Updated
Oct 27, 2019 - Go
-
Updated
May 12, 2020 - PHP
-
Updated
Sep 27, 2020 - JavaScript
Improve this page
Add a description, image, and links to the m3u8-parser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the m3u8-parser topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Addition of a -c cli option to keep the cached download and redirect it to a new location
Describe the solution you'd like
On specifying the -c option the command should look like this
m3u8-dl <url-of-playlist> -c <absolute/relative path of new location directory>
the specified directory must be a valid path.