-
Notifications
You must be signed in to change notification settings - Fork 132
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
YouTube provider does not fetch standard #191
Comments
I was mistaken. There is only one missing size - standard. Updated ticket. |
Sure, I think that would be good to add, PR always appreciated 👍 |
Is the plan to make a release for these two most recent fixes? |
I have just released version 2.8, thanks for your help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The thumbnail_large method for the YouTube provider returns an image who's size is only 480x360
ex: https://i.ytimg.com/vi/cDmyGzFHMsE/hqdefault.jpg
The YouTube api returns an additional size of image that isn't accssible.
ex standard: https://i.ytimg.com/vi/cDmyGzFHMsE/sddefault.jpg
I think we need to add an additional thumbnail size.
thumbnail_large_2x
For other providers I will simply return the large thumbnail.
The text was updated successfully, but these errors were encountered: