Skip to content

Commit

Permalink
[br] Allow '_' in the url (fixes #3311)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeMF committed Jul 21, 2014
1 parent 1e8ac83 commit 9dcb8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/br.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class BRIE(InfoExtractor):
IE_DESC = 'Bayerischer Rundfunk Mediathek'
_VALID_URL = r'https?://(?:www\.)?br\.de/(?:[a-z0-9\-]+/)+(?P<id>[a-z0-9\-]+)\.html'
_VALID_URL = r'https?://(?:www\.)?br\.de/(?:[a-z0-9\-_]+/)+(?P<id>[a-z0-9\-_]+)\.html'
_BASE_URL = 'http://www.br.de'

_TESTS = [
Expand Down

0 comments on commit 9dcb8f3

Please sign in to comment.