mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	SteamIE: accept urls with agecheck
This commit is contained in:
		| @@ -3560,6 +3560,7 @@ class FunnyOrDieIE(InfoExtractor): | |||||||
|  |  | ||||||
| class SteamIE(InfoExtractor): | class SteamIE(InfoExtractor): | ||||||
|     _VALID_URL = r"""http://store.steampowered.com/ |     _VALID_URL = r"""http://store.steampowered.com/ | ||||||
|  |                 (agecheck/)? | ||||||
|                 (?P<urltype>video|app)/ #If the page is only for videos or for a game |                 (?P<urltype>video|app)/ #If the page is only for videos or for a game | ||||||
|                 (?P<gameID>\d+)/? |                 (?P<gameID>\d+)/? | ||||||
|                 (?P<videoID>\d*)(?P<extra>\??) #For urltype == video we sometimes get the videoID |                 (?P<videoID>\d*)(?P<extra>\??) #For urltype == video we sometimes get the videoID | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz