Add BC mobile tab
This commit is contained in:
parent
92aa630676
commit
3c5b9e7223
|
@ -42,6 +42,11 @@ public class BongaCamsTabProvider extends AbstractTabProvider {
|
||||||
updateService = new BongaCamsUpdateService((BongaCams) site, url);
|
updateService = new BongaCamsUpdateService((BongaCams) site, url);
|
||||||
tabs.add(createTab("Transsexual", updateService));
|
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
|
// new
|
||||||
url = site.getBaseUrl() + "/tools/listing_v3.php?livetab=new&online_only=true&is_mobile=true&limit=72&offset=";
|
url = site.getBaseUrl() + "/tools/listing_v3.php?livetab=new&online_only=true&is_mobile=true&limit=72&offset=";
|
||||||
updateService = new BongaCamsUpdateService((BongaCams) site, url);
|
updateService = new BongaCamsUpdateService((BongaCams) site, url);
|
||||||
|
|
Loading…
Reference in New Issue