Exemplo n.º 1
0
 def transfer_img_href_by_config_quality(self, raw_href):
     href = Match.generate_img_src(raw_href, Config.picture_quality)
     if href is None:
         href = raw_href
     return href