-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facebook not working when DesktopMode is OFF #4
Comments
@Farhan-Occess24 i faced too but only for facebook(for me facebook in mobile mode not working at all and this is looks like webview issue, but i think it should be investigated), but all another sites work well, could you provide more info? What unsupported video format? where is not videos undetected in mobile mode? and what android version? |
@alexch33 can you please suggest any solution for facebook videos got in logCat: In DetectedVideosTabViewModel:
logCat: show 'DetectedVideos -- list empty' In VideoService:
logCat: YoutubeDL Error: com.yausername.youtubedl_android.YoutubeDLException: ERROR: [facebook] 1046883943772011: Cannot parse data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U |
@Farhan-Occess24 I fully reproduce your issue for facebook(facebook just start loading in mobile mode, before it did't loaded) But video detection not working for facebook in mobile mode, i got error same as yt-dlp opened issue, all you need is just wait when it will be fixed(in app youtube-dlp library auto updating on start) if you want you could try to change youtube-dlp library update branch from YoutubeDL.UpdateChannel.MASTER to YoutubeDL.UpdateChannel.NIGHTLY in DLApplication class, updateYoutubeDL method |
here, I face a problem that if I set DestopMode = false; means for Mobile mode download not working (especially for Facebook); video not added to list for download due to detected video format not supported
The text was updated successfully, but these errors were encountered: