Skip to content
Permalink
Browse files
comments added
  • Loading branch information
plurab committed Nov 29, 2018
1 parent a786a67 commit 6fca39ba327a8aaaa283fa7876926c428f109e89
Showing 1 changed file with 3 additions and 2 deletions.
@@ -1,5 +1,6 @@
'''putting key words into youtube searching link and displaying it'''
def youtube(sentence):
sentence=sentence.replace('youtube','')
sentence=sentence.replace('youtube','')
sentence=sentence.replace(' ','+')
sentence=sentence.replace('play','')
print ("https://www.youtube.com/results?search_query="+sentence)
print ("https://www.youtube.com/results?search_query="+sentence)

0 comments on commit 6fca39b

Please sign in to comment.