File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
16
16
17
17
class MedalTVIE (InfoExtractor ):
18
- _VALID_URL = r'https?://(?:www\.)?medal\.tv/clips/(?P<id>[0 -9]+)'
18
+ _VALID_URL = r'https?://(?:www\.)?medal\.tv/clips/(?P<id>[a-zA-Z0 -9]+)'
19
19
_TESTS = [{
20
- 'url' : 'https://medal.tv/clips/34934644/3Is9zyGMoBMr ' ,
20
+ 'url' : 'https://medal.tv/clips/2mA60jWAGQCBH ' ,
21
21
'md5' : '7b07b064331b1cf9e8e5c52a06ae68fa' ,
22
22
'info_dict' : {
23
- 'id' : '34934644 ' ,
23
+ 'id' : '2mA60jWAGQCBH ' ,
24
24
'ext' : 'mp4' ,
25
25
'title' : 'Quad Cold' ,
26
26
'description' : 'Medal,https://medal.tv/desktop/' ,
27
27
'uploader' : 'MowgliSB' ,
28
28
'timestamp' : 1603165266 ,
29
29
'upload_date' : '20201020' ,
30
- 'uploader_id' : 10619174 ,
30
+ 'uploader_id' : ' 10619174' ,
31
31
}
32
32
}, {
33
- 'url' : 'https://medal.tv/clips/36787208 ' ,
33
+ 'url' : 'https://medal.tv/clips/2um24TWdty0NA ' ,
34
34
'md5' : 'b6dc76b78195fff0b4f8bf4a33ec2148' ,
35
35
'info_dict' : {
36
- 'id' : '36787208 ' ,
36
+ 'id' : '2um24TWdty0NA ' ,
37
37
'ext' : 'mp4' ,
38
38
'title' : 'u tk me i tk u bigger' ,
39
39
'description' : 'Medal,https://medal.tv/desktop/' ,
40
40
'uploader' : 'Mimicc' ,
41
41
'timestamp' : 1605580939 ,
42
42
'upload_date' : '20201117' ,
43
- 'uploader_id' : 5156321 ,
43
+ 'uploader_id' : ' 5156321' ,
44
44
}
45
45
}]
46
46
You can’t perform that action at this time.
0 commit comments