mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Revert "[vimeo] fix showcase password protected video extraction(closes #24224)"
This reverts commit 12ee431676.
			
			
This commit is contained in:
		| @@ -585,7 +585,7 @@ class VimeoIE(VimeoBaseInfoExtractor): | |||||||
|                 url = 'https://vimeo.com/' + video_id |                 url = 'https://vimeo.com/' + video_id | ||||||
|         elif is_player: |         elif is_player: | ||||||
|             url = 'https://player.vimeo.com/video/' + video_id |             url = 'https://player.vimeo.com/video/' + video_id | ||||||
|         elif any(p in url for p in ('play_redirect_hls', 'moogaloop.swf', '/album/', '/showcase/')): |         elif any(p in url for p in ('play_redirect_hls', 'moogaloop.swf')): | ||||||
|             url = 'https://vimeo.com/' + video_id |             url = 'https://vimeo.com/' + video_id | ||||||
|  |  | ||||||
|         try: |         try: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine