mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 22:41:02 +00:00
feat: support for multiple audio/subtitle downloads
This commit is contained in:
@@ -137,7 +137,7 @@ suspend fun <T> tryWithSuspend(
|
||||
* **/
|
||||
data class FileUrl(
|
||||
var url: String,
|
||||
val headers: Map<String, String> = mapOf()
|
||||
var headers: Map<String, String> = mapOf()
|
||||
) : Serializable {
|
||||
companion object {
|
||||
operator fun get(url: String?, headers: Map<String, String> = mapOf()): FileUrl? {
|
||||
|
||||
Reference in New Issue
Block a user