dates, reduce number of imdb pages loaded
This commit is contained in:
parent
18ce4cd92d
commit
f3147437b6
4 changed files with 16 additions and 8 deletions
|
|
@ -1,10 +1,10 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
import re
|
||||
from datetime import datetime
|
||||
|
||||
from ox.cache import readUrlUnicode
|
||||
from ox import stripTags, decodeHtml
|
||||
from ..cache import readUrlUnicode
|
||||
from .. import stripTags, decodeHtml
|
||||
from ..utils import datetime
|
||||
|
||||
|
||||
def cleanup(key, data, data_type):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue