Browse Source

added whitespace below soundcloudIE class

Kevin Ngo 14 năm trước cách đây
mục cha
commit
208c4b9128
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      youtube-dl

+ 1 - 0
youtube-dl

@@ -3581,6 +3581,7 @@ class SoundcloudIE(InfoExtractor):
 		except UnavailableVideoError:
 			self._downloader.trouble(u'\nERROR: unable to download video')
 
+
 class PostProcessor(object):
 	"""Post Processor class.