
Modified section from youtube-downloader.py
By:
waterapple on
Aug 31st, 2012 | syntax:
Python | size: 0.38 KB | hits: 11 | expires: Never
#MODIFIED TO FORCE USE OF BATCHFILE AND OTHER SETTINGS DUE TO MY INABILITY TO USE THE COMMANDLINE
opts.batchfile = "Batch.txt"
#force title to be saved
#DISABLED FOR TEMPLATE
#opts.usetitle = True
#force output template to be used
# \username.20120101.Simple-Video_TITLE.Vid301d.EXT
opts.outtmpl = "%(uploader)s.%(upload_date)s.%(stitle)s.%(id)s.%(ext)s"
#END CHANGES