mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-17 02:52:38 +09:00
[rtve]: Remove debug trace in RTVEAudioIE.
This commit is contained in:
parent
df4e6b21fa
commit
ca76f4e8eb
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user