/test/youtube.let
http://github.com/fizx/parsley · Unknown · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · 688cce902f553201818ce3278f6efefc MD5 · raw file
- {
- "video(.video-cell)": [ {
- "thumbnail": ".vimg120 @src",
- "title": ".video-short-title a",
- "link": ".video-short-title a @href",
- "posted": ".video-date-added",
- "views": ".video-view-count",
- "length": ".video-time span",
- "rating": ".ratingVS @title"
- } ]
- }