mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	[nexx] Fix typo
This commit is contained in:
		@@ -21,7 +21,7 @@ class NexxIE(InfoExtractor):
 | 
				
			|||||||
    _VALID_URL = r'''(?x)
 | 
					    _VALID_URL = r'''(?x)
 | 
				
			||||||
                        (?:
 | 
					                        (?:
 | 
				
			||||||
                            https?://api\.nexx(?:\.cloud|cdn\.com)/v3/(?P<domain_id>\d+)/videos/byid/|
 | 
					                            https?://api\.nexx(?:\.cloud|cdn\.com)/v3/(?P<domain_id>\d+)/videos/byid/|
 | 
				
			||||||
                            nexx:(?P<domain_id_s>\d+)?:|
 | 
					                            nexx:(?:(?P<domain_id_s>\d+):)?|
 | 
				
			||||||
                            https?://arc\.nexx\.cloud/api/video/
 | 
					                            https?://arc\.nexx\.cloud/api/video/
 | 
				
			||||||
                        )
 | 
					                        )
 | 
				
			||||||
                        (?P<id>\d+)
 | 
					                        (?P<id>\d+)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user