1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-16 01:59:33 +00:00

[iheart] remove print statement

This commit is contained in:
Remita Amine 2021-01-04 09:42:27 +01:00
parent 964a8eb754
commit 83db801cbf

View file

@ -45,7 +45,6 @@ class IHeartRadioIE(IHeartRadioBaseIE):
episode = self._call_api(
'episodes/' + episode_id, episode_id)['episode']
info = self._extract_episode(episode)
print(episode['mediaUrl'])
info.update({
'id': episode_id,
'title': episode['title'],