]> jfr.im git - yt-dlp.git/blame - yt_dlp/extractor/vine.py
[extractors] Use new framework for existing embeds (#4307)
[yt-dlp.git] / yt_dlp / extractor / vine.py
CommitLineData
eb1634cb 1from .common import InfoExtractor
8e41c9ad 2from ..compat import compat_str
91816e8f 3from ..utils import (
f962790e 4 determine_ext,
e0ddbd02 5 format_field,
91816e8f 6 int_or_none,
f962790e 7 unified_timestamp,
91816e8f 8)
eb1634cb
PH
9
10
11class VineIE(InfoExtractor):
64f1aba8 12 _VALID_URL = r'https?://(?:www\.)?vine\.co/(?:v|oembed)/(?P<id>\w+)'
bfd973ec 13 _EMBED_REGEX = [r'<iframe[^>]+src=[\'"](?P<url>(?:https?:)?//(?:www\.)?vine\.co/v/[^/]+/embed/(?:simple|postcard))']
3359fb66 14 _TESTS = [{
5dc733f0
JMF
15 'url': 'https://vine.co/v/b9KOOWX7HUx',
16 'md5': '2f36fed6235b16da96ce9b4dc890940d',
17 'info_dict': {
18 'id': 'b9KOOWX7HUx',
19 'ext': 'mp4',
5dc733f0 20 'title': 'Chicken.',
f962790e
S
21 'alt_title': 'Vine by Jack',
22 'timestamp': 1368997951,
f919201e 23 'upload_date': '20130519',
f962790e 24 'uploader': 'Jack',
f919201e 25 'uploader_id': '76',
6ae938b2 26 'view_count': int,
2e022397
S
27 'like_count': int,
28 'comment_count': int,
29 'repost_count': int,
5dc733f0 30 },
94a773fe
LL
31 }, {
32 'url': 'https://vine.co/v/e192BnZnZ9V',
33 'info_dict': {
34 'id': 'e192BnZnZ9V',
35 'ext': 'mp4',
91816e8f 36 'title': 'ยิ้ม~ เขิน~ อาย~ น่าร้ากอ้ะ >//< @n_whitewo @orlameena #lovesicktheseries #lovesickseason2',
94a773fe 37 'alt_title': 'Vine by Pimry_zaa',
f962790e 38 'timestamp': 1436057405,
94a773fe
LL
39 'upload_date': '20150705',
40 'uploader': 'Pimry_zaa',
41 'uploader_id': '1135760698325307392',
6ae938b2 42 'view_count': int,
2e022397
S
43 'like_count': int,
44 'comment_count': int,
45 'repost_count': int,
94a773fe
LL
46 },
47 'params': {
48 'skip_download': True,
49 },
f962790e
S
50 }, {
51 'url': 'https://vine.co/v/MYxVapFvz2z',
52 'only_matching': True,
53 }, {
54 'url': 'https://vine.co/v/bxVjBbZlPUH',
55 'only_matching': True,
56 }, {
57 'url': 'https://vine.co/oembed/MYxVapFvz2z.json',
58 'only_matching': True,
3359fb66 59 }]
eb1634cb
PH
60
61 def _real_extract(self, url):
63e0f295 62 video_id = self._match_id(url)
ac2d8f54 63
f962790e
S
64 data = self._download_json(
65 'https://archive.vine.co/posts/%s.json' % video_id, video_id)
0049594e 66
f962790e
S
67 def video_url(kind):
68 for url_suffix in ('Url', 'URL'):
69 format_url = data.get('video%s%s' % (kind, url_suffix))
70 if format_url:
71 return format_url
2684871b 72
f962790e
S
73 formats = []
74 for quality, format_id in enumerate(('low', '', 'dash')):
75 format_url = video_url(format_id.capitalize())
76 if not format_url:
77 continue
78 # DASH link returns plain mp4
79 if format_id == 'dash' and determine_ext(format_url) == 'mpd':
80 formats.extend(self._extract_mpd_formats(
81 format_url, video_id, mpd_id='dash', fatal=False))
82 else:
83 formats.append({
84 'url': format_url,
85 'format_id': format_id or 'standard',
86 'quality': quality,
87 })
8e6cc12c 88 self._check_formats(formats, video_id)
2684871b 89 self._sort_formats(formats)
eb1634cb 90
91816e8f
S
91 username = data.get('username')
92
a70635b8 93 alt_title = format_field(username, None, 'Vine by %s')
e8f20ffa 94
5dc733f0
JMF
95 return {
96 'id': video_id,
e8f20ffa
YCH
97 'title': data.get('description') or alt_title or 'Vine video',
98 'alt_title': alt_title,
91816e8f 99 'thumbnail': data.get('thumbnailUrl'),
f962790e 100 'timestamp': unified_timestamp(data.get('created')),
91816e8f
S
101 'uploader': username,
102 'uploader_id': data.get('userIdStr'),
f962790e
S
103 'view_count': int_or_none(data.get('loops')),
104 'like_count': int_or_none(data.get('likes')),
105 'comment_count': int_or_none(data.get('comments')),
106 'repost_count': int_or_none(data.get('reposts')),
f919201e 107 'formats': formats,
acd69589 108 }
ea783d01 109
a172b258 110
ea783d01
JN
111class VineUserIE(InfoExtractor):
112 IE_NAME = 'vine:user'
8e41c9ad 113 _VALID_URL = r'https?://vine\.co/(?P<u>u/)?(?P<user>[^/]+)'
611c1dd9 114 _VINE_BASE_URL = 'https://vine.co/'
8e41c9ad
S
115 _TESTS = [{
116 'url': 'https://vine.co/itsruthb',
117 'info_dict': {
118 'id': 'itsruthb',
119 'title': 'Ruth B',
120 'description': '| Instagram/Twitter: itsruthb | still a lost boy from neverland',
b128c9ed 121 },
8e41c9ad
S
122 'playlist_mincount': 611,
123 }, {
124 'url': 'https://vine.co/u/942914934646415360',
125 'only_matching': True,
126 }]
127
128 @classmethod
129 def suitable(cls, url):
130 return False if VineIE.suitable(url) else super(VineUserIE, cls).suitable(url)
ea783d01 131
a172b258 132 def _real_extract(self, url):
5ad28e7f 133 mobj = self._match_valid_url(url)
a172b258 134 user = mobj.group('user')
b128c9ed 135 u = mobj.group('u')
ea783d01 136
611c1dd9 137 profile_url = '%sapi/users/profiles/%s%s' % (
b128c9ed 138 self._VINE_BASE_URL, 'vanity/' if not u else '', user)
a172b258
PH
139 profile_data = self._download_json(
140 profile_url, user, note='Downloading user profile data')
ea783d01 141
8e41c9ad
S
142 data = profile_data['data']
143 user_id = data.get('userId') or data['userIdStr']
144 profile = self._download_json(
9b5aead6 145 'https://archive.vine.co/profiles/%s.json' % user_id, user_id)
a172b258 146 entries = [
8e41c9ad
S
147 self.url_result(
148 'https://vine.co/v/%s' % post_id, ie='Vine', video_id=post_id)
149 for post_id in profile['posts']
150 if post_id and isinstance(post_id, compat_str)]
151 return self.playlist_result(
152 entries, user, profile.get('username'), profile.get('description'))