Auto add feed with Custom URL

Is it possible to auto add via URL
I know about http://www.newsblur.com/?url=BLOG_URL_GOES_HERE

Just wondering if you can add extra like url, custom title, the folder that you would like it to go in and the auto subscribe instead of having to click “add site”
I dont know if that makes sense but lets say I want to subscribe to Linus Tech Tips on YouTube

url=https://www.youtube.com/feeds/videos.xml?channel_id=UCXuqSBlHAE6Xw-yeJA0Tunw
title=“Linus Tech Tips”
folder=“YouTube/YT Tech”

and newsblur url would look like
http://www.newsblur.com/?url=https://www.youtube.com/feeds/videos.xml?channel_id=UCXuqSBlHAE6Xw-yeJA0Tunw?title=“Linus Tech Tips”?folder=“YouTube/YT Tech” and then the function to auto add

Thanks in advance

1 Like

Yes this shouldn’t be too hard, as I already have an endpoint that handles this. It’s not pretty but this should work. You can also use a “new_folder” parameter to make a new folder. Remember to specify the “folder” as the parent folder.

https://www.newsblur.com/api/add_site/?url=https%3A%2F%2Fgetsatisfaction.com%2Fnewsblur%2Ftopics%2Fa…

Thanks for the reply, The link is not working at both newsblur and getsatisfaction side.
So if the folder structure is
IT
      Android

Would I put Android or IT or is there something else I would put to link them

I checked and the link works. Make sure you’re logged in. 

Oh, and folder names are unique, so you’d put in “Android” as the direct parent.

It’s working now was showing as not authorized

Brilliant thank you

What about the Title rename, Are you able to do it while adding or instead of “POST /reader/rename_feed”

really appreciate your help