parent
6a9c7a2b52
commit
993edd3f6e
3 changed files with 3 additions and 1 deletions
|
|
@ -1179,6 +1179,7 @@ class YoutubeDL:
|
|||
MATH_FUNCTIONS = {
|
||||
'+': float.__add__,
|
||||
'-': float.__sub__,
|
||||
'*': float.__mul__,
|
||||
}
|
||||
# Field is of the form key1.key2...
|
||||
# where keys (except first) can be string, int, slice or "{field, ...}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue