Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSFW section doesn't return URL #1

Closed
austinhuang0131 opened this issue Oct 30, 2016 · 1 comment
Closed

NSFW section doesn't return URL #1

austinhuang0131 opened this issue Oct 30, 2016 · 1 comment

Comments

@austinhuang0131
Copy link

When using...

var gag = require("node-9gag");
gag.section('nsfw', 'hot', function (err, res) {
    console.log(res[0].url);
});

Console logs:

http://9gag.comundefined
@sachinB94
Copy link
Owner

Looks like 9gag is changing their HTML structure. Just published some changes in v0.2.4 which reflects the changed structure. Though if possible, do keep an eye out for any future changes. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants