Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanjacobd committed May 28, 2024
1 parent a2aecb3 commit bb97e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xklb/createdb/tube_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ def out_dir(p):
"fragment": lambda n: 0.04 * (2**n),
},
"outtmpl": {
"default": out_dir("%(id).220B.%(ext)s"),
"chapter": out_dir("%(id).220B.%(section_number)03d.%(ext)s"),
"default": out_dir("%(uploader,uploader_id)s/%(id).220B.%(ext)s"),
"chapter": out_dir("%(uploader,uploader_id)s/%(id).220B.%(section_number)03d.%(ext)s"),
},
}

Expand Down

0 comments on commit bb97e24

Please sign in to comment.