DailyMotion/test2.py

8 lines
102 B
Python

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