我正在使用Flutter进行视频抓取项目,我现在想要实现的是从网站(例如YouTube或Tiktok
我注意到Flutter提供了一个很棒的webview_flutter
软件包来显示网页,但似乎不支持获取页面的DOM树或注入/执行任何JavaScript。
所以我的问题是:Is it possible and how can i scrape the video link from a webpage using Flutter?
或更笼统地说,Is there a way to get DOM html element?
或Is there a way to get the html content?
非常感谢您!