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

Import question #217

Open
stl3 opened this issue Sep 21, 2024 · 2 comments
Open

Import question #217

stl3 opened this issue Sep 21, 2024 · 2 comments

Comments

@stl3
Copy link

stl3 commented Sep 21, 2024

When importing subscriptions from another source, does it merge/append to current subscriptions or overwrite it? I was planning to import from newpipe on diff phones and youtube subscriptions. Right now I have subscriptions imported from my main youtube channel so I was wondering if they get merged or overwritten before I do it.

I remember importing newpipe before so I know it kind of works, on Win10 I used DB Browser for SQLite portable, opened the db, export as csv (I think it did not recognise the json formatted one), exported to folder and imported from there. Now I'm wondering however, can it also possibly accept subscriptions from GrayJay? I looked at the "subscriptions" file when I exported data from GrayJay and it's just simply formatted like this:
["https://www.youtube.com/channel/UC-TbygL65GCTvKzmQC-a8Ng","https://www.youtube.com/channel/UCMIZ1PU9g27a-dEwCUxWC4A","https://www.youtube.com/channel/UCjrE5YvQ1KYO9Oj8ukjLV6g","https://www.youtube.com/channel/UCEt9_kAwj6OTDiWQUrpHfsA","https://www.youtube.com/channel/UCwRXb5dUK4cvsHbx-rGzSgw"]

This of course is distinctly different from google takeout format or newpipe format. How should I go about this?

@user234683
Copy link
Owner

user234683 commented Sep 22, 2024 via email

@user234683
Copy link
Owner

It doesn't support GrayJay, that would require some code changes. Reformatting to csv wouldn't work since it needs the channel name and it's not provided in that format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants