View Single Post
  #10  
Old 11-14-2017, 09:15 PM
JonDough JonDough is offline
Member
 
Join Date: Feb 2016
Posts: 90
JonDough is on a distinguished road
Default

Re: need help downloading from zipstreams.net


Quote:
Originally Posted by lesor View Post
Try search & repleace function of Notepad++ like this...

18/18/ to whole link + 1*8/1*8/
18/19/ > ... 1*8/1*9/
18/20/ > ... 1*8/2*0/
...

19/18/ > ... 1*9/1*8/
...

20/20/ > ... 2*0/2*0/

18/ to whole link + 18/
19/ to whole link + 19/
20/ to whole link + 20/

1* to 1
2* to 2

The easiest way is to search
Code:
005,1
and replace with
Code:
005,http://hlslive-akc.med2.med.nhl.com/hdnts=exp=1510646404~acl=/*~id=nhlGatewayId:7294414~data=54431503~hmac=a03e55d122a615f6c5a0f0b6f1147ae7880d8339a2b8370edd4fff59abc06bd0/7c799250bbdc4ebe3982ea0506efa1c8/ls04/nhl/2017/11/11/NHL_GAME_VIDEO_EDMNYR_M2_HOME_20171111_1510324896368/1200K/1
The "005,1" part has an embedded invisible line feed. This part should be copy/pasted from the source file into search and replace windows so that the line feed is not lost. Do not type in "005,1" into either the search or replace window.

Then repeat the above for these values
Code:
005,2
Code:
005,http://hlslive-akc.med2.med.nhl.com/hdnts=exp=1510646404~acl=/*~id=nhlGatewayId:7294414~data=54431503~hmac=a03e55d122a615f6c5a0f0b6f1147ae7880d8339a2b8370edd4fff59abc06bd0/7c799250bbdc4ebe3982ea0506efa1c8/ls04/nhl/2017/11/11/NHL_GAME_VIDEO_EDMNYR_M2_HOME_20171111_1510324896368/1200K/2
Two steps, done & done.

Reply With Quote