mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-11-07 07:30:07 +01:00
Get PubSub Hub url from constants
This commit is contained in:
parent
a10d2f6edf
commit
4e155fc70a
@ -1705,7 +1705,7 @@ public class ResponseHelper {
|
||||
String topic = "https://www.youtube.com/xml/feeds/videos.xml?channel_id=" + channelId;
|
||||
|
||||
var builder = new Request.Builder()
|
||||
.url("https://pubsubhubbub.appspot.com/subscribe");
|
||||
.url(Constants.PUBSUB_HUB_URL);
|
||||
|
||||
var formBuilder = new FormBody.Builder();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user