jpoehls / rsshandler

Automatically exported from code.google.com/p/rsshandler
0 stars 0 forks source link

Link generated for video contains http part twice causing itunes to fail downloading #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the beta4, sometime itunes does not download video. Looking into the reasons 
of why I identified this problem:

Sometime link get resolved to "http://http//". That cause download to fail, 
here is an example:

wget 
"http://localhost:8083/video.mp4?format=22&id=cURnbHNwN9Y&feature=youtube_gdata&
fb=1"
--2011-09-07 11:48:22--  
http://localhost:8083/video.mp4?format=22&id=cURnbHNwN9Y&feature=youtube_gdata&f
b=1
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:8083... connected.
HTTP request sent, awaiting response... 302 Found
Location: 
http://http://v16.lscache1.c.youtube.com/videoplayback?sparams=id,expire,ip,ipbi
ts,itag,ratebypass&itag=22&ip=195.0.0.0&signature=2C7312E1CF7BC158B3B86D3247406C
66244C4547.78F5578B1D641FCD92FDBB711E104BE5
EA5DECE7&sver=3&ratebypass=yes&expire=1315407600&key=yt1&ipbits=8&id=7144676c737
037d6&quality=hd720 [following]
--2011-09-07 11:48:22--  
http://http//v16.lscache1.c.youtube.com/videoplayback?sparams=id,expire,ip,ipbit
s,itag,ratebypass&itag=22&ip=195.0.0.0&signature=2C7312E1CF7BC158B3B86D3247406C6
6244C4547.78F5578B1D641FCD92
FDBB711E104BE5EA5DECE7&sver=3&ratebypass=yes&expire=1315407600&key=yt1&ipbits=8&
id=7144676c737037d6&quality=hd720
Resolving http (http)... failed: hostname nor servname provided, or not known.
wget: unable to resolve host address `http'

Here was the bad links returned by rsshandler:

HTTP request sent, awaiting response... 302 Found
Location: http://http://v16.lscache1.c.youtube.com

Original issue reported on code.google.com by Maksym.K...@gmail.com on 7 Sep 2011 at 8:51

GoogleCodeExporter commented 9 years ago
Sorry to post a 'me too' comment, but this is a mission-critical bug for me and 
it's been a month and a half. Any word on a fix? (In the meantime I've rolled 
back to beta3.)

Original comment by da...@davidrehm.com on 25 Oct 2011 at 8:56

GoogleCodeExporter commented 9 years ago
This has been fixed in v. 3.0.1.1

Original comment by MotaSay on 30 Jul 2012 at 4:17