-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nicovideo対応 #66
Nicovideo対応 #66
Conversation
外部プレーヤー読込みAPIを解析してやれば、自動再生はできる、かもしれません。 http://blog.mikumiku.moe/blog/2014/08/nicothumbwatch4html5-howtowork.html |
集中して仕事しないといけないわけだからコメントは不要かとw |
あと、権利問題的にはどうなんだろう…汗 |
class @Nicovideo | ||
@fetch: (sm_id, callback) -> | ||
console.log 'nicovideo', sm_id # sm_id: 'smXXXXXXX' | ||
url = "./nicovideo/#{sm_id}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tkrkt いまさら気づいたのですがこの行は不要?w
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
なんだこれw いらないですね。
他にもcoffeeに慣れていない部分がちらほら。
routes.rbとかいじってるけど、マージするだけでいけるのかな。