mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-09-06 13:31:17 +02: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;
|
String topic = "https://www.youtube.com/xml/feeds/videos.xml?channel_id=" + channelId;
|
||||||
|
|
||||||
var builder = new Request.Builder()
|
var builder = new Request.Builder()
|
||||||
.url("https://pubsubhubbub.appspot.com/subscribe");
|
.url(Constants.PUBSUB_HUB_URL);
|
||||||
|
|
||||||
var formBuilder = new FormBody.Builder();
|
var formBuilder = new FormBody.Builder();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user