youtube-dl/youtube_dl/extractor
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
..
__init__.py
addanime.py
appletrailers.py
archiveorg.py
ard.py
arte.py
auengine.py
bandcamp.py
bliptv.py
bloomberg.py
breakcom.py
brightcove.py
c56.py
canalc2.py
canalplus.py
cinemassacre.py
cnn.py
collegehumor.py
comedycentral.py
common.py
condenast.py
criterion.py
cspan.py
dailymotion.py
daum.py
defense.py
depositfiles.py
dotsub.py
dreisat.py
ebaumsworld.py
ehow.py
eighttracks.py [8tracks] Use track count instead of looking at at_last_track property 2013-10-25 23:46:19 +02:00
escapist.py
exfm.py
facebook.py
faz.py
fktv.py
flickr.py
francetv.py
freesound.py
funnyordie.py
gamespot.py
gametrailers.py
generic.py
googleplus.py
googlesearch.py
hark.py
hotnewhiphop.py
howcast.py
hypem.py
ign.py
ina.py
infoq.py
instagram.py
internetvideoarchive.py
jeuxvideo.py
jukebox.py
justintv.py
kankan.py
keek.py
kickstarter.py
liveleak.py
livestream.py
metacafe.py
metacritic.py
mit.py
mixcloud.py
mtv.py
muzu.py
myspass.py
myvideo.py
naver.py
nba.py
nbc.py
newgrounds.py
nhl.py
nowvideo.py
ooyala.py
orf.py
pbs.py
photobucket.py
pornotube.py
rbmaradio.py
redtube.py
ringtv.py
ro220.py
rottentomatoes.py
roxwel.py
rtlnow.py
rutube.py
sina.py
slashdot.py
slideshare.py
sohu.py
soundcloud.py
southparkstudios.py
spiegel.py
stanfordoc.py
statigram.py
steam.py
subtitles.py
sztvhu.py
teamcoco.py
techtalks.py
ted.py
tf1.py
thisav.py
traileraddict.py
trilulilu.py
tudou.py
tumblr.py
tutv.py
unistra.py
ustream.py
vbox7.py
veehd.py
veoh.py
vevo.py
vice.py
viddler.py
videodetective.py
videofyme.py
videopremium.py
vimeo.py
vine.py
wat.py
websurg.py
weibo.py
wimp.py
worldstarhiphop.py
xhamster.py [xhamster] Add support for age_limit (Instead of #1627) 2013-10-19 21:09:48 +02:00
xnxx.py
xvideos.py
yahoo.py
youjizz.py
youku.py
youporn.py
youtube.py
zdf.py