GitXplorerGitXplorer
y

yt-direct-lite-javascript

public
32 stars
25 forks
0 issues

Commits

List of commits on branch master.
Unverified
b1fac5f3a1e811111c1b06a331b10f987c18e4e6

Create CONTRIBUTING.md

uulukaya committed 11 years ago
Unverified
291ab876b7e427ef9f25c752646290907ccd616f

Create LICENSE-2.0.txt

uulukaya committed 11 years ago
Unverified
b0c0e6daae3a55b989c4effaca2cdff3ed24c94e

Two bug fixes: properly deal with - characters in playlist ids when approving/rejecting videos. Also, only display a subset of all rejected videos that correspond to videos that have been submitted for the current playlist.

jjeffposnick committed 12 years ago
Unverified
99e445987afa4819b88c52272d8691101e6a5a73

Merge remote-tracking branch 'origin/master'

jjeffposnick committed 12 years ago
Unverified
75117f7459d7fc98fa7f9b959e7cb326764d576a

Explicitly remove \W characters from generated keywords, since YouTube API searches that rely on them will fail.

jjeffposnick committed 12 years ago
Unverified
fdf0118149571788cbce2f44ff2917790d036a55

Changed the check for an unlinked account to use the new channels.status.isLinked boolean.

jjeffposnick committed 12 years ago

README

The README file for this repository.

Please visit http://code.google.com/p/youtube-direct-lite/ for the most up to date information on deploying and using YouTube Direct Lite.

If you are using a local deployment, it is recommended that you concatenate and minify all the JavaScript source files for performance reasons. You can do this by running

node r.js -o app.build.js

from within this top-level directory; it will output a static-min/ directory containing the optimized JavaScript, which you can then serve. More information about this process, including the dependencies you need to install to run those commands, can be found at

http://requirejs.org/docs/optimization.html