Add BC mobile tab

This commit is contained in:
Jafea7 2025-03-30 18:27:09 +11:00
parent 92aa630676
commit 3c5b9e7223
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,11 @@ public class BongaCamsTabProvider extends AbstractTabProvider {
updateService = new BongaCamsUpdateService((BongaCams) site, url);
tabs.add(createTab("Transsexual", updateService));
// mobile
url = site.getBaseUrl() + "/tools/listing_v3.php?livetab=all&online_only=true&tag=mobile-live&limit=72&offset=";
updateService = new BongaCamsUpdateService((BongaCams) site, url);
tabs.add(createTab("Mobile", updateService));
// new
url = site.getBaseUrl() + "/tools/listing_v3.php?livetab=new&online_only=true&is_mobile=true&limit=72&offset=";
updateService = new BongaCamsUpdateService((BongaCams) site, url);