The SHA1 hash digest for the binary "file" of this video. Example: `'1be010ea47803b00e140b852765cdf84f491da47'`
(self)
| 92 | |
| 93 | @lazyproperty |
| 94 | def sha1(self): |
| 95 | """The SHA1 hash digest for the binary "file" of this video. |
| 96 | |
| 97 | Example: `'1be010ea47803b00e140b852765cdf84f491da47'` |
| 98 | """ |
| 99 | return hashlib.sha1(self._blob).hexdigest() |
| 100 | |
| 101 | |
| 102 | SPEAKER_IMAGE_BYTES = base64.b64decode( |
no outgoing calls