8tracks: Ignore hashes
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 27 Jan 2013 03:15:12 +0000 (04:15 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 27 Jan 2013 03:15:12 +0000 (04:15 +0100)
youtube_dl/InfoExtractors.py

index ff085b0ee2fcf72a3e7b82e289a3378d3d02ac78..7545ae0b907bed1125e059fd6e12aabf57784619 100755 (executable)
@@ -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)