mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[nickjr] Add support for nickelodeonjunior.fr (#22246)
This commit is contained in:
		
				
					committed by
					
						
						Sergey M
					
				
			
			
				
	
			
			
			
						parent
						
							f620d0d860
						
					
				
				
					commit
					d7da1e37c7
				
			@@ -85,7 +85,8 @@ class NickBrIE(MTVServicesInfoExtractor):
 | 
				
			|||||||
                    https?://
 | 
					                    https?://
 | 
				
			||||||
                        (?:
 | 
					                        (?:
 | 
				
			||||||
                            (?P<domain>(?:www\.)?nickjr|mundonick\.uol)\.com\.br|
 | 
					                            (?P<domain>(?:www\.)?nickjr|mundonick\.uol)\.com\.br|
 | 
				
			||||||
                            (?:www\.)?nickjr\.[a-z]{2}
 | 
					                            (?:www\.)?nickjr\.[a-z]{2}|
 | 
				
			||||||
 | 
					                            (?:www\.)?nickelodeonjunior\.fr
 | 
				
			||||||
                        )
 | 
					                        )
 | 
				
			||||||
                        /(?:programas/)?[^/]+/videos/(?:episodios/)?(?P<id>[^/?\#.]+)
 | 
					                        /(?:programas/)?[^/]+/videos/(?:episodios/)?(?P<id>[^/?\#.]+)
 | 
				
			||||||
                    '''
 | 
					                    '''
 | 
				
			||||||
@@ -101,6 +102,9 @@ class NickBrIE(MTVServicesInfoExtractor):
 | 
				
			|||||||
    }, {
 | 
					    }, {
 | 
				
			||||||
        'url': 'http://www.nickjr.de/blaze-und-die-monster-maschinen/videos/f6caaf8f-e4e8-4cc1-b489-9380d6dcd059/',
 | 
					        'url': 'http://www.nickjr.de/blaze-und-die-monster-maschinen/videos/f6caaf8f-e4e8-4cc1-b489-9380d6dcd059/',
 | 
				
			||||||
        'only_matching': True,
 | 
					        'only_matching': True,
 | 
				
			||||||
 | 
					    }, {
 | 
				
			||||||
 | 
					        'url': 'http://www.nickelodeonjunior.fr/paw-patrol-la-pat-patrouille/videos/episode-401-entier-paw-patrol/',
 | 
				
			||||||
 | 
					        'only_matching': True,
 | 
				
			||||||
    }]
 | 
					    }]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def _real_extract(self, url):
 | 
					    def _real_extract(self, url):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user