Philipp Hagemeister 49a25557b0 [8tracks] Use track count instead of looking at at_last_track property
This fixes the error:

$ youtube-dl http://8tracks.com/vladmc/counting-stars
[8tracks] counting-stars: Downloading webpage
[8tracks] counting-stars: Downloading song information 1/4
[8tracks] counting-stars: Downloading song information 2/4
[8tracks] counting-stars: Downloading song information 3/4
[8tracks] counting-stars: Downloading song information 4/4
[8tracks] counting-stars: Downloading song information 5/4
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/home/phihag/projects/youtube-dl/youtube_dl/__main__.py", line 18, in <module>
    youtube_dl.main()
  File "/home/phihag/projects/youtube-dl/youtube_dl/__init__.py", line 761, in main
    _real_main(argv)
  File "/home/phihag/projects/youtube-dl/youtube_dl/__init__.py", line 714, in _real_main
    retcode = ydl.download(all_urls)
  File "/home/phihag/projects/youtube-dl/youtube_dl/YoutubeDL.py", line 701, in download
    videos = self.extract_info(url)
  File "/home/phihag/projects/youtube-dl/youtube_dl/YoutubeDL.py", line 342, in extract_info
    ie_result = ie.extract(url)
  File "/home/phihag/projects/youtube-dl/youtube_dl/extractor/common.py", line 121, in extract
    return self._real_extract(url)
  File "/home/phihag/projects/youtube-dl/youtube_dl/extractor/eighttracks.py", line 111, in _real_extract
    'id': track_data['id'],
KeyError: 'id'
2013-10-25 23:46:19 +02:00
..
2013-08-28 12:47:38 +02:00
2013-07-03 16:36:36 +02:00
2013-06-27 20:46:46 +02:00
2013-07-23 11:41:05 +02:00
2013-08-27 01:00:17 +05:00
2013-09-10 12:13:22 +02:00
2013-10-23 20:21:41 +02:00
2013-08-28 10:20:37 +02:00
2013-07-17 14:39:02 +02:00
2013-09-03 12:03:19 +02:00
2013-09-14 14:45:04 +02:00
2013-10-04 07:47:40 +02:00
2013-07-15 21:33:45 +02:00
2013-06-27 20:46:46 +02:00
2013-07-25 09:52:58 +02:00
2013-06-27 20:32:02 +02:00
2013-06-25 22:04:44 +02:00
2013-06-27 20:46:46 +02:00
2013-09-06 18:08:07 +02:00
2013-08-28 14:24:42 -05:00
2013-10-10 19:53:44 +02:00
2013-06-27 20:46:46 +02:00
2013-09-18 22:14:43 +02:00
2013-10-23 17:00:33 +02:00
2013-06-27 20:46:46 +02:00
2013-06-28 18:51:00 +02:00
2013-08-24 21:10:03 +02:00
2013-10-04 11:33:14 +02:00
2013-06-27 20:46:46 +02:00
2013-08-21 19:20:27 +02:00
2013-10-15 08:22:59 +02:00
2013-07-24 21:51:08 -05:00
2013-10-04 10:32:34 +02:00
2013-07-17 11:18:14 +02:00
2013-09-14 14:45:04 +02:00
2013-10-18 11:16:20 +02:00
2013-06-30 13:52:20 +02:00
2013-06-27 20:46:46 +02:00
2013-07-09 11:11:55 +02:00
2013-10-08 21:25:38 +02:00
2013-08-28 12:47:38 +02:00
2013-10-15 08:12:30 +02:00
2013-06-27 20:46:46 +02:00
2013-10-18 23:35:17 +02:00