-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
allow number format with leading zero #19
Comments
Yeah I have seen this numbering scheme implemented in some of the scripts which download Udemy courses. I never understood why they use leading zeros but now I know. But if we generate a playlist per course and per section of course? Do you think we still need the leading zeros? Thanks |
i think some other apps (and the windows explorer ) not sort it right without a leeding zero. |
or maybe on windows by default on. for #16 you should be aware that someone changed this setting while download sessions. |
I think you are right, better to implement it as it wont hurt as anyway. |
i totally agree with this naming schema =) |
yes, use leading zeros for compatibility. |
Maybe this issue can be joined with [(https://github.com//issues/317)] In fact, my comment there is in the same line of what is written here. [https://github.com//issues/317#issuecomment-690767290] |
what i do:
what i see:
what i expect
how to fix:
1 --> 001
2 --> 002
10 --> 010
The text was updated successfully, but these errors were encountered: