[verystream] add support for woof.tube (closes #22217)
This commit is contained in:
		
							parent
							
								
									9d058b3206
								
							
						
					
					
						commit
						3f46a25a97
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -462,7 +462,7 @@ class OpenloadIE(InfoExtractor):
 | 
				
			||||||
class VerystreamIE(OpenloadIE):
 | 
					class VerystreamIE(OpenloadIE):
 | 
				
			||||||
    IE_NAME = 'verystream'
 | 
					    IE_NAME = 'verystream'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    _DOMAINS = r'(?:verystream\.com)'
 | 
					    _DOMAINS = r'(?:verystream\.com|woof\.tube)'
 | 
				
			||||||
    _VALID_URL = r'''(?x)
 | 
					    _VALID_URL = r'''(?x)
 | 
				
			||||||
                    https?://
 | 
					                    https?://
 | 
				
			||||||
                        (?P<host>
 | 
					                        (?P<host>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue