hotfix the hotfix of the hotfix
This commit is contained in:
parent
9c0e4fb63c
commit
7ccb827a9c
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user