[xiami] Update API base URL (#21575)
This commit is contained in:
		
							parent
							
								
									4e2491f066
								
							
						
					
					
						commit
						918398092c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -7,7 +7,7 @@ from ..utils import int_or_none
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
class XiamiBaseIE(InfoExtractor):
 | 
			
		||||
    _API_BASE_URL = 'http://www.xiami.com/song/playlist/cat/json/id'
 | 
			
		||||
    _API_BASE_URL = 'https://emumo.xiami.com/song/playlist/cat/json/id'
 | 
			
		||||
 | 
			
		||||
    def _download_webpage_handle(self, *args, **kwargs):
 | 
			
		||||
        webpage = super(XiamiBaseIE, self)._download_webpage_handle(*args, **kwargs)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue