def daily():
    update_settings()
    check_iptv_link()
    clear_cache()

    vod_subscription_file = ADDON_PROFILE + 'vod_subscription.json'

    if is_file_older_than_x_days(vod_subscription_file, days=1):
        api.vod_subscription()
Beispiel #2
0
def daily():
    update_os_browser()
    update_api_url()
    update_img_size()
    check_iptv_link()
    clear_cache()
Beispiel #3
0
def daily():
    check_iptv_link()
    clear_cache()
Beispiel #4
0
def daily():
    update_settings()
    check_iptv_link()
    clear_cache()
Beispiel #5
0
def daily():
    update_os_browser()
    check_iptv_link()
    clear_cache()