Compare commits

..

2 commits

Author SHA1 Message Date
Thomas Hochstein 882c06bcda Add links to REDME.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2025-06-03 01:03:28 +02:00
Thomas Hochstein 0539d855b5 Add pocket-raindrop.pl.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2025-06-03 01:01:47 +02:00

View file

@ -60,9 +60,9 @@ while (my $row = $csv->getline_hr ($fh)) {
}
# add 'twitter' tag for 't.co' URLs
# if ($row->{'url'} =~ m!^http://t\.co/!) {
# push @tags, 'twitter';
# }
if ($row->{'url'} =~ m!^http://t\.co/!) {
push @tags, 'twitter';
}
# reformat current tags
if ($row->{'tags'} =~ /\|/) {