File tree Expand file tree Collapse file tree
app/src/main/java/com/github/libretube/helpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ object ImportHelper {
110110 when (importFormat) {
111111 ImportFormat .NEWPIPE -> {
112112 val newPipeChannels = subs.map {
113- NewPipeSubscription (it.name, 0 , " $YOUTUBE_FRONTEND_URL${it.url} " )
113+ NewPipeSubscription (it.name, 0 , " $YOUTUBE_FRONTEND_URL /channel/ ${it.url} " )
114114 }
115115 val newPipeSubscriptions = NewPipeSubscriptions (subscriptions = newPipeChannels)
116116 activity.contentResolver.openOutputStream(uri)?.use {
@@ -123,7 +123,7 @@ object ImportHelper {
123123 FreetubeSubscription (
124124 it.name,
125125 " " ,
126- " $YOUTUBE_FRONTEND_URL${it.url} "
126+ " $YOUTUBE_FRONTEND_URL /channel/ ${it.url} "
127127 )
128128 }
129129 val freeTubeSubscriptions = FreetubeSubscriptions (subscriptions = freeTubeChannels)
You can’t perform that action at this time.
0 commit comments