-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Possible feature request: Track My Pipe #2278
Comments
Yes ! I want to use New Pipe for replacement to YouTube but I don't have my 200 subscriptions to add one by one. Great Idea ! |
@chopin2712 you can export your subscriptions from yt and import them in NewPipe |
@Stypox |
Do anyone know how to fetch user's subscriptions without proprietary api and interaction with user? I think, it is not possible ( |
It might be possible with Python's Requests module. |
@ale5000-git From the readme of this repository: "you don't need a YouTube account to use NewPipe". Signing in to a Google account has been shot down many times before here, and won't ever be allowed. The Requests module would be better, as it could sign in to YouTube like you would in a web browser, which could be done in the background. Then it could download the HTML of the subscriptions page, and parse it for channel links. That is the best solution to syncing that I think NewPipe would allow, and I'm not even sure this would be allowed. @theScrabi : how would you feel about this? It could maybe be provided in a separate fork, like the legacy fork is doing. It would need some maintainers though. |
@gkeegan: If you read the first message I was talking about a separate apk (that may use microG). This separate apk (our Man-in-the-Middle :p) should be able to send subscription to NewPipe but it should still be separate. |
Ohhh, sorry I see what you mean now. Forgive me. This would definitely be possible to be done. I could probably whip something up on Python with the module I said in a few days once I get back to my PC. Someone else would have to put it into an app and get the automatic syncing working though. |
Maybe a version that syncs to invidious? |
@Gymcap - that would actually be awesome, with synchronisation of watch history (i.e. https://invidio.us/feed/history) |
An idea just come to my mind.
Beside personal preference, it could be useful if someone created an app called, for example, "Track My Pipe" (completely separated from NewPipe) implemented similarly to the Google Contacts Sync Adapter but that periodically sync the NewPipe subscriptions and other things to the Google/YouTube account for the ones that need it.
The text was updated successfully, but these errors were encountered: