Skip to content
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

Better subscriptions import #11

Closed
Hexavall opened this issue Apr 24, 2021 · 2 comments
Closed

Better subscriptions import #11

Hexavall opened this issue Apr 24, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@Hexavall
Copy link

Would be convenient to be able to import the subscriptions directly from youtube, newpipe, and other similar youtube-based apps.

Thanks!

@arianneorpilla
Copy link
Owner

arianneorpilla commented Apr 24, 2021

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.

@arianneorpilla arianneorpilla added enhancement New feature or request wontfix This will not be worked on labels Apr 24, 2021
@arianneorpilla
Copy link
Owner

arianneorpilla commented Apr 24, 2021

As someone shared in the Refold Discord, you can use this Chrome extension to extract your channel IDs.

This will get you a text snippet of this format:

Channel 1: https://youtube.com/channel/channelID1here
Channel 2: https://youtube.com/channel/channelID2here

So, you can use RegEx to get rid of the text leading up to the channel ID:

  1. Replace all .*(?=/) with nothing
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants