1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2026-04-29 00:00:03 -04:00

[8tracks] Modernize

This commit is contained in:
Sergey M․
2015-03-14 15:55:21 +06:00
parent 05be67e77d
commit a7e01c438d
+1 -2
View File
@@ -103,8 +103,7 @@ class EightTracksIE(InfoExtractor):
}
def _real_extract(self, url):
mobj = re.match(self._VALID_URL, url)
playlist_id = mobj.group('id')
playlist_id = self._match_id(url)
webpage = self._download_webpage(url, playlist_id)