Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # -*- coding: utf-8 -*-
- # List MP3s To Download.py
- from Tkinter import Tk
- root=Tk()
- g1='''https://www.google.com/search?q=site:youtube.com+"'''
- g2='''"&ie=utf-8&oe=utf-8'''
- aaa=root.selection_get(selection="CLIPBOARD")
- aaa=aaa.replace(' ','+').split('\n')
- for z in aaa:
- print g1+z+g2
Add Comment
Please, Sign In to add comment