| 
														
															@@ -15,8 +15,8 @@ from ..utils import ( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 class NexxIE(InfoExtractor): 
														 | 
														
														 | 
														
															 class NexxIE(InfoExtractor): 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     _VALID_URL = r'''(?x) 
														 | 
														
														 | 
														
															     _VALID_URL = r'''(?x) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         (?: 
														 | 
														
														 | 
														
															                         (?: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                            https?://api\.nexx(?:\.cloud|cdn\.com)/v3/(?P<domain_id>\d+)/videos/byid/| 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                            nexx:(?P<domain_id_s>\d+): 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            https?://api\.nexx(?:\.cloud|cdn\.com)/v3/\d+/videos/byid/| 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            nexx:(?:\d+:)? 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         ) 
														 | 
														
														 | 
														
															                         ) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         (?P<id>\d+) 
														 | 
														
														 | 
														
															                         (?P<id>\d+) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     ''' 
														 | 
														
														 | 
														
															                     ''' 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -62,6 +62,9 @@ class NexxIE(InfoExtractor): 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, { 
														 | 
														
														 | 
														
															     }, { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         'url': 'nexx:748:128907', 
														 | 
														
														 | 
														
															         'url': 'nexx:748:128907', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         'only_matching': True, 
														 | 
														
														 | 
														
															         'only_matching': True, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    }, { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        'url': 'nexx:128907', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        'only_matching': True, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }] 
														 | 
														
														 | 
														
															     }] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @staticmethod 
														 | 
														
														 | 
														
															     @staticmethod 
														 |