View Single Post
  #3  
Old 09-17-2014, 02:24 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Error retrieving downloading from ffmpeg


BlueCop
Code:
C:\Python34>python downloadM3U8.py -i "http://streaming.itunesfestival.com/auth/
eu1/vod/20140916/v1/1200_256/1012882_blondie_vod.m3u8?token=expires=1411013704~a
ccess=/auth/*~md5=3c6adef62ce0abe7fd8bb84bcb0b7e37" -o video.ts
  File "downloadM3U8.py", line 38
    print 'KEY : %X' % keyValue
                   ^
SyntaxError: invalid syntax
Reply With Quote