Skip to content

Commit 393b492

Browse files
committed
fix
1 parent b1a6b66 commit 393b492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scdl/scdl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def _build_ytdl_params(url: str, scdl_args: SCDLArgs) -> tuple[str, dict, list]:
397397
elif scdl_args.get("p"):
398398
url = posixpath.join(url, "sets")
399399
elif scdl_args.get("r"):
400-
url = ensure_suffix(base, "reposts")
400+
url = posixpath.join(url, "reposts")
401401

402402
params: dict = {}
403403

0 commit comments

Comments
 (0)