SongTube / SongTube-App

Simple & Beautiful App (Tool) made in Flutter to Download Media from YouTube
https://t.me/songtubechannel
GNU General Public License v3.0
1.26k stars 153 forks source link

[Enhancement] Add support to import Youtube data from Google Takeout #65

Open Artx-II opened 3 years ago

Artx-II commented 3 years ago

Google takeout can give us a set of data which could contain all the user subscriptions, watch history, watch later, playlists, etc.

Since this data is zipped into a single file, the appropriate method to implement this would be by extracting the zip (using a library) and check which information is present and let the user know which information to import.

Since extracting the data from Google Takeout might be a little complicated, we need to set up a few screens which contains screenshots explaining how the process is done (Like a guide).

deeznutser commented 3 years ago

I suggest the feature too. Developers, pay attention!