Changes between Initial Version and Version 1 of Ticket #32850


Ignore:
Timestamp:
Jun 15, 2021, 8:28:16 AM (3 years ago)
Author:
Thomas Güttler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32850 – Description

    initial v1  
    33This is confusing and might waste computation resources.
    44
    5 ```
     5{{{
    66    def _urls(self, page, protocol, domain):
    77        urls = []
     
    1111            loc = "%s://%s%s" % (protocol, domain, self.__get('location', item))
    1212            ....
    13 ```
     13}}}
    1414
    1515I see two options now:
Back to Top