improve output
This commit is contained in:
parent
3a4f47ad89
commit
d73d001707
10
livie.py
10
livie.py
@ -29,8 +29,8 @@ for video in VIDEOS:
|
|||||||
print() # print skip line
|
print() # print skip line
|
||||||
|
|
||||||
# prints
|
# prints
|
||||||
print(f' title: {title}')
|
print(f' title: {title}')
|
||||||
print(f' url: {link}')
|
print(f' url: {link}')
|
||||||
print(f' channel: {author}')
|
print(f' channel: {author}')
|
||||||
print(f' time: {time}')
|
print(f' time: {time}')
|
||||||
print(f' publish: {publish}')
|
print(f' publish: {publish}')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user