mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[xhamster] add support for new domain xhvid.com (#31370)
This commit is contained in:
		| @@ -24,7 +24,7 @@ from ..utils import ( | |||||||
|  |  | ||||||
|  |  | ||||||
| class XHamsterIE(InfoExtractor): | class XHamsterIE(InfoExtractor): | ||||||
|     _DOMAINS = r'(?:xhamster\.(?:com|one|desi)|xhms\.pro|xhamster\d+\.com|xhday\.com)' |     _DOMAINS = r'(?:xhamster\.(?:com|one|desi)|xhms\.pro|xhamster\d+\.com|xhday\.com|xhvid\.com)' | ||||||
|     _VALID_URL = r'''(?x) |     _VALID_URL = r'''(?x) | ||||||
|                     https?:// |                     https?:// | ||||||
|                         (?:.+?\.)?%s/ |                         (?:.+?\.)?%s/ | ||||||
| @@ -123,6 +123,9 @@ class XHamsterIE(InfoExtractor): | |||||||
|     }, { |     }, { | ||||||
|         'url': 'https://xhday.com/videos/strapless-threesome-xhh7yVf', |         'url': 'https://xhday.com/videos/strapless-threesome-xhh7yVf', | ||||||
|         'only_matching': True, |         'only_matching': True, | ||||||
|  |     }, { | ||||||
|  |         'url': 'https://xhvid.com/videos/lk-mm-xhc6wn6', | ||||||
|  |         'only_matching': True, | ||||||
|     }] |     }] | ||||||
|  |  | ||||||
|     def _real_extract(self, url): |     def _real_extract(self, url): | ||||||
| @@ -433,6 +436,9 @@ class XHamsterUserIE(InfoExtractor): | |||||||
|     }, { |     }, { | ||||||
|         'url': 'https://xhday.com/users/mobhunter', |         'url': 'https://xhday.com/users/mobhunter', | ||||||
|         'only_matching': True, |         'only_matching': True, | ||||||
|  |     }, { | ||||||
|  |         'url': 'https://xhvid.com/users/pelushe21', | ||||||
|  |         'only_matching': True, | ||||||
|     }] |     }] | ||||||
|  |  | ||||||
|     def _entries(self, user_id): |     def _entries(self, user_id): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user