Files
addon/servers/directo.py
Alhaziel 5c2b8b4da3 VVVVID Aggiunti Film e Serie
(problemi con la rinumerazione)
2019-09-24 20:24:54 +02:00

14 lines
417 B
Python

# -*- coding: utf-8 -*-
from platformcode import logger, config
# Returns an array of possible video url's from the page_url
def get_video_url(page_url, premium=False, user="", password="", video_password=""):
logger.info("(page_url='%s')" % page_url)
logger.info('PAGE URL= ' + page_url)
video_urls = [["%s %s" % (page_url[-4:], config.get_localized_string(30137)), page_url]]
return video_urls