Compare commits

..

2 commits

Author SHA1 Message Date
Thomas Hochstein 2de772a51b Add links to README.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2025-06-03 01:29:23 +02:00
Thomas Hochstein f018f221ad Add pocket-raindrop.pl.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2025-06-03 01:29:23 +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'} =~ /\|/) {