コード例 #1
0
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()
コード例 #2
0
def daily():
    update_os_browser()
    update_api_url()
    update_img_size()
    check_iptv_link()
    clear_cache()
コード例 #3
0
def daily():
    update_settings()
    check_iptv_link()
    clear_cache()
コード例 #4
0
def daily():
    update_user_agent()
    update_os_browser()
    update_api_url()
    update_img_size()
    check_iptv_link()
コード例 #5
0
ファイル: service.py プロジェクト: hmol33/canal-digitaal
def daily():
    check_iptv_link()
    clear_cache()
コード例 #6
0
ファイル: service.py プロジェクト: hmol33/canal-digitaal
def daily():
    update_os_browser()
    check_iptv_link()
    clear_cache()
コード例 #7
0
def daily():
    update_user_agent()
    check_iptv_link()
コード例 #8
0
def daily():
    update_user_agent()
    update_settings()
    check_iptv_link()