hotfix the hotfix of the hotfix

This commit is contained in:
Ventilaar 2024-04-09 13:01:23 +02:00
parent 9c0e4fb63c
commit 7ccb827a9c
No known key found for this signature in database

View File

@ -10,7 +10,7 @@ def subscribe_websub_callback(channelId):
url = 'https://pubsubhubbub.appspot.com/subscribe'
data = {
'hub.callback': f'{current_app.config["DOMAIN"]}/api/websub//{callbackId}',
'hub.callback': f'{current_app.config["DOMAIN"]}/api/websub/{callbackId}',
'hub.topic': f'https://www.youtube.com/xml/feeds/videos.xml?channel_id={channelId}',
'hub.verify': 'async',
'hub.mode': 'subscribe',