mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 23:25:06 +00:00
[huffpost] Modernize test
This commit is contained in:
parent
40c716d2a2
commit
2583a0308b
1 changed files with 2 additions and 1 deletions
|
@ -21,9 +21,10 @@ class HuffPostIE(InfoExtractor):
|
||||||
|
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://live.huffingtonpost.com/r/segment/legalese-it/52dd3e4b02a7602131000677',
|
'url': 'http://live.huffingtonpost.com/r/segment/legalese-it/52dd3e4b02a7602131000677',
|
||||||
'file': '52dd3e4b02a7602131000677.mp4',
|
|
||||||
'md5': '55f5e8981c1c80a64706a44b74833de8',
|
'md5': '55f5e8981c1c80a64706a44b74833de8',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
'id': '52dd3e4b02a7602131000677',
|
||||||
|
'ext': 'mp4',
|
||||||
'title': 'Legalese It! with @MikeSacksHP',
|
'title': 'Legalese It! with @MikeSacksHP',
|
||||||
'description': 'This week on Legalese It, Mike talks to David Bosco about his new book on the ICC, "Rough Justice," he also discusses the Virginia AG\'s historic stance on gay marriage, the execution of Edgar Tamayo, the ICC\'s delay of Kenya\'s President and more. ',
|
'description': 'This week on Legalese It, Mike talks to David Bosco about his new book on the ICC, "Rough Justice," he also discusses the Virginia AG\'s historic stance on gay marriage, the execution of Edgar Tamayo, the ICC\'s delay of Kenya\'s President and more. ',
|
||||||
'duration': 1549,
|
'duration': 1549,
|
||||||
|
|
Loading…
Reference in a new issue