Properly escape ‘.’ in some _VALID_URL properties

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-01-25 11:48:08 +01:00
parent 352d08e3e5
commit 59188de113
4 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@ from ..utils import (
class HotNewHipHopIE(InfoExtractor):
_VALID_URL = r'http://www\.hotnewhiphop.com/.*\.(?P<id>.*)\.html'
_VALID_URL = r'http://www\.hotnewhiphop\.com/.*\.(?P<id>.*)\.html'
_TEST = {
'url': 'http://www.hotnewhiphop.com/freddie-gibbs-lay-it-down-song.1435540.html',
'file': '1435540.mp3',