Increase delay between videos
This commit is contained in:
parent
8ff1b544b7
commit
4dce71d626
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ from yaboli.utils import *
|
|||
|
||||
class Video:
|
||||
DURATION_RE = r"P(\d+Y)?(\d+"
|
||||
DELAY = 2
|
||||
DELAY = 4
|
||||
|
||||
def __init__(self, vid, title, duration, blocked, allowed):
|
||||
self.id = vid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue