Compare commits

...

1 commit

Author SHA1 Message Date
firelight
3a957ef0f1
Fixed subdl, closes #2937 2026-06-20 16:28:08 +02:00

View file

@ -26,7 +26,7 @@ class SubDlApi : SubtitleAPI() {
override val createAccountUrl = "https://subdl.com/panel/register" override val createAccountUrl = "https://subdl.com/panel/register"
companion object { companion object {
const val APIURL = "https://apiold.subdl.com" const val APIURL = "https://api.subdl.com"
const val APIENDPOINT = "$APIURL/api/v1/subtitles" const val APIENDPOINT = "$APIURL/api/v1/subtitles"
const val DOWNLOADENDPOINT = "https://dl.subdl.com" const val DOWNLOADENDPOINT = "https://dl.subdl.com"
} }