mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 01:46:18 +01:00
...
This commit is contained in:
parent
221a81bd67
commit
f3fb205d58
2 changed files with 0 additions and 2 deletions
|
|
@ -398,7 +398,6 @@ def article_to_soup(self, url_or_raw, raw=False):
|
|||
from contextlib import closing
|
||||
import copy
|
||||
from calibre.ebooks.chardet import xml_to_unicode
|
||||
print("ARTICLE_TO_SOUP "+url_or_raw)
|
||||
if re.match(r'\w+://', url_or_raw):
|
||||
br = self.clone_browser(self.browser)
|
||||
open_func = getattr(br, 'open_novisit', br.open)
|
||||
|
|
|
|||
|
|
@ -398,7 +398,6 @@ def article_to_soup(self, url_or_raw, raw=False):
|
|||
from contextlib import closing
|
||||
import copy
|
||||
from calibre.ebooks.chardet import xml_to_unicode
|
||||
print("ARTICLE_TO_SOUP "+url_or_raw)
|
||||
if re.match(r'\w+://', url_or_raw):
|
||||
br = self.clone_browser(self.browser)
|
||||
open_func = getattr(br, 'open_novisit', br.open)
|
||||
|
|
|
|||
Loading…
Reference in a new issue