sur950 / any_link_preview

A flutter Plugin/Package to show the preview of any web link that starts with HTTP/HTTPS. Mostly useful for application that had chat.
MIT License
70 stars 70 forks source link

Preview and getMetadata function aren't working with TikTok URL #47

Closed AndreVicenteW closed 5 months ago

AndreVicenteW commented 1 year ago

I'm trying to open a TikTok preview but it doesn't work.

AnyLinkPreview(
       link: "https://tiktok.com/@andcarli/video/7165212193921715462?is_from_webapp=1&sender_device=mobile&sender_web_id=7187368554588751365",
)

The method getMetadata doesn't work too. Screenshot 2023-01-11 at 10 49 21

sur950 commented 1 year ago

Hi @AndreVicenteW

Unfortunately, the site is banned in India and I just ignored the issue. I feel that this should be taken up and fixed if this is caused by a bug but if this is an issue with the metadata extractor then I will need to add more meta scrap collector tools into the package.

Apologies for the delayed response.

Regards, Suresh

sur950 commented 5 months ago

Hi, This is fixed in Version 3.0.2 and the description is not coming in the metadata for most of the TikTok videos. I tried using proxy URLs and VPN to check this issue.

Thanks for making plugin more stronger. Please check with V 3.0.2 and feel free to open the issue if the issue is still there.