projects
/
perlHttps
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dff3232
)
Changed the example URL
master
author
J. Hendrix
<gitweb@localhost>
Sun, 31 Jan 2016 17:46:07 +0000
(18:46 +0100)
committer
J. Hendrix
<gitweb@localhost>
Sun, 31 Jan 2016 17:46:07 +0000
(18:46 +0100)
perlHttps
patch
|
blob
|
history
diff --git
a/perlHttps
b/perlHttps
index
3e521f3
..
206f22f
100755
(executable)
--- a/
perlHttps
+++ b/
perlHttps
@@
-5,7
+5,7
@@
use strict;
use LWP;
-my $url = 'https://www.
hackinfo.nl/index.php?format=feed&type=rs
s';
+my $url = 'https://www.
ncsc.nl/rss/nieuw
s';
my $useragent = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0';
my $can_accept = HTTP::Message::decodable;