[pluralsight] Fix subtitles extraction (closes #17671)
This commit is contained in:
		
							parent
							
								
									8fd12a0831
								
							
						
					
					
						commit
						c17e100b96
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -213,7 +213,7 @@ query viewClip {
 | 
			
		|||
    def _get_subtitles(self, author, clip_idx, lang, name, duration, video_id):
 | 
			
		||||
        captions_post = {
 | 
			
		||||
            'a': author,
 | 
			
		||||
            'cn': clip_idx,
 | 
			
		||||
            'cn': int(clip_idx),
 | 
			
		||||
            'lc': lang,
 | 
			
		||||
            'm': name,
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue