Skip to content

Commit

Permalink
SteamIE: accept urls with agecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeMF committed Apr 27, 2013
1 parent aba8df2 commit 4c9f7a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube_dl/InfoExtractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -3560,6 +3560,7 @@ def _real_extract(self, url):

class SteamIE(InfoExtractor):
_VALID_URL = r"""http://store.steampowered.com/
(agecheck/)?
(?P<urltype>video|app)/ #If the page is only for videos or for a game
(?P<gameID>\d+)/?
(?P<videoID>\d*)(?P<extra>\??) #For urltype == video we sometimes get the videoID
Expand Down

0 comments on commit 4c9f7a9

Please sign in to comment.