mozdownload/scraper.py [721:729]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @property
    def platform_regex(self):
        """Return the platform fragment of the URL."""
        if self.platform == 'win64':
            return self.platform

        return PLATFORM_FRAGMENTS[self.platform]

    def build_filename(self, binary):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mozdownload/scraper.py [816:824]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @property
    def platform_regex(self):
        """Return the platform fragment of the URL."""
        if self.platform == 'win64':
            return self.platform

        return PLATFORM_FRAGMENTS[self.platform]

    def build_filename(self, binary):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



