hikikomoriphoenix / Beedio

Android app that lets you find downloadable videos as you browse the web. Allows queuing downloads. Also includes bookmarking and ad-blocking features for easier browsing experience.
GNU General Public License v2.0
148 stars 44 forks source link

facebook video has no sound problem ? how to solved #81

Open Iamdeveloperking opened 4 years ago

SamraMehboob commented 4 years ago

I am facing the same issue. Facebook audio and video are downloaded separately. Video detection feature has some issue while detecting video from facebook. Please solve this issue. it's urgent. Thanks

imrvasishtha commented 4 years ago

I am also facing the same problem.

sehgalrishabh commented 3 years ago

found a fix for this problem by spending almost a day. Just change your webview user agent to desktop. Mine is - page.getSettings().setUserAgentString("Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36");

image