We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e8108 commit 12e7adaCopy full SHA for 12e7ada
get_youtube_view.py
@@ -2,8 +2,9 @@
2
import webbrowser
3
4
#how much views you want
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.
7
print("Enjoy your Time\n" +time.ctime())
8
for count in range(30):
- time.sleep(5)
9
+ time.sleep(5)
10
webbrowser.open("https://www.youtube.com/watch?v=o6A7nf3IeeA")
0 commit comments