from DB import DBVidcon db = DBVidcon() data = db.item_keyword(1) for item in data: print(item)