Dhaiwat10 / rlp-proxy

The proxy used by @dhaiwat10/react-link-preview to fetch metadata for URLs.
https://www.npmjs.com/package/@dhaiwat10/react-link-preview
34 stars 134 forks source link

Broken links fix #8

Closed reflash closed 3 years ago

reflash commented 3 years ago

closes #1

This PR should fix 2 issues with links - one related to YouTube links e.g. https://rlp-proxy.herokuapp.com/v2?url=https://www.youtube.com/watch?v=WA55cpvLGkk&ab_channel=FORMULA1 (removed lower casing before metadata get)

another one related to encoding e.g. https://rlp-proxy.herokuapp.com/v2?url=https://vk.com/@ai_from_scratch-rd-laboratorii-v-rossii (updated html-metadata-parser to newest version)