mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[hrti] Relax _VALID_URL
This commit is contained in:
		 Aleksandar Topuzović
					Aleksandar Topuzović
				
			
				
					committed by
					
						 Sergey M
						Sergey M
					
				
			
			
				
	
			
			
			 Sergey M
						Sergey M
					
				
			
						parent
						
							a22ccac1f0
						
					
				
				
					commit
					b0dde6686c
				
			| @@ -104,7 +104,7 @@ class HRTiIE(HRTiBaseIE): | ||||
|                         (?: | ||||
|                             hrti:(?P<short_id>[0-9]+)| | ||||
|                             https?:// | ||||
|                                 hrti\.hrt\.hr/\#/video/show/(?P<id>[0-9]+)/(?P<display_id>[^/]+)? | ||||
|                                 hrti\.hrt\.hr/(?:\#/)?video/show/(?P<id>[0-9]+)/(?P<display_id>[^/]+)? | ||||
|                         ) | ||||
|                     ''' | ||||
|     _TESTS = [{ | ||||
| @@ -129,6 +129,9 @@ class HRTiIE(HRTiBaseIE): | ||||
|     }, { | ||||
|         'url': 'hrti:2181385', | ||||
|         'only_matching': True, | ||||
|     }, { | ||||
|         'url': 'https://hrti.hrt.hr/video/show/3873068/cuvar-dvorca-dramska-serija-14', | ||||
|         'only_matching': True, | ||||
|     }] | ||||
|  | ||||
|     def _real_extract(self, url): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user