/test/youtube.let

http://github.com/fizx/parsley · Unknown · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · 688cce902f553201818ce3278f6efefc MD5 · raw file

  1. {
  2. "video(.video-cell)": [ {
  3. "thumbnail": ".vimg120 @src",
  4. "title": ".video-short-title a",
  5. "link": ".video-short-title a @href",
  6. "posted": ".video-date-added",
  7. "views": ".video-view-count",
  8. "length": ".video-time span",
  9. "rating": ".ratingVS @title"
  10. } ]
  11. }