mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 21:37:07 -05:00 
			
		
		
		
	Release 2011.11.22
This commit is contained in:
		@@ -1 +1 @@
 | 
			
		||||
2011.11.21
 | 
			
		||||
2011.11.22
 | 
			
		||||
 
 | 
			
		||||
@@ -17,7 +17,7 @@ __author__  = (
 | 
			
		||||
	)
 | 
			
		||||
 | 
			
		||||
__license__ = 'Public Domain'
 | 
			
		||||
__version__ = '2011.11.21'
 | 
			
		||||
__version__ = '2011.11.22'
 | 
			
		||||
 | 
			
		||||
UPDATE_URL = 'https://raw.github.com/rg3/youtube-dl/master/youtube-dl'
 | 
			
		||||
 | 
			
		||||
@@ -3507,7 +3507,7 @@ class SoundcloudIE(InfoExtractor):
 | 
			
		||||
		if mobj:
 | 
			
		||||
			try:
 | 
			
		||||
				upload_date = datetime.datetime.strptime(mobj.group(1), '%B %d, %Y %H:%M').strftime('%Y%m%d')
 | 
			
		||||
			except Exception as e:
 | 
			
		||||
			except Exception, e:
 | 
			
		||||
				print str(e)
 | 
			
		||||
 | 
			
		||||
		# for soundcloud, a request to a cross domain is required for cookies
 | 
			
		||||
 
 | 
			
		||||
@@ -17,7 +17,7 @@ __author__  = (
 | 
			
		||||
	)
 | 
			
		||||
 | 
			
		||||
__license__ = 'Public Domain'
 | 
			
		||||
__version__ = '2011.11.21'
 | 
			
		||||
__version__ = '2011.11.22'
 | 
			
		||||
 | 
			
		||||
UPDATE_URL = 'https://raw.github.com/rg3/youtube-dl/master/youtube-dl'
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user