Thread: cbs.com help
View Single Post
  #2  
Old 11-25-2015, 03:20 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: cbs.com help


Quote:
Originally Posted by blead2005 View Post
can anyone tell me how to use rtmpdump to download these videos

http://www.cbs.com/shows/big_bang_th...mplementation/

http://www.cbs.com/shows/big_bang_th...insufficiency/



I have never used rtmpdump so would need a detailed simple guide please

And can you please tell me how to get the correct URL to videos from that site as There's alot more videos that I want to download

also how do I choose what quality I want to download 480p 720p etc...

Thanks



Code:
youtube-dl -F "http://www.cbs.com/shows/big_bang_theory/video/38E2E058-C75F-416C-ED77-6DC9A988A96B/the-big-bang-theory-the-perspiration-implementation/"

>>>>>>>


Code:
[CBS] the-big-bang-theory-the-perspiration-implementation: Downloading webpage
[ThePlatform] eWQ83IZyFSX5: Downloading SMIL data
[ThePlatform] eWQ83IZyFSX5: Downloading m3u8 information
[ThePlatform] eWQ83IZyFSX5: Downloading m3u8 information
[ThePlatform] eWQ83IZyFSX5: Downloading m3u8 information
[ThePlatform] eWQ83IZyFSX5: Downloading m3u8 information
[ThePlatform] eWQ83IZyFSX5: Downloading JSON metadata
[info] Available formats for eWQ83IZyFSX5:
format code  extension  resolution note
hls-meta-0   mp4        multiple   Quality selection URL 
hls-meta-1   mp4        multiple   Quality selection URL 
hls-meta-2   mp4        multiple   Quality selection URL 
hls-meta-3   mp4        multiple   Quality selection URL 
hls-47-0     mp4        unknown      47k , mp4a
hls-47-1     mp4        unknown      47k , mp4a
hls-47-2     mp4        unknown      47k , mp4a
hls-47-3     mp4        unknown      47k , mp4a
hls-163-0    mp4        400x224     163k , avc1,  mp4a
hls-163-1    mp4        400x224     163k , avc1,  mp4a
hls-163-2    mp4        400x224     163k , avc1,  mp4a
hls-163-3    mp4        400x224     163k , avc1,  mp4a
hls-304-0    mp4        400x224     304k , avc1,  mp4a
hls-304-1    mp4        400x224     304k , avc1,  mp4a
hls-304-2    mp4        400x224     304k , avc1,  mp4a
hls-304-3    mp4        400x224     304k , avc1,  mp4a
hls-555-0    mp4        512x288     555k , avc1,  mp4a
hls-555-1    mp4        512x288     555k , avc1,  mp4a
hls-555-2    mp4        512x288     555k , avc1,  mp4a
hls-555-3    mp4        512x288     555k , avc1,  mp4a
hls-856-0    mp4        640x360     856k , avc1,  mp4a
hls-856-1    mp4        640x360     856k , avc1,  mp4a
hls-856-2    mp4        640x360     856k , avc1,  mp4a
hls-856-3    mp4        640x360     856k , avc1,  mp4a
hls-1269-0   mp4        768x432    1269k , avc1,  mp4a
hls-1269-1   mp4        768x432    1269k , avc1,  mp4a
hls-1269-2   mp4        768x432    1269k , avc1,  mp4a
hls-1269-3   mp4        768x432    1269k , avc1,  mp4a
hls-1877-0   mp4        960x540    1877k , avc1,  mp4a
hls-1877-1   mp4        960x540    1877k , avc1,  mp4a
hls-1877-2   mp4        960x540    1877k , avc1,  mp4a
hls-1877-3   mp4        960x540    1877k , avc1,  mp4a
hls-2616-0   mp4        1024x576   2616k , avc1,  mp4a
hls-2616-1   mp4        1024x576   2616k , avc1,  mp4a
hls-2616-2   mp4        1024x576   2616k , avc1,  mp4a
hls-2616-3   mp4        1024x576   2616k , avc1,  mp4a
hls-3631-0   mp4        1280x720   3631k , avc1,  mp4a
hls-3631-1   mp4        1280x720   3631k , avc1,  mp4a
hls-3631-2   mp4        1280x720   3631k , avc1,  mp4a
hls-3631-3   mp4        1280x720   3631k , avc1,  mp4a (best)

after choose your quality

example 720p

Code:
youtube-dl -f hls-3631-3 "http://www.cbs.com/shows/big_bang_theory/video/38E2E058-C75F-416C-ED77-6DC9A988A96B/the-big-bang-theory-the-perspiration-implementation/"
Reply With Quote