function to find article pub date from webpages
This commit is contained in:
parent
d1a226db48
commit
d4a026b397
@ -77,3 +77,6 @@ function istherenewissues() {
|
|||||||
fi
|
fi
|
||||||
echo "$LASTISSUE" > .newjiraissue
|
echo "$LASTISSUE" > .newjiraissue
|
||||||
}
|
}
|
||||||
|
function greppagedate() {
|
||||||
|
curl -sSL "$*" | \grep datetime | \grep -Eo '[[:digit:]]{4}' | head -n1
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user