Skip to content

Commit

Permalink
feat(Subtitles): SubDL Login Fix (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingLucius authored Feb 22, 2025
1 parent 0b94f76 commit 713b55d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SubDlApi(index: Int) : InAppAuthAPIManager(index), AbstractSubApi {
override val createAccountUrl = "https://subdl.com/panel/register"

companion object {
const val APIURL = "https://api.subdl.com"
const val APIURL = "https://apiold.subdl.com"
const val APIENDPOINT = "$APIURL/api/v1/subtitles"
const val DOWNLOADENDPOINT = "https://dl.subdl.com"
const val SUBDL_SUBTITLES_USER_KEY: String = "subdl_user"
Expand Down

0 comments on commit 713b55d

Please sign in to comment.