Navigation Menu

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

Nyaa.si - torrent status #16

Closed
Jaliborc opened this issue May 7, 2020 · 0 comments
Closed

Nyaa.si - torrent status #16

Jaliborc opened this issue May 7, 2020 · 0 comments

Comments

@Jaliborc
Copy link

Jaliborc commented May 7, 2020

Hey, if you add this single line to si/scrap.js after line 27, you can have the status of each torrent as well (defalut, sucess or danger).

  const result = {

  [...]

        seeders: _getChild(this, 6).text(),
        leechers: _getChild(this, 7).text(),
        completed: _getChild(this, 8).text(),
        status: $(this).attr('class'),
  }
@Kylart Kylart closed this as completed in 29bfb84 Jun 22, 2020
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

1 participant