Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

How to rip video from Discovery.com

(http://stream-recorder.com/forum/showthread.php?t=19418)

tdx3000 02-25-2015 11:01 AM

How to rip video from Discovery.com


 
Does anyone know if it's possible to rip videos from discovery.com

like this particular video here:
http://www.discovery.com/tv-shows/bi...the-destroyer/

If so what tools do i need.

thank you

biezom 02-25-2015 11:18 AM

Re: How to rip video from Discovery.com


 
Quote:

Originally Posted by tdx3000 (Post 74463)
Does anyone know if it's possible to rip videos from discovery.com

like this particular video here:
http://www.discovery.com/tv-shows/bi...the-destroyer/

If so what tools do i need.

thank you

Code:

youtube-dl -f best http://www.discovery.com/tv-shows/big-giant-swords/videos/the-destroyer/

tdx3000 02-25-2015 12:16 PM

Re: How to rip video from Discovery.com


 
Thank you for your prompt reply.

Possible for me to rip the caption (subtitle) too?

thank you

biezom 02-25-2015 12:29 PM

Re: How to rip video from Discovery.com


 
Quote:

Originally Posted by tdx3000 (Post 74469)
Thank you for your prompt reply.

Possible for me to rip the caption (subtitle) too?

thank you

Code:

http://static.ddmcdn.com/subtitles/145180.006.01.001.srt
but you must shift by one hour because they start at 01:00:01,001 and i don't know why

tdx3000 02-25-2015 02:46 PM

Re: How to rip video from Discovery.com


 
Thanks,

can you please show how you got the link ? I used "inspect element" in chrome browser and look for it but can't find any.

biezom 02-25-2015 03:45 PM

Re: How to rip video from Discovery.com


 
Quote:

Originally Posted by tdx3000 (Post 74472)
Thanks,

can you please show how you got the link ? I used "inspect element" in chrome browser and look for it but can't find any.

i use adblock plus addon on firefox

1) click ABP icon and click Open blockable items


2) search for 'srt' (without ' ')


tdx3000 02-25-2015 06:24 PM

Re: How to rip video from Discovery.com


 
thank you that's useful

I tried to used youtbe-dl to rip video from history channel it work fine but it only download the lowest quality. so when play back on tv it blurry. But when i used it app on an android device playing the same video the it have better quality. So i assume it must have a hight quality ?

This is the video i talking about

http://www.history.com/shows/the-uni...f=1&free=false

biezom 02-26-2015 12:11 AM

Re: How to rip video from Discovery.com


 
Quote:

Originally Posted by tdx3000 (Post 74480)
thank you that's useful

I tried to used youtbe-dl to rip video from history channel it work fine but it only download the lowest quality. so when play back on tv it blurry. But when i used it app on an android device playing the same video the it have better quality. So i assume it must have a hight quality ?

This is the video i talking about

http://www.history.com/shows/the-uni...f=1&free=false

it is more complicated
you can use adblock plus addon on firefox and livestreamer like here

http://stream-recorder.com/forum/sho...6&postcount=89


but just a difference
not http >> https
but http://hdaks3.aetndigital.com >> https://aestreamingaks3-vh.akamaihd.net

648.5 MB with livestreamer against 170.96MiB with youtube

tdx3000 02-27-2015 07:22 PM

Re: How to rip video from Discovery.com


 
Thanks so much will try that

I tried this

Code:

livestreamer "https://hdaks3.aetndigital.com/i/AETN-History_VMS/BRAND_THC_UNVS_49486_CRS_2398_060_20140107_V1_S3_,4,18,13,10,7,2,1,00.mp4.csmil/master.m3u8?hdnea=st=1425092839~exp=1425103669~acl=/*~hmac=4ec558ae0bbd4d1e45a081d06e3330a4f22fae8563ffa2f1adb459e32d9ba51e&g=XGEFKFQWAUFD&hdcore=3.0.3" best test.mp4
and im getting error "no plugin can handle URL:"

im using the livestreamer windows binary

biezom 02-27-2015 08:38 PM

