-
Notifications
You must be signed in to change notification settings - Fork 352
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
Thumbnail youtube video #109
Comments
maybe its because the youtube v2 is deprecated. #95 |
I saw that actually there isn't a workaraound for fix this issue, right ? |
as far as i know not yet |
I saw one implementing V3. But i can't find it now :( |
I'll try to find out the new v3 api. I'll let you know. Please, keep this issue opened. |
I found a solution: I had to integrate new v3 api with api key and new URLs. For now, I adapted the code for my goals that are thumbnail and video duration. As soon as possibile, I'll fork your project and push the new code with pull request. Keep issue opened until I finish the operations. |
👍 This PR fixed the same issue that I was having. Hopefully something with this gets pulled into the master repo. Although it does seem a little funny to have to edit one of the Pod files (MHGallery.m) to add your API key. Is it possible to load this value from plist value instead? |
I don't like both of this ways... Maybe something have like this a just a Property: extern void MHGalleryCustomLocalizationBlock(NSString *(^customLocalizationBlock)(NSString *stringToLocalize)); |
Yes Chris, isn't the best solution so far but was, as described, a quick & dirty solution for my purpose. A good way, in my opinion, maybe to have a property to set in a SharedObject. |
property would be the best (: |
I went ahead and took a stab at this using MHGalleryCustomLocalizationBlock. |
Guys, does app support all possible youtube urls for downloading thumbnails and playing video? I found an issue with urls: BTW the same issue with Vimeo for link: |
When I load the photogallery with correct youtube item, the thumbnails inside gallery have grey image and length of 00:00 sec. Vimeo's video haven't this issue.
Is it a known issue ?
The text was updated successfully, but these errors were encountered: