mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	[9gag] Fix post view regex
This commit is contained in:
		
							parent
							
								
									a980bc4324
								
							
						
					
					
						commit
						a55c8b7aac
					
				| @ -47,7 +47,7 @@ class NineGagIE(InfoExtractor): | |||||||
|         webpage = self._download_webpage(url, display_id) |         webpage = self._download_webpage(url, display_id) | ||||||
| 
 | 
 | ||||||
|         post_view = json.loads(self._html_search_regex( |         post_view = json.loads(self._html_search_regex( | ||||||
|             r'var postView = new app\.PostView\({ post: ({.+?}),', webpage, 'post view')) |             r'var postView = new app\.PostView\({\s*post:\s*({.+?}),', webpage, 'post view')) | ||||||
| 
 | 
 | ||||||
|         youtube_id = post_view['videoExternalId'] |         youtube_id = post_view['videoExternalId'] | ||||||
|         title = post_view['title'] |         title = post_view['title'] | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sergey M․
						Sergey M․