Ejemplo n.º 1
0
 def check_text(self, text):
     urls = []
     if text:
         urls = utils.links_parser(text)
     return urls
Ejemplo n.º 2
0
 def on_ok(self):
     self.links_list = links_parser(self.text_view.toPlainText())
     self.accept()
Ejemplo n.º 3
0
 def check_text(self, text):
     urls = []
     if text:
         urls = utils.links_parser(text)
     return urls