Ejemplo n.º 1
0
def netflix(video_type):
    search_string = utility.keyboard()
    if search_string:
        list.search(search_string, video_type)
Ejemplo n.º 2
0
def netflix(video_type):
    search_string = utility.keyboard()
    if search_string:
        list.search(search_string, video_type)
Ejemplo n.º 3
0
def netflix(video_type, search_string=None):
    if not search_string:
        search_string = generic_utility.keyboard()
    if search_string:
        list.search(search_string, video_type)