aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/hotnewhiphop.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-01-25 11:48:08 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-01-25 11:48:08 +0100
commit59188de1136208cb6c06113a6af0708d3544b87f (patch)
tree578818386660d940cbfddc0fa4bbdbcf4a09d909 /youtube_dl/extractor/hotnewhiphop.py
parent352d08e3e51011975a6c45bc60842a18f28e96ef (diff)
downloadyoutube-dl-59188de1136208cb6c06113a6af0708d3544b87f.zip
youtube-dl-59188de1136208cb6c06113a6af0708d3544b87f.tar.gz
youtube-dl-59188de1136208cb6c06113a6af0708d3544b87f.tar.bz2
Properly escape ‘.’ in some _VALID_URL properties
Diffstat (limited to 'youtube_dl/extractor/hotnewhiphop.py')
-rw-r--r--youtube_dl/extractor/hotnewhiphop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/hotnewhiphop.py b/youtube_dl/extractor/hotnewhiphop.py
index a106f81..80b48b1 100644
--- a/youtube_dl/extractor/hotnewhiphop.py
+++ b/youtube_dl/extractor/hotnewhiphop.py
@@ -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',