func (this *FsStore) LogFetchFailedUrl(path string, content string) { util.FileAppendNewLine(path, content) }
func (this *FsStore) saveFetchedUrlToLocalFile(path string, url string) { util.FileAppendNewLine(path, url) }
func (this *FsStore) LogSavedFile(path string, content string) { util.FileAppendNewLine(path, content) }