Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLeandro1204 committed Mar 24, 2017
1 parent 7f48c79 commit 29e253f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pornsearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Pornsearch = {
}

return {
title: data.attr('title'),
title: data.find('img').attr('title'),
url: 'http://pornhub.com/' + data.attr('href'),
duration: data.find('.duration').text(),
thumb: data.find('img').attr('data-mediumthumb').replace('(m=ecuK8daaaa)', '')
Expand Down

0 comments on commit 29e253f

Please sign in to comment.