Re: How to rip video from Discovery.com


 
Quote:

Originally Posted by tdx3000 (Post 74542)
Thanks so much will try that

I tried this

Code:

livestreamer "https://hdaks3.aetndigital.com/i/AETN-History_VMS/BRAND_THC_UNVS_49486_CRS_2398_060_20140107_V1_S3_,4,18,13,10,7,2,1,00.mp4.csmil/master.m3u8?hdnea=st=1425092839~exp=1425103669~acl=/*~hmac=4ec558ae0bbd4d1e45a081d06e3330a4f22fae8563ffa2f1adb459e32d9ba51e&g=XGEFKFQWAUFD&hdcore=3.0.3" best test.mp4
and im getting error "no plugin can handle URL:"

im using the livestreamer windows binary

you forgot two things

first hlsvariant:// before url
and as I have said in my previous post just a difference compared to the tutorial http://hdaks3.aetndigital.com >> https://aestreamingaks3-vh.akamaihd.net
so
Code:

livestreamer "hlsvariant://https://aestreamingaks3-vh.akamaihd.net/i/AETN-History_VMS/BRAND_THC_UNVS_49486_CRS_2398_060_20140107_V1_S3_,4,18,13,10,7,2,1,00.mp4.csmil/master.m3u8?hdnea=st=......~exp=.......~acl=/*~hmac=.......&g=......&hdcore=3.0.3" best -o test.ts

stinkfoot 02-28-2015 01:22 PM

Re: How to rip video from Discovery.com


 
Quote:

Originally Posted by tdx3000 (Post 74542)
Thanks so much will try that

I tried this

Code:

livestreamer "https://hdaks3.aetndigital.com/i/AETN-History_VMS/BRAND_THC_UNVS_49486_CRS_2398_060_20140107_V1_S3_,4,18,13,10,7,2,1,00.mp4.csmil/master.m3u8?hdnea=st=1425092839~exp=1425103669~acl=/*~hmac=4ec558ae0bbd4d1e45a081d06e3330a4f22fae8563ffa2f1adb459e32d9ba51e&g=XGEFKFQWAUFD&hdcore=3.0.3" best test.mp4
and im getting error "no plugin can handle URL:"

im using the livestreamer windows binary

Use famous Spanish program adownloader!

tdx3000 02-28-2015 04:03 PM

Re: How to rip video from Discovery.com


 
Quote:

Originally Posted by stinkfoot (Post 74560)
Use famous Spanish program adownloader!

sweet, it work great

thanks all

tdx3000 03-02-2015 07:03 PM

Re: How to rip video from Discovery.com


 
Hi Biezom

I need help with cbs.com

Tried this video
http://www.cbs.com/shows/the_good_wi...fe-dark-money/

with adblock plus the video isn't play because the ad cannot load so i can't get the url that way. I have to use "inspection element" to look for the link and this is what i found.

Quote:

livestreamer "hlsvariant://http://cbsent-vh.akamaihd.net/i/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2015/02/21/402194499992/CBS_GOOD_WIFE_613_CONTENT_CIAN_streamclip_51215,1_ 796,3_1928,1_1296,1_496,1_364,.mp4.csmil/master.m3u8?hdnea=acl=/z/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2015/02/21/402194499992/CBS_GOOD_WIFE_613_CONTENT_CIAN_streamclip_51215*~e xp=1425347493~hmac=9a8fcbb298f5af294804ea0e2c24dc8 c894e51c956f73526103e770229df1f60&hdcore=3.3.1" best -o video.ts
I tried it with livestreamer and get error 403 forbidden.

I tried to download with adownloader it work find but it only geting 640x320 resolution, playing it on tv it fuzzy not smooth like using there app so i assuming there a higher resolution available.

I there a way to download video from cbs with livestreamer.

hasomaso 03-02-2015 08:03 PM

Re: How to rip video from Discovery.com


 
youtube-dl say to me


tdx3000 03-02-2015 08:33 PM

Re: How to rip video from Discovery.com


 
thanks i'll try with youtube-dl then


All times are GMT -6. The time now is 03:32 PM.