Piped-Material icon indicating copy to clipboard operation
Piped-Material copied to clipboard

Subscribe to channels without making an account

Open davidcollini opened this issue 3 years ago • 4 comments

Add ability to subscribe to channels without an account, but allow accounts to be made for data syncing

davidcollini avatar Feb 20 '22 00:02 davidcollini

Subscribing to accounts is difficult to do client-side, and would require two code paths i.e. one via the instance and one via local, and require sorting client-side of subscribed videos.

Perhaps it should generate a RSS URL for the channel. YouTube has a standard API for channel RSS feeds.

mmjee avatar Feb 20 '22 13:02 mmjee

Perhaps you can look at what Piped does for this? Since this is already a feature there.

moriel5 avatar Aug 31 '22 11:08 moriel5

Can we get this already? The only reason i don't use piped-material is because of this, in normal piped you could even import channels via csv file!

zelosleone avatar Feb 21 '23 10:02 zelosleone

On 2/21/23 15:51, Denizhan Dakılır wrote:

Can we get this already? The only reason i don't use piped-material is because of this, in normal piped you could even import channels via csv file!

This requires significant changes and increases complexity significantly, but I'll think about adding support when I have some time, perhaps this weekend.

Additionally, in case you are afraid of managing username-password combinations (they are not particularly required to mean anything in Piped), I recommend using the new EDS with PBKDF branch (https://ngp.piped.১.net/), it'll handle automatically creating username-password combinations for discrete servers. Having accounts on Piped servers is very lightweight by nature.

Regards,

mmjee avatar Feb 21 '23 10:02 mmjee