View Single Post
  #11  
Old 11-15-2017, 06:56 AM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: need help downloading from zipstreams.net


Hi,

you can also use RegEx search mode in Notepad++
Code:
\w.+.ts
Let add the link + adding the matches...
Code:
http://....1800K/20/$&
For testing in realtime you can check any RegEx sites like this...
Code:
https://regexr.com/
https://regex101.com/
greetz
Reply With Quote