mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[daum.net:user] Match more URLs (#1952)
This commit is contained in:
		| @@ -242,7 +242,7 @@ class DaumPlaylistIE(DaumListIE): | ||||
|  | ||||
|  | ||||
| class DaumUserIE(DaumListIE): | ||||
|     _VALID_URL = r'https?://(?:m\.)?tvpot\.daum\.net/mypot/(?:View|Top)\.do\?.*?ownerid=(?P<id>[0-9a-zA-Z]+)' | ||||
|     _VALID_URL = r'https?://(?:m\.)?tvpot\.daum\.net/mypot/(?:View|Top)\.(?:do|tv)\?.*?ownerid=(?P<id>[0-9a-zA-Z]+)' | ||||
|     IE_NAME = 'daum.net:user' | ||||
|  | ||||
|     _TESTS = [{ | ||||
| @@ -276,6 +276,9 @@ class DaumUserIE(DaumListIE): | ||||
|     }, { | ||||
|         'url': 'http://tvpot.daum.net/mypot/Top.do?ownerid=o2scDLIVbHc0', | ||||
|         'only_matching': True, | ||||
|     }, { | ||||
|         'url': 'http://m.tvpot.daum.net/mypot/Top.tv?ownerid=45x1okb1If50&playlistid=3569733', | ||||
|         'only_matching': True, | ||||
|     }] | ||||
|  | ||||
|     def _real_extract(self, url): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan