Ticket #215 (assigned defect)
Parser 2 unit tests fail with timeout
| Reported by: | jrutheiser.myvidoop.com | Owned by: | abcdefu.wordpress.com |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | builtin-commands | Keywords: | try-to-reproduce |
| Cc: |
Description
I created this redesign of the youtube.html template.
It's much cleaner & it allows you to view the videos inline by clicking the thumbnail.
Possibly add pagination later on.
Also the builtincmds.js file should have this changed:
var params = {
alt: "json",
"max-results": 3,
vq: searchTerm,
};
to:
var params = {
alt: "json",
"max-results": 3,
vq: searchTerm,
format: 5
};
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
