mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	@@ -177,7 +177,7 @@ class Zee5SeriesIE(InfoExtractor):
 | 
				
			|||||||
                        https?://(?:www\.)?zee5\.com/(?:[^#?]+/)?
 | 
					                        https?://(?:www\.)?zee5\.com/(?:[^#?]+/)?
 | 
				
			||||||
                        (?:tvshows|kids|zee5originals)(?:/[^#/?]+){2}/
 | 
					                        (?:tvshows|kids|zee5originals)(?:/[^#/?]+){2}/
 | 
				
			||||||
                     )
 | 
					                     )
 | 
				
			||||||
                     (?P<id>[^#/?]+)/?(?:$|[?#])
 | 
					                     (?P<id>[^#/?]+)(?:/episodes)?/?(?:$|[?#])
 | 
				
			||||||
                     '''
 | 
					                     '''
 | 
				
			||||||
    _TESTS = [{
 | 
					    _TESTS = [{
 | 
				
			||||||
        'url': 'https://www.zee5.com/kids/kids-shows/krishna-balram/0-6-1871',
 | 
					        'url': 'https://www.zee5.com/kids/kids-shows/krishna-balram/0-6-1871',
 | 
				
			||||||
@@ -209,8 +209,10 @@ class Zee5SeriesIE(InfoExtractor):
 | 
				
			|||||||
        'info_dict': {
 | 
					        'info_dict': {
 | 
				
			||||||
            'id': '0-6-270',
 | 
					            'id': '0-6-270',
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
    }
 | 
					    }, {
 | 
				
			||||||
    ]
 | 
					        'url': 'https://www.zee5.com/tvshows/details/chala-hawa-yeu-dya-ladies-zindabaad/0-6-2943/episodes',
 | 
				
			||||||
 | 
					        'only_matching': True,
 | 
				
			||||||
 | 
					    }]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def _entries(self, show_id):
 | 
					    def _entries(self, show_id):
 | 
				
			||||||
        access_token_request = self._download_json(
 | 
					        access_token_request = self._download_json(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user