diff options
author | Yurii H <gardenapple@posteo.net> | 2021-01-04 18:16:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 17:16:27 +0100 |
commit | f6ea29e24bf67d13d21de3c623975891a8d61ac1 (patch) | |
tree | 630c0ddad159371a61b0e850564efc963a3e35b7 | |
parent | 8a3797a4abdc0b63b6fcbd1fbc9d81acc57ec142 (diff) |
[iheart] Update test description value (#27037)
the description has no HTML tags now.
-rw-r--r-- | youtube_dl/extractor/iheart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/iheart.py b/youtube_dl/extractor/iheart.py index 266c67a76..b54c05eeb 100644 --- a/youtube_dl/extractor/iheart.py +++ b/youtube_dl/extractor/iheart.py @@ -35,7 +35,7 @@ class IHeartRadioIE(IHeartRadioBaseIE): 'id': '70346499', 'ext': 'mp3', 'title': 'Part One: Alexander Lukashenko: The Dictator of Belarus', - 'description': 'md5:66480b2d25ec93a5f60c0faa3275ce5c', + 'description': 'md5:96cc7297b3a5a9ebae28643801c96fae', 'timestamp': 1597741200, 'upload_date': '20200818', } |