about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--sfeedrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeedrc b/sfeedrc index cda42f2..bb99939 100644 --- a/sfeedrc +++ b/sfeedrc
@@ -167,7 +167,7 @@ filter() {
167 *'Hacker News'*) 167 *'Hacker News'*)
168 # Hacker news is stupid and doesn't include IDs, and 168 # Hacker news is stupid and doesn't include IDs, and
169 # instead includes a comments tag in its body. 169 # instead includes a comments tag in its body.
170 awk 'BEGIN {FS="\t"; OFS="\t"} { 170 gawk 'BEGIN {FS="\t"; OFS="\t"} {
171$6 = $4 171$6 = $4
172sub(/^<a href="/,"", $6) 172sub(/^<a href="/,"", $6)
173sub(/">.*$/,"", $6) 173sub(/">.*$/,"", $6)