projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da4de95
)
8tracks: Ignore hashes
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 27 Jan 2013 03:15:12 +0000
(
04:15
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 27 Jan 2013 03:15:12 +0000
(
04:15
+0100)
youtube_dl/InfoExtractors.py
patch
|
blob
|
history
diff --git
a/youtube_dl/InfoExtractors.py
b/youtube_dl/InfoExtractors.py
index ff085b0ee2fcf72a3e7b82e289a3378d3d02ac78..7545ae0b907bed1125e059fd6e12aabf57784619 100755
(executable)
--- a/
youtube_dl/InfoExtractors.py
+++ b/
youtube_dl/InfoExtractors.py
@@
-3861,7
+3861,7
@@
class YouJizzIE(InfoExtractor):
class EightTracksIE(InfoExtractor):
IE_NAME = '8tracks'
- _VALID_URL = r'https?://8tracks.com/(?P<user>[^/]+)/(?P<id>[^/
]+)
'
+ _VALID_URL = r'https?://8tracks.com/(?P<user>[^/]+)/(?P<id>[^/
#]+)(?:#.*)?$
'
def _real_extract(self, url):
mobj = re.match(self._VALID_URL, url)