1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
| [Regexp::Common] https://opengl.developpez.com/ => NOK
$VAR1 = {
'host' => 'opengl.developpez.com',
'protocole' => 'https',
'URL' => 'https://opengl.developpez.com/',
'basename' => '',
'repertoire' => '/'
};
[Regexp::Common] https://www.developpez.net/forums/showthread.php?t=2114795 => NOK
$VAR1 = {
'host' => 'www.developpez.net',
'URL' => 'https://www.developpez.net/forums/showthread.php?t=2114795',
'protocole' => 'https',
'repertoire' => '/forums',
'basename' => 'showthread.php'
};
[Regexp::Common] https://soat.developpez.com/tutoriels/nosql/cassandra-pratique/ => NOK
$VAR1 = {
'basename' => '',
'repertoire' => '/tutoriels/nosql/cassandra-pratique',
'host' => 'soat.developpez.com',
'URL' => 'https://soat.developpez.com/tutoriels/nosql/cassandra-pratique/',
'protocole' => 'https'
};
[Regexp::Common] http://www.spied.co.nz/thinmailer.cgi => www.spied.co.nz
$VAR1 = {
'host' => 'www.spied.co.nz',
'URL' => 'http://www.spied.co.nz/thinmailer.cgi',
'protocole' => 'http',
'repertoire' => '/',
'basename' => 'thinmailer.cgi'
};
[Regexp::Common] http://www.site.com/dir/file.html?param1=val1¶m2=val2 => www.site.com
$VAR1 = {
'basename' => 'file.html',
'repertoire' => '/dir',
'URL' => 'http://www.site.com/dir/file.html?param1=val1¶m2=val2',
'host' => 'www.site.com',
'protocole' => 'http'
};
[Regexp::Common] ftp://developpez.com/bidou/Cours/DotNet/Utiliser-ADONET-Csharp.zip => NOK
$VAR1 = {
'basename' => 'Utiliser-ADONET-Csharp.zip',
'repertoire' => '/bidou/Cours/DotNet',
'host' => 'developpez.com',
'URL' => 'ftp://developpez.com/bidou/Cours/DotNet/Utiliser-ADONET-Csharp.zip',
'protocole' => 'ftp'
};
[Regexp::Common] ftp://developpez.com/bidou/Cours/DotNet/ => NOK
$VAR1 = {
'URL' => 'ftp://developpez.com/bidou/Cours/DotNet/',
'host' => 'developpez.com',
'protocole' => 'ftp',
'basename' => '',
'repertoire' => '/bidou/Cours/DotNet'
};
[Regexp::Common] /logo-soat.png => NOK
Impossible d'analyser cette URL [/logo-soat.png]
[Regexp::Common] toto.co.uk => NOK
Impossible d'analyser cette URL [toto.co.uk]
[Regexp::Common] wow.toto.co.uk => NOK
Impossible d'analyser cette URL [wow.toto.co.uk]
[Regexp::Common] http://toto.co.uk => toto.co.uk
$VAR1 = {
'host' => 'toto.co.uk',
'protocole' => 'http',
'URL' => 'http://toto.co.uk',
'repertoire' => '/',
'basename' => ''
};
[Regexp::Common] https://wow.toto.co.uk => NOK
$VAR1 = {
'host' => 'wow.toto.co.uk',
'URL' => 'https://wow.toto.co.uk',
'protocole' => 'https',
'basename' => '',
'repertoire' => '/'
}; |
Partager