mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
6 lines
113 B
Python
6 lines
113 B
Python
|
|
||
|
__all__ = ['concat_flvs', 'concat_mp4s']
|
||
|
|
||
|
from .merge_flv import concat_flvs
|
||
|
from .merge_mp4 import concat_mp4s
|