static File youtubeDLExtractDestination(S youtubeDLOutput) { printIndent("XX ", youtubeDLOutput); S s = afterFirstOccurrenceOf(youtubeDLOutput, //"[download] Destination: " "Destination:" ); ret newFile(trim(firstLine(s))); }