In order to get 7.x-1.x-dev fully working, please try to apply this patch. It fixes two issues:
1. Thumbnail isn't working.
2. The link to video playing page on Youku isn't correct.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | media_youku.patch | 1.55 KB | andyhu |
In order to get 7.x-1.x-dev fully working, please try to apply this patch. It fixes two issues:
1. Thumbnail isn't working.
2. The link to video playing page on Youku isn't correct.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | media_youku.patch | 1.55 KB | andyhu |
Comments
Comment #1
andyhu commentedComment #2
nkruby commentedhi, even I use this patch, I still get 403 forbidden error, any idea about it?
Comment #3
andyhu commentedHi nkruby, on which page you see the 403 error, can you please explain a bit?
Comment #4
ycshen commentedhi andyhu,
I have patch the first issue in #1460786: Youku thumbnail not working,
And in your patch, could you tell me where the function interpolateUrl() works.
Comment #5
andyhu commentedHi ycshen,
Do you mean where it's called? Sorry I couldn't remember it exactly. However you may check the api doc of the
mediamoduleAPI
This function can make sure that in the media list, if you click the media thumbnail, it will go to the youku page which the specific video will be played there.
Hope it would help
Comment #6
ycshen commentedhi andyhu,
thank you for your reply.
i have checked the api doc of the media module.
your patch works :)
Commit b0faafc on 7.x-1.x
Comment #7
ycshen commented