mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 02:14:20 +01:00
[twitter] Update tests checksums
This commit is contained in:
parent
a1ec9a7553
commit
b84a5f0337
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,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': '7d2f6b4d2eb841a7ccc893d479bfceb4',
|
'md5': '4fa26a35f9d1bf4b646590ba8e84be19',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '560070183650213889',
|
'id': '560070183650213889',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
@ -124,7 +124,7 @@ class TwitterIE(InfoExtractor):
|
||||||
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://twitter.com/freethenipple/status/643211948184596480',
|
'url': 'https://twitter.com/freethenipple/status/643211948184596480',
|
||||||
'md5': '31cd83a116fc41f99ae3d909d4caf6a0',
|
'md5': 'db6612ec5d03355953c3ca9250c97e5e',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '643211948184596480',
|
'id': '643211948184596480',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
|
Loading…
Reference in a new issue