Zahi36501

Helios 3

Oct 5th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. {
  2. "legittorrents": {
  3. "name": "Legit Torrents",
  4. "enabled": true,
  5. "languages": [
  6. "en"
  7. ],
  8. "base_url": "http://www.legittorrents.info/index.php?page=torrents&active=1",
  9. "response_type": "text",
  10. "movie": {
  11. "query": "&search={query}&category=1",
  12. "keywords": "{title} "
  13. },
  14. "html_parser": {
  15. "row": "doc.querySelectorAll('#bodyarea tr table:nth-child(3) table.lista tr')",
  16. "title": "row.querySelector('td:nth-child(2) a').textContent",
  17. "peers": "row.querySelector('td:nth-child(6)').textContent",
  18. "seeds": "row.querySelector('td:nth-child(5)').textContent",
  19. "size": null,
  20. "url": "'http://www.legittorrents.info/'+ row.querySelector('td:nth-child(3) a').getAttribute('href')"
  21. }
  22. }
  23. }
Add Comment
Please, Sign In to add comment