1 parent b767297 commit 7f8dd8aCopy full SHA for 7f8dd8a
1 file changed
DubbindoProvider/src/main/kotlin/com/dubbindo/DubbindoProvider.kt
@@ -152,6 +152,8 @@ class DubbindoProvider : MainAPI() {
152
document.selectFirst("div.pt_video_player div.video-processing") != null
153
154
override val mainPage = mainPageOf(
155
+ "$mainUrl/videos/latest" to "Latest Update",
156
+ "$mainUrl/videos/top" to "Most Viewed",
157
"$mainUrl/videos/trending" to "Trending",
158
"$mainUrl/videos/category/1" to "Movie",
159
"$mainUrl/videos/category/3" to "TV Series",
0 commit comments