mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 07:17:07 -05:00 
			
		
		
		
	[teamcoco] Update video id regex
This commit is contained in:
		@@ -37,7 +37,7 @@ class TeamcocoIE(InfoExtractor):
 | 
				
			|||||||
        video_id = mobj.group("video_id")
 | 
					        video_id = mobj.group("video_id")
 | 
				
			||||||
        if not video_id:
 | 
					        if not video_id:
 | 
				
			||||||
            video_id = self._html_search_regex(
 | 
					            video_id = self._html_search_regex(
 | 
				
			||||||
                r'<article class="video" data-id="(\d+?)"',
 | 
					                r'data-node-id="(\d+?)"',
 | 
				
			||||||
                webpage, 'video id')
 | 
					                webpage, 'video id')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        data_url = 'http://teamcoco.com/cvp/2.0/%s.xml' % video_id
 | 
					        data_url = 'http://teamcoco.com/cvp/2.0/%s.xml' % video_id
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user