View Single Post
  #2  
Old 08-10-2014, 02:35 AM
maynak00 maynak00 is offline
Junior Member
 
Join Date: Jul 2011
Posts: 7
maynak00 is on a distinguished road
Default

Re: iTunes Live Streams


1) use Nirsoft HTTPNetworkSniffer (ore any HTTP sniffer) to get video URL. copy with Ctrl+U (for httpnetworksniffer) or Edit>Copy URLs
2) change 480p with h1080p
3) Open Quicktime. File>Open URL...>Paste URL>OK
4) File>Export...>Save

or use wget / curl method: http://blog.hd-trailers.net/tutorial...rs-from-apple/
1) use Nirsoft HTTPNetworkSniffer (ore any HTTP sniffer) to get video URL. copy with Ctrl+U (for httpnetworksniffer) or Edit>Copy URLs
2) change 480p with h1080p
3) wget -U QuickTime http://trailers.apple.com/movies/fox/avatar/avatar2009aug0820a-tsr_h1080p.mov

"C:\Program Files (x86)\GnuWin32\bin>wget -U QuickTime http://trailers.apple.com/movies/fox/avatar/avatar2009aug0820a-tsr_h1080p.mov
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = c:/progra~1/wget/etc/wgetrc
--2014-08-10 12:21:59-- http://trailers.apple.com/movies/fox/avatar/avatar2009aug0820a-tsr_h1080p.mov
Resolving trailers.apple.com... 184.85.145.164
Connecting to trailers.apple.com|184.85.145.164|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 174086883 (166M) [video/quicktime]
Saving to: `avatar2009aug0820a-tsr_h1080p.mov'

7% [=> ] 12,904,975 323K/s eta 39m 37s"

Last edited by maynak00 : 08-10-2014 at 03:31 AM.
Reply With Quote