johnymarek / media-translate

Automatically exported from code.google.com/p/media-translate
0 stars 0 forks source link

youtube don't work #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
maybe fixed. try my solution:

yubeurl=$(/opt/bin/curl -s 
"http://www.youtube.com/get_video_info?video_id=$QUERY_STRING&el=embedded&ps=def
ault&eurl=&hl=en_US" | echo -e $(sed 
's/%/\\x/g;s/.*\(v[0-9]\.lscache.*\)/http:\/\/\1/g') | /opt/bin/grep -oP 
'^[^|,]*')

Original issue reported on code.google.com by vb6ro.cod@gmail.com on 8 Jun 2011 at 5:00

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by Serge.A.Timchenko@gmail.com on 5 Aug 2011 at 11:20