Diff
Differences From Artifact [fad6b89c33]:
- File channels/modarchive.py — part of check-in [21aac94806] at 2014-05-28 15:52:52 on branch trunk — Fix regex URL extraction. (user: mario, size: 5063) [annotate] [blame] [check-ins using]
To Artifact [2d0aeb3385]:
- File channels/modarchive.py — part of check-in [4b66ed9ef8] at 2014-06-02 01:43:34 on branch trunk — Remove force= parameter from update_streams (user: mario, size: 5054) [annotate] [blame] [check-ins using]
100 101 102 103 104 105 106 | 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | - + | cache = conf.load("cache/catmap_" + self.module) if (cache): self.catmap = cache pass # download links from dmoz listing |