thitlwincoder / direct_link

Direct link extractor from URL to stream and download directly
https://pub.dev/packages/direct_link
MIT License
24 stars 21 forks source link

Unable find the video download link #23

Open ADEELAHMAD256 opened 2 months ago

ADEELAHMAD256 commented 2 months ago

HI bro i am not finding the correct video download link like print("Link.....................${e.link}"); code take form readme file. Thumbnail URL working correctly fine.

thitlwincoder commented 2 months ago

Hi @ADEELAHMAD256. What is the URL used and what platform?

qimar commented 2 months ago

Hi @thitlwincoder,

Great package, but it is not consistant.

Im also facing issue when package parsing html on low level code is not fetching correct html elements from where video meta data information can be fetched. See the screen shot of the file social.dart

Your package is not parsing this part of the html: image

I tried this facebook link:

https://www.facebook.com/share/v/qGQfwEUtQasJKyPC/?mibextid=jmPrMh Screenshot_1

thitlwincoder commented 2 months ago

@ADEELAHMAD256 I tried with your given URL. This is a result. Screenshot_1725191731

qimar commented 2 months ago

@thitlwincoder did you used the latest version of the package, while i was debugging i could see html fetched but dom was not able to parse the selectors data for links.