You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't intend to involve pulling any account data into the application as I think it's very high maintenance, and I don't want to be handling any private user data. Users can get a list of channels they subscribe from third party tools and use the built-in import/export feature.
Have to turn this one down, unfortunately. I suggest going through your channels and pulling the IDs from the URLs on a desktop or something and then saving your channel IDs somewhere if ever you happen to uninstall the application.
So, you can use RegEx to get rid of the text leading up to the channel ID:
Replace all .*(?=/) with nothing
Replace all / with nothing
This will get you a clean text file with just your channel IDs that you can import into the app. If you need any assistance with this, I would be happy to help.
Would be convenient to be able to import the subscriptions directly from youtube, newpipe, and other similar youtube-based apps.
Thanks!
The text was updated successfully, but these errors were encountered: