Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Getting mp4 from history.comHello,
I'm trying to download episodes from History.com. I was able to download the free-for-everyone episodes with youtube-dl. Now I want to download the ones for cable-users. For these, youtube-dl oviously states "ERROR: This content requires a valid, unexpired auth token." I do have a login and I'm able to watch all the episodes in the browser. But I'm having difficulties to extract the m3u8 or mp4 link. To understand how it works, I sniffed the http link when I downloaded a free-for-everyone episode with youtube-dl. This is the original history URL: Code:
http://www.history.com/shows/pawn-stars/season-1/episode-5 Code:
http://aepdaks3.aetndigital.com/AETN-History_VMS/BRAND_THC_PAWN_50582_CRS_2398_030_20140403_V1_S3_1800.mp4?__gda__=1466298593_02219f138b8f3073103de9d15896f55a I did find something with mp4/m3u8 via httpfox, but I wouldnt know how I would get the link out of it like youtube-dl did: Code:
http://b.scorecardresearch.com/p?c1=2&c2=3005002&ns_ap_pn=js&ns_ap_pfm=html&ns_type=hidden&ns_st_sv=4.1505.18&ns_st_pv=2.1.6&ns_st_it=s&ns_st_id=1466289772356_1&ns_st_ec=1&ns_st_sp=1&ns_st_sq=1&ns_st_cn=2&ns_st_ev=play&ns_st_po=241&ns_st_cl=534000&ns_st_el=1277000&ns_st_pb=1&ns_st_mp=thePlatform&ns_st_mv=5.6.12&ns_st_pn=1&ns_st_tp=3&ns_st_ci=247066179542&ns_ts=1466289776990&ns_st_bt=0&ns_st_bp=0&ns_st_br=1926000&ns_st_ub=0&ns_st_ws=norm&ns_st_pl=Gangsters%20and%20Guitars&ns_st_pr=Pawn%20Stars&ns_st_ep=Gangsters%20 I just saw this show for the first time and I'd like to watch it on my next trip. TL,DR: How to get this: http://aepdaks3.aetndigital.com/AETN...e9d 15896f55a from this: http://www.history.com/shows/pawn-st...on-1/episode-5 Thanks ! Last edited by pipo18 : 06-18-2016 at 07:50 PM. |
#2
|
|||
|
|||
Re: Getting mp4 from history.comthanks you 4 share ^^ i liked
|
#3
|
|||
|
|||
Re: Getting mp4 from history.comUsing network devtool of Chrome-Firefox search for a part of this string:
Code:
https://link.theplatform.com/s/xc6n8B/media/N1sBG40oLjF7?mbr=true&sig=NUMBERS&assetTypes=medium_video_ak&formats=m3u,mpeg4&format=SMIL&embedded=true&tracking=true Code:
https://link.theplatform.com/s/xc6n8B/media/N1sBG40oLjF7?mbr=true&sig=NUMBERS&assetTypes=medium_video_s3&format=SMIL&embedded=true&tracking=true Code:
<smil xmlns="http://www.w3.org/2005/SMIL21/Language"> <head> <meta name="refreshToken" content="NUMBERS"/> <meta name="startingBitrate" content="2500000"/> </head> <body> <seq> <ref src="http://ads.freewheel.tv" type="application/smil+xml" no-skip="true" tags="preroll"> </ref> <par> <switch> <video src="http://aepdaks3.aetndigital.com/AETN-History_VMS/History_Pawn-Stars_101_Knights-in-Fake-Armor_LF_S3_1800.mp4?__gda__=1466506592_ec4c2550a2eda48049a8349b7527b2bb" system-bitrate="1920000" height="540" width="960"/> <video |
Tags: m3u8, mp4 |
Thread Tools | |
Display Modes | |
|
|