Skip to content

fix: handle Unicode/Persian filenames on download (issue #14)#15

Open
esmaeelE wants to merge 1 commit into
CodeWithEmad:masterfrom
esmaeelE:fix/issue-14-persian-filenames
Open

fix: handle Unicode/Persian filenames on download (issue #14)#15
esmaeelE wants to merge 1 commit into
CodeWithEmad:masterfrom
esmaeelE:fix/issue-14-persian-filenames

Conversation

@esmaeelE

@esmaeelE esmaeelE commented Jul 8, 2026

Copy link
Copy Markdown

Sanitize output filenames (strip invalid chars like '/') and download via a short temp file + os.replace instead of wget, which failed on long Unicode paths. Replace wget with requests streaming.

)

Sanitize output filenames (strip invalid chars like '/') and download
via a short temp file + os.replace instead of wget, which failed on
long Unicode paths. Replace wget with requests streaming.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant