here2share

# gsearch2ytlink.py

May 2nd, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. # gsearch2ytlink.py
  2.  
  3. zzz='''
  4.  
  5. '''.strip().split('www.youtube.com%2Fwatch%3Fv%3D')[-1]
  6.  
  7. zzz='www.youtube.com/watch?v='+zzz.split('&')[0]
  8.  
  9. print zzz
Add Comment
Please, Sign In to add comment