MiniGlome / Archive.org-Downloader

Python3 script to download archive.org books in PDF format
865 stars 116 forks source link

Add shebang line #108

Open speters opened 7 months ago

speters commented 7 months ago

I suggest adding a shebang line

#!/usr/bin/env python3

as the first line in the script.

kotenok2000 commented 4 months ago

why not #!/usr/bin/python3?