Changes between Initial Version and Version 1 of Ticket #32850
- Timestamp:
- Jun 15, 2021, 8:28:16 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32850 – Description
initial v1 3 3 This is confusing and might waste computation resources. 4 4 5 ``` 5 {{{ 6 6 def _urls(self, page, protocol, domain): 7 7 urls = [] … … 11 11 loc = "%s://%s%s" % (protocol, domain, self.__get('location', item)) 12 12 .... 13 ``` 13 }}} 14 14 15 15 I see two options now: