4 from .common
import InfoExtractor
14 class ToggleIE(InfoExtractor
):
16 _VALID_URL
= r
'(?:https?://(?:(?:www\.)?mewatch|video\.toggle)\.sg/(?:en|zh)/(?:[^/]+/){2,}|toggle:)(?P<id>[0-9]+)'
18 'url': 'http://www.mewatch.sg/en/series/lion-moms-tif/trailers/lion-moms-premier/343115',
22 'title': 'Lion Moms Premiere',
23 'description': 'md5:aea1149404bff4d7f7b6da11fafd8e6b',
24 'upload_date': '20150910',
25 'timestamp': 1441858274,
28 'skip_download': 'm3u8 download',
31 'url': 'http://www.mewatch.sg/en/movies/dug-s-special-mission/341413',
32 'only_matching': True,
34 'url': 'http://www.mewatch.sg/en/series/28th-sea-games-5-show/28th-sea-games-5-show-ep11/332861',
35 'only_matching': True,
37 'url': 'http://video.toggle.sg/en/clips/seraph-sun-aloysius-will-suddenly-sing-some-old-songs-in-high-pitch-on-set/343331',
38 'only_matching': True,
40 'url': 'http://www.mewatch.sg/en/clips/seraph-sun-aloysius-will-suddenly-sing-some-old-songs-in-high-pitch-on-set/343331',
41 'only_matching': True,
43 'url': 'http://www.mewatch.sg/zh/series/zero-calling-s2-hd/ep13/336367',
44 'only_matching': True,
46 'url': 'http://www.mewatch.sg/en/series/vetri-s2/webisodes/jeeva-is-an-orphan-vetri-s2-webisode-7/342302',
47 'only_matching': True,
49 'url': 'http://www.mewatch.sg/en/movies/seven-days/321936',
50 'only_matching': True,
52 'url': 'https://www.mewatch.sg/en/tv-show/news/may-2017-cna-singapore-tonight/fri-19-may-2017/512456',
53 'only_matching': True,
55 'url': 'http://www.mewatch.sg/en/channels/eleven-plus/401585',
56 'only_matching': True,
59 _API_USER
= 'tvpapi_147'
62 def _real_extract(self
, url
):
63 video_id
= self
._match
_id
(url
)
77 'ApiUser': self
._API
_USER
,
78 'ApiPass': self
._API
_PASS
,
84 info
= self
._download
_json
(
85 'http://tvpapi.as.tvinci.com/v2_9/gateways/jsonpostgw.aspx?m=GetMediaInfo',
86 video_id
, 'Downloading video info json', data
=json
.dumps(params
).encode())
88 title
= info
['MediaName']
91 for video_file
in info
.get('Files', []):
92 video_url
, vid_format
= video_file
.get('URL'), video_file
.get('Format')
93 if not video_url
or video_url
== 'NA' or not vid_format
:
95 ext
= determine_ext(video_url
)
96 vid_format
= vid_format
.replace(' ', '')
97 # if geo-restricted, m3u8 is inaccessible, but mp4 is okay
99 m3u8_formats
= self
._extract
_m
3u8_formats
(
100 video_url
, video_id
, ext
='mp4', m3u8_id
=vid_format
,
101 note
=f
'Downloading {vid_format} m3u8 information',
102 errnote
=f
'Failed to download {vid_format} m3u8 information',
104 for f
in m3u8_formats
:
105 # Apple FairPlay Streaming
106 if '/fpshls/' in f
['url']:
110 formats
.extend(self
._extract
_mpd
_formats
(
111 video_url
, video_id
, mpd_id
=vid_format
,
112 note
=f
'Downloading {vid_format} MPD manifest',
113 errnote
=f
'Failed to download {vid_format} MPD manifest',
116 formats
.extend(self
._extract
_ism
_formats
(
117 video_url
, video_id
, ism_id
=vid_format
,
118 note
=f
'Downloading {vid_format} ISM manifest',
119 errnote
=f
'Failed to download {vid_format} ISM manifest',
125 'format_id': vid_format
,
128 for meta
in (info
.get('Metas') or []):
129 if (not self
.get_param('allow_unplayable_formats')
130 and meta
.get('Key') == 'Encryption' and meta
.get('Value') == '1'):
131 self
.report_drm(video_id
)
132 # Most likely because geo-blocked if no formats and no DRM
135 for picture
in info
.get('Pictures', []):
136 if not isinstance(picture
, dict):
138 pic_url
= picture
.get('URL')
144 pic_size
= picture
.get('PicSize', '')
145 m
= re
.search(r
'(?P<width>\d+)[xX](?P<height>\d+)', pic_size
)
148 'width': int(m
.group('width')),
149 'height': int(m
.group('height')),
151 thumbnails
.append(thumbnail
)
155 info
.get(prefix
+ 'Counter') or info
.get(prefix
.lower() + '_counter'))
160 'description': strip_or_none(info
.get('Description')),
161 'duration': int_or_none(info
.get('Duration')),
162 'timestamp': parse_iso8601(info
.get('CreationDate') or None),
163 'average_rating': float_or_none(info
.get('Rating')),
164 'view_count': counter('View'),
165 'like_count': counter('Like'),
166 'thumbnails': thumbnails
,
171 class MeWatchIE(InfoExtractor
):
173 _VALID_URL
= r
'https?://(?:(?:www|live)\.)?mewatch\.sg/watch/[^/?#&]+-(?P<id>[0-9]+)'
175 'url': 'https://www.mewatch.sg/watch/Recipe-Of-Life-E1-179371',
179 'title': 'Recipe Of Life 味之道',
180 'timestamp': 1603306526,
181 'description': 'md5:6e88cde8af2068444fc8e1bc3ebf257c',
182 'upload_date': '20201021',
185 'skip_download': 'm3u8 download',
188 'url': 'https://www.mewatch.sg/watch/Little-Red-Dot-Detectives-S2-搜密。打卡。小红点-S2-E1-176232',
189 'only_matching': True,
191 'url': 'https://www.mewatch.sg/watch/Little-Red-Dot-Detectives-S2-%E6%90%9C%E5%AF%86%E3%80%82%E6%89%93%E5%8D%A1%E3%80%82%E5%B0%8F%E7%BA%A2%E7%82%B9-S2-E1-176232',
192 'only_matching': True,
194 'url': 'https://live.mewatch.sg/watch/Recipe-Of-Life-E41-189759',
195 'only_matching': True,
198 def _real_extract(self
, url
):
199 item_id
= self
._match
_id
(url
)
200 custom_id
= self
._download
_json
(
201 'https://cdn.mewatch.sg/api/items/' + item_id
,
202 item_id
, query
={'segments': 'all'})['customId']
203 return self
.url_result(
204 'toggle:' + custom_id
, ToggleIE
.ie_key(), custom_id
)