1
0
mirror of https://github.com/l1ving/youtube-dl synced 2020-11-18 19:53:54 -08:00

Fixed failing tests for ABCIView and ABCIViewShow

This commit is contained in:
David Hood 2019-05-03 00:12:54 +10:00
parent 7806e673cb
commit 70b46b7605

View File

@ -110,16 +110,16 @@ class ABCIViewIE(InfoExtractor):
# ABC iview programs are normally available for 14 days only.
_TESTS = [{
'url': 'https://iview.abc.net.au/show/ben-and-holly-s-little-kingdom/series/0/video/ZX9371A011S00',
'url': 'https://iview.abc.net.au/show/big-ted-s-big-adventure/series/0/video/CH1307H001S00',
'info_dict': {
'id': 'ZX9371A011S00',
'id': 'CH1307H001S00',
'ext': 'mp4',
'title': "Dolly Plum",
'series': "Ben And Holly's Little Kingdom",
'description': 'md5:7d5d426d28814ac97b7c98e33f37193c',
'upload_date': '20190301',
'title': "Otters",
'series': "Big Ted's Big Adventure",
'description': 'md5:74b89063ffb40eaf0ac95cd9486e645c',
'upload_date': '20180923',
'uploader_id': 'abc4kids',
'timestamp': 1551466585,
'timestamp': 1537682400,
},
'params': {
'skip_download': True,
@ -230,6 +230,7 @@ class ABCIViewShowIE(ABCIViewIE):
'title': "Play School Story Time",
'description': 'md5:2763b35f418d334d72e3d7f7fc7afb82',
'uploader_id': 'abc4kids',
'id': 'play-school-story-time'
},
'playlist_count': 24
},