PDA

View Full Version : cbs.com help


blead2005
11-25-2015, 03:15 PM
can anyone tell me how to use rtmpdump to download these videos

www.cbs.com/shows/big_bang_theory/video/38E2E058-C75F-416C-ED77-6DC9A988A96B/the-big-bang-theory-the-perspiration-implementation/

www.cbs.com/shows/big_bang_theory/video/BC909C5C-2D4C-6A82-ACB7-91DBDEDB8C93/the-big-bang-theory-the-helium-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

biezom
11-25-2015, 03:20 PM
can anyone tell me how to use rtmpdump to download these videos

www.cbs.com/shows/big_bang_theory/video/38E2E058-C75F-416C-ED77-6DC9A988A96B/the-big-bang-theory-the-perspiration-implementation/

www.cbs.com/shows/big_bang_theory/video/BC909C5C-2D4C-6A82-ACB7-91DBDEDB8C93/the-big-bang-theory-the-helium-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




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


>>>>>>>


[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

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/"

DoctorRockzo
12-10-2015, 08:05 PM
Thank you, biezom, for explaining how to use youtube-dl, particularly for this site. Very useful.