mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[vivo] Add support for vivo.st (#29009)
Co-authored-by: Sergey M. <dstftw@gmail.com>
This commit is contained in:
		| @@ -86,10 +86,10 @@ class SharedIE(SharedBaseIE): | |||||||
|  |  | ||||||
| class VivoIE(SharedBaseIE): | class VivoIE(SharedBaseIE): | ||||||
|     IE_DESC = 'vivo.sx' |     IE_DESC = 'vivo.sx' | ||||||
|     _VALID_URL = r'https?://vivo\.sx/(?P<id>[\da-z]{10})' |     _VALID_URL = r'https?://vivo\.s[xt]/(?P<id>[\da-z]{10})' | ||||||
|     _FILE_NOT_FOUND = '>The file you have requested does not exists or has been removed' |     _FILE_NOT_FOUND = '>The file you have requested does not exists or has been removed' | ||||||
|  |  | ||||||
|     _TEST = { |     _TESTS = [{ | ||||||
|         'url': 'http://vivo.sx/d7ddda0e78', |         'url': 'http://vivo.sx/d7ddda0e78', | ||||||
|         'md5': '15b3af41be0b4fe01f4df075c2678b2c', |         'md5': '15b3af41be0b4fe01f4df075c2678b2c', | ||||||
|         'info_dict': { |         'info_dict': { | ||||||
| @@ -98,7 +98,10 @@ class VivoIE(SharedBaseIE): | |||||||
|             'title': 'Chicken', |             'title': 'Chicken', | ||||||
|             'filesize': 515659, |             'filesize': 515659, | ||||||
|         }, |         }, | ||||||
|     } |     }, { | ||||||
|  |         'url': 'http://vivo.st/d7ddda0e78', | ||||||
|  |         'only_matching': True, | ||||||
|  |     }] | ||||||
|  |  | ||||||
|     def _extract_title(self, webpage): |     def _extract_title(self, webpage): | ||||||
|         title = self._html_search_regex( |         title = self._html_search_regex( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user