save url as a file name in python

后端 未结 5 849
暖寄归人
暖寄归人 2021-01-06 07:32

Firstly, I\'m pretty new in python, please leave a comment as well if you consider to down vote

I have a url such as

http://example.com/here/there/         


        
5条回答
  •  感情败类
    2021-01-06 07:50

    May look into restricted charaters.

    I would use a typical folder struture for this task. If you will use that with a lot of urls it will get somehow or other a mess. And you will run into filesystem performance issues or limits as well.

提交回复
热议问题