Increment version

This commit is contained in:
taizan-hokuto
2020-02-29 08:04:14 +09:00
parent b302454083
commit 55a58f532d
6 changed files with 4 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ logger = config.logger(__name__)
headers=config.headers
class Extractor:
def __init__(self, video_id, div, callback = None, processor = None):
def __init__(self, video_id, div = 1, callback = None, processor = None):
if not isinstance(div ,int) or div < 1:
raise ValueError('div must be positive integer.')
elif div > 10: