Properly escape ‘.’ in some _VALID_URL properties
This commit is contained in:
parent
352d08e3e5
commit
59188de113
4 changed files with 8 additions and 8 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue