[sexykarma] Rename to WatchIndianPornIE and fix extraction
This commit is contained in:
		| @@ -657,7 +657,6 @@ from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE | |||||||
| from .senateisvp import SenateISVPIE | from .senateisvp import SenateISVPIE | ||||||
| from .servingsys import ServingSysIE | from .servingsys import ServingSysIE | ||||||
| from .sexu import SexuIE | from .sexu import SexuIE | ||||||
| from .sexykarma import SexyKarmaIE |  | ||||||
| from .shahid import ShahidIE | from .shahid import ShahidIE | ||||||
| from .shared import SharedIE | from .shared import SharedIE | ||||||
| from .sharesix import ShareSixIE | from .sharesix import ShareSixIE | ||||||
| @@ -918,6 +917,7 @@ from .vulture import VultureIE | |||||||
| from .walla import WallaIE | from .walla import WallaIE | ||||||
| from .washingtonpost import WashingtonPostIE | from .washingtonpost import WashingtonPostIE | ||||||
| from .wat import WatIE | from .wat import WatIE | ||||||
|  | from .watchindianporn import WatchIndianPornIE | ||||||
| from .wdr import ( | from .wdr import ( | ||||||
|     WDRIE, |     WDRIE, | ||||||
|     WDRMobileIE, |     WDRMobileIE, | ||||||
|   | |||||||
| @@ -11,61 +11,27 @@ from ..utils import ( | |||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class SexyKarmaIE(InfoExtractor): | class WatchIndianPornIE(InfoExtractor): | ||||||
|     IE_DESC = 'Sexy Karma and Watch Indian Porn' |     IE_DESC = 'Watch Indian Porn' | ||||||
|     _VALID_URL = r'https?://(?:www\.)?(?:sexykarma\.com|watchindianporn\.net)/(?:[^/]+/)*video/(?P<display_id>[^/]+)-(?P<id>[a-zA-Z0-9]+)\.html' |     _VALID_URL = r'https?://(?:www\.)?watchindianporn\.net/(?:[^/]+/)*video/(?P<display_id>[^/]+)-(?P<id>[a-zA-Z0-9]+)\.html' | ||||||
|     _TESTS = [{ |     _TEST = { | ||||||
|         'url': 'http://www.sexykarma.com/gonewild/video/taking-a-quick-pee-yHI70cOyIHt.html', |         'url': 'http://www.watchindianporn.net/video/hot-milf-from-kerala-shows-off-her-gorgeous-large-breasts-on-camera-RZa2avywNPa.html', | ||||||
|         'md5': 'b9798e7d1ef1765116a8f516c8091dbd', |         'md5': '249589a164dde236ec65832bfce17440', | ||||||
|         'info_dict': { |         'info_dict': { | ||||||
|             'id': 'yHI70cOyIHt', |             'id': 'RZa2avywNPa', | ||||||
|             'display_id': 'taking-a-quick-pee', |             'display_id': 'hot-milf-from-kerala-shows-off-her-gorgeous-large-breasts-on-camera', | ||||||
|             'ext': 'mp4', |             'ext': 'mp4', | ||||||
|             'title': 'Taking a quick pee.', |             'title': 'Hot milf from kerala shows off her gorgeous large breasts on camera', | ||||||
|             'thumbnail': 're:^https?://.*\.jpg$', |             'thumbnail': 're:^https?://.*\.jpg$', | ||||||
|             'uploader': 'wildginger7', |             'uploader': 'LoveJay', | ||||||
|             'upload_date': '20141008', |             'upload_date': '20160428', | ||||||
|             'duration': 22, |             'duration': 226, | ||||||
|             'view_count': int, |             'view_count': int, | ||||||
|             'comment_count': int, |             'comment_count': int, | ||||||
|             'categories': list, |             'categories': list, | ||||||
|             'age_limit': 18, |             'age_limit': 18, | ||||||
|         } |         } | ||||||
|     }, { |     } | ||||||
|         'url': 'http://www.sexykarma.com/gonewild/video/pot-pixie-tribute-8Id6EZPbuHf.html', |  | ||||||
|         'md5': 'dd216c68d29b49b12842b9babe762a5d', |  | ||||||
|         'info_dict': { |  | ||||||
|             'id': '8Id6EZPbuHf', |  | ||||||
|             'display_id': 'pot-pixie-tribute', |  | ||||||
|             'ext': 'mp4', |  | ||||||
|             'title': 'pot_pixie tribute', |  | ||||||
|             'thumbnail': 're:^https?://.*\.jpg$', |  | ||||||
|             'uploader': 'banffite', |  | ||||||
|             'upload_date': '20141013', |  | ||||||
|             'duration': 16, |  | ||||||
|             'view_count': int, |  | ||||||
|             'comment_count': int, |  | ||||||
|             'categories': list, |  | ||||||
|             'age_limit': 18, |  | ||||||
|         } |  | ||||||
|     }, { |  | ||||||
|         'url': 'http://www.watchindianporn.net/video/desi-dancer-namrata-stripping-completely-nude-and-dancing-on-a-hot-number-dW2mtctxJfs.html', |  | ||||||
|         'md5': '9afb80675550406ed9a63ac2819ef69d', |  | ||||||
|         'info_dict': { |  | ||||||
|             'id': 'dW2mtctxJfs', |  | ||||||
|             'display_id': 'desi-dancer-namrata-stripping-completely-nude-and-dancing-on-a-hot-number', |  | ||||||
|             'ext': 'mp4', |  | ||||||
|             'title': 'Desi dancer namrata stripping completely nude and dancing on a hot number', |  | ||||||
|             'thumbnail': 're:^https?://.*\.jpg$', |  | ||||||
|             'uploader': 'Don', |  | ||||||
|             'upload_date': '20140213', |  | ||||||
|             'duration': 83, |  | ||||||
|             'view_count': int, |  | ||||||
|             'comment_count': int, |  | ||||||
|             'categories': list, |  | ||||||
|             'age_limit': 18, |  | ||||||
|         } |  | ||||||
|     }] |  | ||||||
| 
 | 
 | ||||||
|     def _real_extract(self, url): |     def _real_extract(self, url): | ||||||
|         mobj = re.match(self._VALID_URL, url) |         mobj = re.match(self._VALID_URL, url) | ||||||
| @@ -109,6 +75,9 @@ class SexyKarmaIE(InfoExtractor): | |||||||
|             'id': video_id, |             'id': video_id, | ||||||
|             'display_id': display_id, |             'display_id': display_id, | ||||||
|             'url': video_url, |             'url': video_url, | ||||||
|  |             'http_headers': { | ||||||
|  |                 'Referer': url, | ||||||
|  |             }, | ||||||
|             'title': title, |             'title': title, | ||||||
|             'thumbnail': thumbnail, |             'thumbnail': thumbnail, | ||||||
|             'uploader': uploader, |             'uploader': uploader, | ||||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan