yausername / youtubedl-android

youtube-dl for android
GNU General Public License v3.0
1.01k stars 182 forks source link

[FEATURE REQUEST] Login methods for instagram, facebook n so on #286

Closed mayurss786 closed 2 months ago

mayurss786 commented 3 months ago

to download private videos, stories login required so is it possible to download that videos ? i am thinking that login via a webview and save cookies to text file, than use yt-dlp with --cookies option. but it is very tough for me because of very little knowledge of coding. so please provide me method or any suggestion by which i can achieve it.

https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp

mayurss786 commented 3 months ago

and how to convert webview cookies to netscape format(yt-dlp requires only this format)?