| 
									
										
										
										
											2014-10-25 00:10:11 +02:00
										 |  |  | from __future__ import unicode_literals | 
					
						
							| 
									
										
										
										
											2013-10-06 07:12:47 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | from .common import InfoExtractor | 
					
						
							| 
									
										
										
										
											2014-10-25 00:10:11 +02:00
										 |  |  | from ..utils import ( | 
					
						
							|  |  |  |     float_or_none, | 
					
						
							|  |  |  |     int_or_none, | 
					
						
							|  |  |  | ) | 
					
						
							| 
									
										
										
										
											2015-01-28 00:08:19 -05:00
										 |  |  | from ..compat import ( | 
					
						
							| 
									
										
										
										
											2015-01-30 02:13:37 +01:00
										 |  |  |     compat_urllib_request | 
					
						
							| 
									
										
										
										
											2015-01-28 00:08:19 -05:00
										 |  |  | ) | 
					
						
							| 
									
										
										
										
											2013-10-06 07:12:47 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class ViddlerIE(InfoExtractor): | 
					
						
							| 
									
										
										
										
											2014-10-25 00:10:11 +02:00
										 |  |  |     _VALID_URL = r'https?://(?:www\.)?viddler\.com/(?:v|embed|player)/(?P<id>[a-z0-9]+)' | 
					
						
							| 
									
										
										
										
											2015-01-28 00:08:19 -05:00
										 |  |  |     _TESTS = [{ | 
					
						
							| 
									
										
										
										
											2015-01-28 22:49:42 +06:00
										 |  |  |         'url': 'http://www.viddler.com/v/43903784', | 
					
						
							| 
									
										
										
										
											2014-10-25 00:10:11 +02:00
										 |  |  |         'md5': 'ae43ad7cb59431ce043f0ff7fa13cbf4', | 
					
						
							|  |  |  |         'info_dict': { | 
					
						
							|  |  |  |             'id': '43903784', | 
					
						
							|  |  |  |             'ext': 'mp4', | 
					
						
							| 
									
										
										
										
											2015-01-28 22:49:42 +06:00
										 |  |  |             'title': 'Video Made Easy', | 
					
						
							|  |  |  |             'description': 'md5:6a697ebd844ff3093bd2e82c37b409cd', | 
					
						
							|  |  |  |             'uploader': 'viddler', | 
					
						
							| 
									
										
										
										
											2014-10-25 00:10:11 +02:00
										 |  |  |             'timestamp': 1335371429, | 
					
						
							|  |  |  |             'upload_date': '20120425', | 
					
						
							| 
									
										
										
										
											2015-01-28 22:49:42 +06:00
										 |  |  |             'duration': 100.89, | 
					
						
							| 
									
										
										
										
											2014-10-25 00:10:11 +02:00
										 |  |  |             'thumbnail': 're:^https?://.*\.jpg$', | 
					
						
							|  |  |  |             'view_count': int, | 
					
						
							| 
									
										
										
										
											2015-01-28 23:21:17 +06:00
										 |  |  |             'comment_count': int, | 
					
						
							| 
									
										
										
										
											2014-10-25 00:10:11 +02:00
										 |  |  |             'categories': ['video content', 'high quality video', 'video made easy', 'how to produce video with limited resources', 'viddler'], | 
					
						
							| 
									
										
										
										
											2013-10-06 07:12:47 +02:00
										 |  |  |         } | 
					
						
							| 
									
										
										
										
											2015-01-28 00:08:19 -05:00
										 |  |  |     }, { | 
					
						
							| 
									
										
										
										
											2015-01-28 22:49:42 +06:00
										 |  |  |         'url': 'http://www.viddler.com/v/4d03aad9/', | 
					
						
							|  |  |  |         'md5': 'faa71fbf70c0bee7ab93076fd007f4b0', | 
					
						
							|  |  |  |         'info_dict': { | 
					
						
							|  |  |  |             'id': '4d03aad9', | 
					
						
							|  |  |  |             'ext': 'mp4', | 
					
						
							|  |  |  |             'title': 'WALL-TO-GORTAT', | 
					
						
							| 
									
										
										
										
											2015-01-28 00:08:19 -05:00
										 |  |  |             'upload_date': '20150126', | 
					
						
							|  |  |  |             'uploader': 'deadspin', | 
					
						
							|  |  |  |             'timestamp': 1422285291, | 
					
						
							| 
									
										
										
										
											2015-01-28 23:21:17 +06:00
										 |  |  |             'view_count': int, | 
					
						
							|  |  |  |             'comment_count': int, | 
					
						
							| 
									
										
										
										
											2015-01-28 00:08:19 -05:00
										 |  |  |         } | 
					
						
							|  |  |  |     }, { | 
					
						
							| 
									
										
										
										
											2015-01-28 22:49:42 +06:00
										 |  |  |         'url': 'http://www.viddler.com/player/221ebbbd/0/', | 
					
						
							|  |  |  |         'md5': '0defa2bd0ea613d14a6e9bd1db6be326', | 
					
						
							|  |  |  |         'info_dict': { | 
					
						
							|  |  |  |             'id': '221ebbbd', | 
					
						
							|  |  |  |             'ext': 'mp4', | 
					
						
							|  |  |  |             'title': 'LETeens-Grammar-snack-third-conditional', | 
					
						
							|  |  |  |             'description': ' ', | 
					
						
							| 
									
										
										
										
											2015-01-28 00:08:19 -05:00
										 |  |  |             'upload_date': '20140929', | 
					
						
							|  |  |  |             'uploader': 'BCLETeens', | 
					
						
							|  |  |  |             'timestamp': 1411997190, | 
					
						
							| 
									
										
										
										
											2015-01-28 23:21:17 +06:00
										 |  |  |             'view_count': int, | 
					
						
							|  |  |  |             'comment_count': int, | 
					
						
							| 
									
										
										
										
											2015-01-28 00:08:19 -05:00
										 |  |  |         } | 
					
						
							|  |  |  |     }] | 
					
						
							| 
									
										
										
										
											2013-10-06 07:12:47 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     def _real_extract(self, url): | 
					
						
							| 
									
										
										
										
											2014-10-25 00:10:11 +02:00
										 |  |  |         video_id = self._match_id(url) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         json_url = ( | 
					
						
							|  |  |  |             'http://api.viddler.com/api/v2/viddler.videos.getPlaybackDetails.json?video_id=%s&key=v0vhrt7bg2xq1vyxhkct' % | 
					
						
							|  |  |  |             video_id) | 
					
						
							| 
									
										
										
										
											2015-01-28 00:08:19 -05:00
										 |  |  |         headers = {'Referer': 'http://static.cdn-ec.viddler.com/js/arpeggio/v2/embed.html'} | 
					
						
							|  |  |  |         request = compat_urllib_request.Request(json_url, None, headers) | 
					
						
							|  |  |  |         data = self._download_json(request, video_id)['video'] | 
					
						
							| 
									
										
										
										
											2014-10-25 00:10:11 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |         formats = [] | 
					
						
							|  |  |  |         for filed in data['files']: | 
					
						
							|  |  |  |             if filed.get('status', 'ready') != 'ready': | 
					
						
							|  |  |  |                 continue | 
					
						
							| 
									
										
										
										
											2015-01-28 23:21:17 +06:00
										 |  |  |             format_id = filed.get('profile_id') or filed['profile_name'] | 
					
						
							| 
									
										
										
										
											2014-10-25 00:10:11 +02:00
										 |  |  |             f = { | 
					
						
							| 
									
										
										
										
											2015-01-28 23:21:17 +06:00
										 |  |  |                 'format_id': format_id, | 
					
						
							| 
									
										
										
										
											2014-10-25 00:10:11 +02:00
										 |  |  |                 'format_note': filed['profile_name'], | 
					
						
							|  |  |  |                 'url': self._proto_relative_url(filed['url']), | 
					
						
							|  |  |  |                 'width': int_or_none(filed.get('width')), | 
					
						
							|  |  |  |                 'height': int_or_none(filed.get('height')), | 
					
						
							|  |  |  |                 'filesize': int_or_none(filed.get('size')), | 
					
						
							|  |  |  |                 'ext': filed.get('ext'), | 
					
						
							|  |  |  |                 'source_preference': -1, | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  |             formats.append(f) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             if filed.get('cdn_url'): | 
					
						
							|  |  |  |                 f = f.copy() | 
					
						
							| 
									
										
										
										
											2015-01-28 00:08:19 -05:00
										 |  |  |                 f['url'] = self._proto_relative_url(filed['cdn_url'], 'http:') | 
					
						
							| 
									
										
										
										
											2015-01-28 23:21:17 +06:00
										 |  |  |                 f['format_id'] = format_id + '-cdn' | 
					
						
							| 
									
										
										
										
											2014-10-25 00:10:11 +02:00
										 |  |  |                 f['source_preference'] = 1 | 
					
						
							|  |  |  |                 formats.append(f) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             if filed.get('html5_video_source'): | 
					
						
							|  |  |  |                 f = f.copy() | 
					
						
							| 
									
										
										
										
											2015-01-28 22:49:42 +06:00
										 |  |  |                 f['url'] = self._proto_relative_url(filed['html5_video_source']) | 
					
						
							| 
									
										
										
										
											2015-01-28 23:21:17 +06:00
										 |  |  |                 f['format_id'] = format_id + '-html5' | 
					
						
							| 
									
										
										
										
											2014-10-25 00:10:11 +02:00
										 |  |  |                 f['source_preference'] = 0 | 
					
						
							|  |  |  |                 formats.append(f) | 
					
						
							|  |  |  |         self._sort_formats(formats) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         categories = [ | 
					
						
							|  |  |  |             t.get('text') for t in data.get('tags', []) if 'text' in t] | 
					
						
							| 
									
										
										
										
											2013-10-06 07:12:47 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-12-03 14:21:06 +01:00
										 |  |  |         return { | 
					
						
							| 
									
										
										
										
											2013-10-06 07:12:47 +02:00
										 |  |  |             'id': video_id, | 
					
						
							| 
									
										
										
										
											2014-10-25 00:10:11 +02:00
										 |  |  |             'title': data['title'], | 
					
						
							| 
									
										
										
										
											2013-10-06 07:12:47 +02:00
										 |  |  |             'formats': formats, | 
					
						
							| 
									
										
										
										
											2014-10-25 00:10:11 +02:00
										 |  |  |             'description': data.get('description'), | 
					
						
							|  |  |  |             'timestamp': int_or_none(data.get('upload_time')), | 
					
						
							|  |  |  |             'thumbnail': self._proto_relative_url(data.get('thumbnail_url')), | 
					
						
							|  |  |  |             'uploader': data.get('author'), | 
					
						
							|  |  |  |             'duration': float_or_none(data.get('length')), | 
					
						
							|  |  |  |             'view_count': int_or_none(data.get('view_count')), | 
					
						
							| 
									
										
										
										
											2015-01-28 23:21:17 +06:00
										 |  |  |             'comment_count': int_or_none(data.get('comment_count')), | 
					
						
							| 
									
										
										
										
											2014-10-25 00:10:11 +02:00
										 |  |  |             'categories': categories, | 
					
						
							| 
									
										
										
										
											2013-10-06 07:12:47 +02:00
										 |  |  |         } |