[dotsub] Replace test (Closes #10386)
This commit is contained in:
parent
5b9d187cc6
commit
4245f55880
|
@ -10,18 +10,18 @@ from ..utils import (
|
||||||
class DotsubIE(InfoExtractor):
|
class DotsubIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?dotsub\.com/view/(?P<id>[^/]+)'
|
_VALID_URL = r'https?://(?:www\.)?dotsub\.com/view/(?P<id>[^/]+)'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://dotsub.com/view/aed3b8b2-1889-4df5-ae63-ad85f5572f27',
|
'url': 'https://dotsub.com/view/9c63db2a-fa95-4838-8e6e-13deafe47f09',
|
||||||
'md5': '0914d4d69605090f623b7ac329fea66e',
|
'md5': '21c7ff600f545358134fea762a6d42b6',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'aed3b8b2-1889-4df5-ae63-ad85f5572f27',
|
'id': '9c63db2a-fa95-4838-8e6e-13deafe47f09',
|
||||||
'ext': 'flv',
|
'ext': 'flv',
|
||||||
'title': 'Pyramids of Waste (2010), AKA The Lightbulb Conspiracy - Planned obsolescence documentary',
|
'title': 'MOTIVATION - "It\'s Possible" Best Inspirational Video Ever',
|
||||||
'description': 'md5:699a0f7f50aeec6042cb3b1db2d0d074',
|
'description': 'md5:41af1e273edbbdfe4e216a78b9d34ac6',
|
||||||
'thumbnail': 're:^https?://dotsub.com/media/aed3b8b2-1889-4df5-ae63-ad85f5572f27/p',
|
'thumbnail': 're:^https?://dotsub.com/media/9c63db2a-fa95-4838-8e6e-13deafe47f09/p',
|
||||||
'duration': 3169,
|
'duration': 198,
|
||||||
'uploader': '4v4l0n42',
|
'uploader': 'liuxt',
|
||||||
'timestamp': 1292248482.625,
|
'timestamp': 1385778501.104,
|
||||||
'upload_date': '20101213',
|
'upload_date': '20131130',
|
||||||
'view_count': int,
|
'view_count': int,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue