Borrar filtros
Borrar filtros

How to find domain registrar name automatically via MATLAB

1 visualización (últimos 30 días)
KenL
KenL el 16 de Nov. de 2016
Respondida: Guillaume el 16 de Nov. de 2016
I have a dataset containing list of URLs and would like to know the MATLAB command to extract the domain registrar name for the said URLs. TQ.

Respuestas (1)

Guillaume
Guillaume el 16 de Nov. de 2016
It looks like you want to run a whois query on each of these url. It's not something that is anywhere implemented in matlab. Your options are:
  • install a whois executable on your computer if one is not already there and invoke it from matlab,
  • install a java whois library and invoke that from matlab
  • write your own implementation of RFC3912 in matlab

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by