Quantcast
Channel: PowerShell
Viewing all articles
Browse latest Browse all 15370

Downloading an HTTP table to an array

$
0
0

Hello,

I am trying to download this page: http://coinmarketcap.com/currencies/views/all/

to put the list of the currency names in an array (Bitcoin, Litecoin, Nxt, Ripple, etc.)

for now, I have this:

Powershell
$url="http://coinmarketcap.com/currencies/views/all"$content=(new-objectSystem.Net.WebClient).DownloadString($url)
But I don't know how to exploit $content to get the list of currencies out of it.
Anyone would have an idea please ?


Viewing all articles
Browse latest Browse all 15370

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>