You've already forked amazing-ytdlp-archive
							
							Compare commits
	
		
			1 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					75d42ad3cd | 
@@ -10,7 +10,7 @@ def subscribe_websub_callback(channelId):
 | 
				
			|||||||
    
 | 
					    
 | 
				
			||||||
    url = 'https://pubsubhubbub.appspot.com/subscribe'
 | 
					    url = 'https://pubsubhubbub.appspot.com/subscribe'
 | 
				
			||||||
    data = {
 | 
					    data = {
 | 
				
			||||||
        'hub.callback': f'https://{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.topic': f'https://www.youtube.com/xml/feeds/videos.xml?channel_id={channelId}',
 | 
				
			||||||
        'hub.verify': 'async',
 | 
					        'hub.verify': 'async',
 | 
				
			||||||
        'hub.mode': 'subscribe',
 | 
					        'hub.mode': 'subscribe',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user