diff --git a/github.js b/github.js index f3e504d2..bcf56a42 100644 --- a/github.js +++ b/github.js @@ -81,6 +81,9 @@ if (next) { next = (/<(.*)>/.exec(next) || [])[1]; + + // Extract time from next link. Time is represented as 13 digit number (until 2033) + next = next.replace(/\&\d{13}\=/gi, '').replace(/\&\d{13}/gi, '') } if (!next) {