|
|
@ -45,6 +45,7 @@ def aa_decode(aa_code):
|
|
|
|
|
|
|
|
|
|
|
|
class XFileShareIE(InfoExtractor):
|
|
|
|
class XFileShareIE(InfoExtractor):
|
|
|
|
_SITES = (
|
|
|
|
_SITES = (
|
|
|
|
|
|
|
|
(r'aparat\.cam', 'Aparat'),
|
|
|
|
(r'clipwatching\.com', 'ClipWatching'),
|
|
|
|
(r'clipwatching\.com', 'ClipWatching'),
|
|
|
|
(r'gounlimited\.to', 'GoUnlimited'),
|
|
|
|
(r'gounlimited\.to', 'GoUnlimited'),
|
|
|
|
(r'govid\.me', 'GoVid'),
|
|
|
|
(r'govid\.me', 'GoVid'),
|
|
|
@ -78,6 +79,9 @@ class XFileShareIE(InfoExtractor):
|
|
|
|
'title': 'sample',
|
|
|
|
'title': 'sample',
|
|
|
|
'thumbnail': r're:http://.*\.jpg',
|
|
|
|
'thumbnail': r're:http://.*\.jpg',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
|
|
'url': 'https://aparat.cam/n4d6dh0wvlpr',
|
|
|
|
|
|
|
|
'only_matching': True,
|
|
|
|
}]
|
|
|
|
}]
|
|
|
|
|
|
|
|
|
|
|
|
@staticmethod
|
|
|
|
@staticmethod
|
|
|
|