|  | @@ -248,7 +248,7 @@ class NRKTVIE(NRKBaseIE):
 | 
	
		
			
				|  |  |      _VALID_URL = r'''(?x)
 | 
	
		
			
				|  |  |                          https?://
 | 
	
		
			
				|  |  |                              (?:tv|radio)\.nrk(?:super)?\.no/
 | 
	
		
			
				|  |  | -                            (?:serie/[^/]+|program)/
 | 
	
		
			
				|  |  | +                            (?:serie(?:/[^/]+){1,2}|program)/
 | 
	
		
			
				|  |  |                              (?![Ee]pisodes)%s
 | 
	
		
			
				|  |  |                              (?:/\d{2}-\d{2}-\d{4})?
 | 
	
		
			
				|  |  |                              (?:\#del=(?P<part_id>\d+))?
 | 
	
	
		
			
				|  | @@ -362,6 +362,9 @@ class NRKTVIE(NRKBaseIE):
 | 
	
		
			
				|  |  |      }, {
 | 
	
		
			
				|  |  |          'url': 'https://radio.nrk.no/serie/dagsnytt/NPUB21019315/12-07-2015#',
 | 
	
		
			
				|  |  |          'only_matching': True,
 | 
	
		
			
				|  |  | +    }, {
 | 
	
		
			
				|  |  | +        'url': 'https://tv.nrk.no/serie/lindmo/2018/MUHU11006318/avspiller',
 | 
	
		
			
				|  |  | +        'only_matching': True,
 | 
	
		
			
				|  |  |      }]
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 |