Advertisement
OmgImAlexis

Untitled

Feb 27th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. % for curShowlist in showlists:
  2. <% myShowList = list(curShowlist[1]) %>
  3. % for curShow in myShowList:
  4. {
  5. "indexerId": "${curShow.indexerid}",
  6. "indexer": "${curShow.indexer}",
  7. "name": "${curShow.name}",
  8. "location": "${curShow.location}",
  9. "network": "${curShow.network}",
  10. "airs": "${curShow.airs}",
  11. "status": "${curShow.status}",
  12. "startyear": "${curShow.startyear}",
  13. "genre": "${curShow.genre}",
  14. "classification": "${curShow.classification}",
  15. "runtime": "${curShow.runtime}",
  16. "quality": "${curShow.quality}",
  17. "scene": ${curShow.scene},
  18. "sports": ${curShow.sports},
  19. "anime": ${curShow.anime}
  20. }
  21. % endfor
  22. % endfor
  23.  
  24. { "indexerId": "281630", "indexer": "1", "name": "Scorpion", "location": "/Users/xo/fakeShows/Scorpion", "network": "CBS", "airs": "Monday 9:00 PM", "status": "Continuing", "startyear": "2014", "genre": "|Action|Crime|Drama|", "classification": "Scripted", "runtime": "45", "quality": "32759", "scene": 0, "sports": 0, "anime": 0 }, { "indexerId": "71753", "indexer": "1", "name": "EastEnders", "location": "/Users/xo/fakeShows/EastEnders", "network": "BBC One", "airs": "Daily 8:00 PM", "status": "Continuing", "startyear": "1985", "genre": "|Soap|", "classification": "Scripted", "runtime": "30", "quality": "3", "scene": 0, "sports": 0, "anime": 0 },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement