mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-19 19:46:37 +00:00
10 lines
282 B
Python
10 lines
282 B
Python
from youtube_dl import version as yt_version
|
|
|
|
|
|
youtube_dl_version = str(yt_version.__version__)
|
|
ffmpeg_version = '(shared install)'
|
|
|
|
|
|
# This file may contain data dynamically written during the container build process
|
|
# that replaces the above versions. Do not edit below this line
|