samedi 31 octobre 2020

Manipulating links in python [closed]

I am trying here to retrieve a list of urls in python.

I want to set an example of a url that should be retrieved.

Here is the code example:

if url != 'https://' + '  ' +'.example.com/':
       continue

If i want to include a prefix that consists of two letters in the blank space between the single quotes and if the retrieved url is not same as that example then ignore it.

Any help would be much appreciated!

Aucun commentaire:

Enregistrer un commentaire