Skip to content

Commit 12e7ada

Browse files
committed
updated comment for this application
1 parent e8e8108 commit 12e7ada

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

get_youtube_view.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
import webbrowser
33

44
#how much views you want
5-
5+
#This only works when video has less than 300 views, it won't work when there are more than 300 views...
6+
#due to youtube's policy.
67
print("Enjoy your Time\n" +time.ctime())
78
for count in range(30):
8-
time.sleep(5)
9+
time.sleep(5)
910
webbrowser.open("https://www.youtube.com/watch?v=o6A7nf3IeeA")

0 commit comments

Comments
 (0)