From 8d8271c17e7e2dbbc9c037db03a335182fd3c585 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 24 Mar 2020 21:20:13 +0100 Subject: remnoved debug print --- newspipe/lib/article_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/newspipe/lib/article_utils.py b/newspipe/lib/article_utils.py index ec074fa9..00023fd7 100644 --- a/newspipe/lib/article_utils.py +++ b/newspipe/lib/article_utils.py @@ -90,7 +90,6 @@ async def get_article_details(entry, fetch=True): ): try: # resolves URL behind proxies (like feedproxy.google.com) - print('trying to resolve URL...') response = await newspipe_get(article_link, timeout=5) except MissingSchema: split, failed = urlsplit(article_link), False -- cgit