Compare commits
2 commits
882c06bcda
...
2de772a51b
Author | SHA1 | Date | |
---|---|---|---|
|
2de772a51b | ||
|
f018f221ad |
|
@ -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'} =~ /\|/) {
|
||||
|
|
Loading…
Reference in a new issue