Ejemplo n.º 1
0
def libArteListDate():
    date_dirs = libMediathek.populateDirDate('libArteListDateVideos',
                                             dateChooser=True)
    date_dirs.append({
        '_name': translation(31046),
        'mode': 'libArteListListings',
        '_type': 'dir',
        'url': emac_url + '/zones/highlights_TV_GUIDE?limit=20'
    })
    return date_dirs
Ejemplo n.º 2
0
def libBrListChannelDate():
    return libMediathek.populateDirDate('libBrListChannelDateVideos',
                                        params['channel'])
Ejemplo n.º 3
0
def libSrListDate():
    return libMediathek.populateDirDate('libSrListDateVideos')
Ejemplo n.º 4
0
def libArdListDateByChannel():
    return libMediathek.populateDirDate('libArdListDateVideosOfChannel',
                                        params['channel'])
Ejemplo n.º 5
0
def libDasErsteListDate():
    return libMediathek.populateDirDate('libDasErsteListDateVideos')
Ejemplo n.º 6
0
def libArteListDate():
    return libMediathek.populateDirDate('libArteListDateVideos',
                                        dateChooser=True)
Ejemplo n.º 7
0
def libBrListChannelDate():
	return libMediathek.populateDirDate('libBrListChannelDateVideos',params['channel'],True)
Ejemplo n.º 8
0
def lib3satHtmlListDate():
    # URL z.B.: https://www.3sat.de/programm?airtimeDate=2019-06-21
    l = libMediathek.populateDirDate('lib3satHtmlListDateVideos')
    return l
Ejemplo n.º 9
0
def libWdrListDate():
    return libMediathek.populateDirDate('libWdrListDateVideos', False, True)
Ejemplo n.º 10
0
def lib3satListDate():
    l = libMediathek.populateDirDate('lib3satListDateVideos')
    return l