Skip to content

Commit 40fd898

Browse files
author
curiositycasualty
committed
new field for release
1 parent 9737ace commit 40fd898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ app.get('/scrape', function(req, res){
1818
$('.title_wrapper').filter(function(){
1919
var data = $(this);
2020
title = data.children().first().text().trim();
21-
release = data.children().last().children().text().trim();
21+
release = data.children().last().children().last().text().trim();
2222

2323
json.title = title;
2424
json.release = release;

0 commit comments

Comments
 (0)