mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-02 16:37:59 +09:00
Make the tests pass again
The md5sums of the test videos changed at some point.
This commit is contained in:
parent
f4ef8145ef
commit
96a49c7838
@ -11,7 +11,7 @@ class Pac12IE(InfoExtractor):
|
|||||||
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://pac-12.com/videos/2020-pac-12-womens-basketball-media-day-arizona-cal-stanford',
|
'url': 'https://pac-12.com/videos/2020-pac-12-womens-basketball-media-day-arizona-cal-stanford',
|
||||||
'md5': 'b2e3c0cb99458c8b8e2dc22cb5ac922d',
|
'md5': 'c134cb64fc884658497690dca50094a3',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'vod-VGQNKGlo9Go',
|
'id': 'vod-VGQNKGlo9Go',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
@ -20,7 +20,7 @@ class Pac12IE(InfoExtractor):
|
|||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://pac-12.com/article/2020/11/24/sonoran-dog-dish-presented-tums',
|
'url': 'https://pac-12.com/article/2020/11/24/sonoran-dog-dish-presented-tums',
|
||||||
'md5': 'a7a8ac72273b9468924bc058cc220d37',
|
'md5': 'a91ae1eaf05cea2c5dbe6c1ab7997cc3',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'vod-YLMKpNLZvR0',
|
'id': 'vod-YLMKpNLZvR0',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
Loading…
Reference in New Issue
Block a user