We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4ab763 + 12e7ada commit 9f201e0Copy full SHA for 9f201e0
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