Subversion Repositories cheapmusic

Rev

Rev 44 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 44 Rev 58
Line 51... Line 51...
51
 
51
 
52
		return true;
52
		return true;
53
	}
53
	}
54
}
54
}
55
 
55
 
56
$xmlfile = "./in/discogs_20190701_labels.xml.gz";
56
$xmlfile = "./in/discogs_20190801_labels.xml.gz";
57
 
57
 
58
$fh = fopen("out/labels.load", "w+");
58
$fh = fopen("out/labels.load", "w+");
59
$fhUrls = fopen("out/labelUrls.load", "w+");
59
$fhUrls = fopen("out/labelUrls.load", "w+");
60
 
60
 
61
$xmlstream = "compress.zlib://$xmlfile";
61
$xmlstream = "compress.zlib://$xmlfile";