
question:
Is it possible to extract url from a text and an html page with Total Commander or other tools?


Thanks
Moderators: Hacker, petermad, Stefan2, white
Yes, there are tools for that.Alexisback wrote: 2018-10-28, 16:31 UTC Is it possible to extract url from a text and an html page with Total Commander or other tools?
ThanksStefan2 wrote: 2018-10-30, 13:09 UTCYes, there are tools for that.Alexisback wrote: 2018-10-28, 16:31 UTC Is it possible to extract url from a text and an html page with Total Commander or other tools?
Here with TC for example this > "[WCX] RegXtract - String Extractor with RegEx - RegXtract packer plug-in"
viewtopic.php?f=6&t=38638
2milo1012
I, OTOH, would use a text editor or a script. Or both with e.g. EmEditor or PSPad. There a many example about that at that g00gle pages.
Code: Select all
.*?(http\:\/\/www\.[a-zA-Z0-9\.\/\-]+)
Code: Select all
$1\n
Just as ghisler(Author) answered you, Lister can do, here are details steps:Alexisback wrote: 2018-10-30, 12:50 UTCin a web page or text that contains code and more I want to extract only the url
starting with the prefix http or https or ftp
everything else does not interest me
thanks youts4242 wrote: 2018-10-30, 20:06 UTCJust as ghisler(Author) answered you, Lister can do, here are details steps:Alexisback wrote: 2018-10-30, 12:50 UTCin a web page or text that contains code and more I want to extract only the url
starting with the prefix http or https or ftp
everything else does not interest me
1- Put the cursor on the web page file.
2- Press <F3> to open the file with Lister
3- from Options menu select 5 HTML text (strip tags) (usually TC auto detect the file contents and pre-select that option)
4- Right click on a link or white space, select Copy URL or Copy all URLs
5- Go to your text editor and paste