mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[yahoo:gyao] Fix extractor
This fixes 400 error for /title/ URLs.
This commit is contained in:
		| @@ -434,7 +434,7 @@ class YahooGyaOIE(InfoExtractor): | ||||
|         page = 1 | ||||
|         while True: | ||||
|             playlist = self._download_json( | ||||
|                 f'https://gyao.yahoo.co.jp/api/programs/{program_id}/videos?page={page}', program_id, | ||||
|                 f'https://gyao.yahoo.co.jp/api/programs/{program_id}/videos?page={page}&serviceId=gy', program_id, | ||||
|                 note=f'Downloading JSON metadata page {page}') | ||||
|             if not playlist: | ||||
|                 break | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lesmiscore
					Lesmiscore