Skip to content

Commit

Permalink
Restructure lyrics API (part of #63)
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Jul 17, 2023
1 parent ef31383 commit 5c99ef6
Show file tree
Hide file tree
Showing 15 changed files with 664 additions and 593 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import org.schabi.newpipe.extractor.downloader.Request as NewPipeRequest
import org.schabi.newpipe.extractor.downloader.Response as NewPipeResponse

const val DEFAULT_CONNECT_TIMEOUT = 10000
val PLAIN_HEADERS = listOf("accept-language", "user-agent", "accept-encoding", "content-encoding", "origin")
private val PLAIN_HEADERS = listOf("accept-language", "user-agent", "accept-encoding", "content-encoding", "origin")

class JsonParseException(val json_obj: JsonObject, message: String? = null, cause: Throwable? = null): RuntimeException(message, cause)

Expand Down
Loading

0 comments on commit 5c99ef6

Please sign in to comment.