1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[xfileshare] Add uqload.co support

Update xfileshare.py
This commit is contained in:
Theophile2M 2023-07-18 16:27:18 +02:00
parent 47214e46d8
commit 8a79fdeabf

View file

@ -53,6 +53,7 @@ class XFileShareIE(InfoExtractor):
(r'streamty\.com', 'Streamty'),
(r'thevideobee\.to', 'TheVideoBee'),
(r'uqload\.com', 'Uqload'),
(r'uqload\.co', 'Uqload'),
(r'vidbom\.com', 'VidBom'),
(r'vidlo\.us', 'vidlo'),
(r'vidlocker\.xyz', 'VidLocker'),
@ -80,6 +81,9 @@ class XFileShareIE(InfoExtractor):
'title': 'sample',
'thumbnail': r're:http://.*\.jpg',
},
}, {
'url': 'https://uqload.co/ug5somm0ctnk.html',
'only_matching': True,
}, {
'url': 'https://aparat.cam/n4d6dh0wvlpr',
'only_matching': True,