mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-10 19:37:25 +00:00
[twitter] Update tests
This commit is contained in:
parent
c571dea953
commit
48aae2d2cf
@ -1,3 +1,4 @@
|
|||||||
|
# coding: utf-8
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import re
|
import re
|
||||||
@ -15,7 +16,7 @@ class TwitterCardIE(InfoExtractor):
|
|||||||
_TESTS = [
|
_TESTS = [
|
||||||
{
|
{
|
||||||
'url': 'https://twitter.com/i/cards/tfw/v1/560070183650213889',
|
'url': 'https://twitter.com/i/cards/tfw/v1/560070183650213889',
|
||||||
'md5': 'a74f50b310c83170319ba16de6955192',
|
'md5': '7d2f6b4d2eb841a7ccc893d479bfceb4',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '560070183650213889',
|
'id': '560070183650213889',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
@ -103,17 +104,17 @@ class TwitterIE(TwitterCardIE):
|
|||||||
_VALID_URL = r'https?://(?:www|m|mobile)?\.?twitter\.com/(?P<id>[^/]+/status/\d+)'
|
_VALID_URL = r'https?://(?:www|m|mobile)?\.?twitter\.com/(?P<id>[^/]+/status/\d+)'
|
||||||
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://m.twitter.com/thereaIbanksy/status/614301758345490432',
|
'url': 'https://twitter.com/freethenipple/status/643211948184596480',
|
||||||
'md5': '8bbccb487bd7a31349b775915fcd412f',
|
'md5': '31cd83a116fc41f99ae3d909d4caf6a0',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '614301758345490432',
|
'id': '643211948184596480',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'thereaIbanksy - This time lapse is so pretty \U0001f60d\U0001f60d',
|
'title': 'freethenipple - FTN supporters on Hollywood Blvd today!',
|
||||||
'thumbnail': 're:^https?://.*\.jpg',
|
'thumbnail': 're:^https?://.*\.jpg',
|
||||||
'duration': 29.5,
|
'duration': 12.922,
|
||||||
'description': 'banksy on Twitter: "This time lapse is so pretty \U0001f60d\U0001f60d http://t.co/QB8DDbqiR1"',
|
'description': 'FREE THE NIPPLE on Twitter: "FTN supporters on Hollywood Blvd today! http://t.co/c7jHH749xJ"',
|
||||||
'uploader': 'banksy',
|
'uploader': 'FREE THE NIPPLE',
|
||||||
'uploader_id': 'thereaIbanksy',
|
'uploader_id': 'freethenipple',
|
||||||
},
|
},
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user