def platform_regex()

in mozdownload/scraper.py [0:0]


    def platform_regex(self):
        """Return the platform fragment of the URL."""
        if self.platform == 'win64':
            return self.platform

        return PLATFORM_FRAGMENTS[self.platform]