Diff
Differences From Artifact [a600e70b5c]:
- File action.py — part of check-in [b5753830fa] at 2016-12-27 21:20:32 on branch trunk — Remove stale comment, fix whitespace issue (user: mario, size: 28454) [annotate] [blame] [check-ins using]
To Artifact [12a6d46476]:
- File action.py — part of check-in [07d8e1cf0d] at 2016-12-31 14:53:02 on branch trunk — Updated help.chm, whitespace fixed, new theme download dir back. (user: mario, size: 28437) [annotate] [blame] [check-ins using]
264 265 266 267 268 269 270 | 264 265 266 267 268 269 270 271 272 273 274 275 276 277 | - | if conf.playlist_asis: url = row["url"] # e.g. from .m3u to .pls else: url = convert_playlist(row["url"], listfmt(source), listfmt(dest), local_file=True, row=row) # insert quoted URL/filepath return re.sub(rx, quote(url), cmd.replace("%%", "%"), 2, re.X) |