mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 12:42:09 +00:00 
			
		
		
		
	Add fix for short playlist descriptions
This commit is contained in:
		| @@ -161,6 +161,7 @@ def fetch_playlist(plid) | ||||
|   title = title.content.strip(" \n") | ||||
|  | ||||
|   description_html = document.xpath_node(%q(//span[@class="pl-header-description-text"]/div/div[1])) | ||||
|   description_html ||= document.xpath_node(%q(//span[@class="pl-header-description-text"])) | ||||
|   description_html, description = html_to_content(description_html) | ||||
|  | ||||
|   anchor = document.xpath_node(%q(//ul[@class="pl-header-details"])).not_nil! | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Omar Roth
					Omar Roth