FIX: IMDb links were being oneboxed as posters (#13310)

IMDb movie links were being rendered as posters. This was because
IMDb was sending `og:type` as `image` randomly in some cases. To
fix this we'll now default all IMDb links as article type. This will
ensure that the IMDb onebox link includes all the information instead
of showing just a poster without any context.
This commit is contained in:
Arpit Jalan
2021-06-07 18:45:59 +05:30
committed by GitHub
parent 2110fd2638
commit 2e4f07678e
3 changed files with 2213 additions and 2 deletions
+2186
View File
File diff suppressed because one or more lines are too long