We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec47ff commit c54e110Copy full SHA for c54e110
ricecooker/utils/downloader.py
@@ -390,6 +390,7 @@ def download_assets(
390
if not ext:
391
ext = ".html"
392
393
+ subpath = filename
394
# Add the existing filename in front of index.xxx, this can contain slashes and those will result
395
# in subdirectories created in the downloaded version. This ensures multiple instances of extensionless
396
# resources referenced from a page won't clobber each other.
0 commit comments