Advertisement
kch101

lfootbal.ws

Feb 25th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. {
  2. "name": "Live footbal.ws",
  3. "description": "Watch every match for free",
  4. "author": "koukch",
  5. "image": {
  6. "uri": "https://cdn6.aptoide.com/imgs/2/4/8/248fa636961a8b3d789814fe21df9ecb_icon.png?w=128"
  7. },
  8. "domain": "lfootball.ws",
  9. "timeZone": "Europe/Dublin",
  10. "mimeType": "ace",
  11. "conf": {
  12. "layout": "Match",
  13. "encoding": "windows-1251",
  14. "url": "http://www.lfootball.ws/",
  15. "conf": "home"
  16. },
  17. "confs": {
  18. "home": {
  19. "conf": {
  20. "items": {
  21. "listItem": "li.fl:has(span.liveCon)",
  22. "data": {
  23. "teams": {
  24. "listItem": ".name.fl",
  25. "data": {
  26. "name": "",
  27. "flag": {
  28. "how": "(function($elm){return $elm.index()===0?$elm.parent().parent().find('img.img:nth-child(1)').attr('src'):$elm.parent().parent().find('img.img:nth-child(3)').attr('src')})",
  29. "convert": "(function(x){return 'http://www.lfootball.ws/'+x})"
  30. }
  31. }
  32. },
  33. "competition": ".liga",
  34. "time": ".date",
  35. "link": {
  36. "selector": "a.link",
  37. "attr": "href"
  38. },
  39. "conf": {
  40. "convert": "(function(x){ return 'folderConf' })"
  41. }
  42. }
  43. }
  44. }
  45. },
  46. "folderConf": {
  47. "conf": {
  48. "items": {
  49. "listItem": "#dle-content > section > div.fullstoryCon > table > tbody > tr",
  50. "data": {
  51. "title": {
  52. "selector": "td:nth-child(4),td:nth-child(6)",
  53. "convert": "(function(x){return x.replace('kbps', 'kbps - ')})"
  54. },
  55. "link": {
  56. "selector": ".live-table__watch",
  57. "attr": "href"
  58. }
  59. }
  60. }
  61. }
  62. }
  63. }
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement