mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[crunchyroll] extract playlist entries ids
This commit is contained in:
		| @@ -534,11 +534,11 @@ class CrunchyrollShowPlaylistIE(CrunchyrollBaseIE): | ||||
|             r'(?s)<h1[^>]*>\s*<span itemprop="name">(.*?)</span>', | ||||
|             webpage, 'title') | ||||
|         episode_paths = re.findall( | ||||
|             r'(?s)<li id="showview_videos_media_[0-9]+"[^>]+>.*?<a href="([^"]+)"', | ||||
|             r'(?s)<li id="showview_videos_media_(\d+)"[^>]+>.*?<a href="([^"]+)"', | ||||
|             webpage) | ||||
|         entries = [ | ||||
|             self.url_result('http://www.crunchyroll.com' + ep, 'Crunchyroll') | ||||
|             for ep in episode_paths | ||||
|             self.url_result('http://www.crunchyroll.com' + ep, 'Crunchyroll', ep_id) | ||||
|             for ep_id, ep in episode_paths | ||||
|         ] | ||||
|         entries.reverse() | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine