From cd02bac646f42a0cb402ff2dc8240aa01f1f0fb8 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 10 Feb 2016 14:56:20 +0100 Subject: rework crawler; add atom link extraction --- src/phinde/LinkInfo.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/phinde/LinkInfo.php (limited to 'src/phinde/LinkInfo.php') diff --git a/src/phinde/LinkInfo.php b/src/phinde/LinkInfo.php new file mode 100644 index 0000000..4e3980c --- /dev/null +++ b/src/phinde/LinkInfo.php @@ -0,0 +1,17 @@ +url = $url; + $this->title = $title; + $this->source = $source; + } +} +?> -- cgit v1.2.3