1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00

[rtve]: Remove debug trace in RTVEAudioIE.

This commit is contained in:
Raúl Sánchez Siles 2021-10-12 22:22:30 +02:00
parent df4e6b21fa
commit ca76f4e8eb

View file

@ -217,7 +217,6 @@ class RTVEAudioIE(RTVEALaCartaIE):
}]
def _extract_png_formats(self, audio_id):
print(__name__, self._manager, audio_id)
png = self._download_webpage(
'http://www.rtve.es/ztnr/movil/thumbnail/%s/audios/%s.png' %
(self._manager, audio_id),