3 3 .3gp -
def __init__(self, filepath): if not filepath.endswith('.3gp'): raise ValueError("Not a .3gp file") self.filepath = filepath
For now, here’s a for handling .3gp files: 3 3 .3gp
Just let me know the exact scenario, and I’ll refine it. def __init__(self, filepath): if not filepath