VVVVID Aggiunti Film e Serie

(problemi con la rinumerazione)
This commit is contained in:
Alhaziel
2019-09-24 20:24:54 +02:00
parent bc5a29d3ed
commit 5c2b8b4da3
5 changed files with 135 additions and 93 deletions

View File

@@ -1,12 +1,13 @@
# -*- coding: utf-8 -*-
from platformcode import logger
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 [directo]" % page_url[-4:], page_url]]
video_urls = [["%s %s" % (page_url[-4:], config.get_localized_string(30137)), page_url]]
return video_urls