How to download a public file from the web with python [requests]

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 4

  • @eggsawce
    @eggsawce Місяць тому +1

    thanks bro

  • @natgaple7094
    @natgaple7094 3 місяці тому +1

    Where does it save the files to? On windows10

    • @pytalista
      @pytalista  3 місяці тому

      It will save to the path you specify. In the code example because no path were specified then it will save in the current directory where the .py file is executed.